diff options
author | Wade Walker <[email protected]> | 2015-07-05 12:55:00 -0500 |
---|---|---|
committer | Wade Walker <[email protected]> | 2015-07-06 17:04:11 -0500 |
commit | 858dbcb36211e743559070acc49043c21cde6636 (patch) | |
tree | 0c51cb02bb8eab7d4f92c7da2e64b20ae6648147 /.project | |
parent | 2e5e0fd315a8cffa0d874f1ec70c4c807bbb3b27 (diff) |
Fix Eclipse build and Ant makefile
Added proper targets to the Eclipse build. Fixed the Ant makefile
so it works for paths with spaces in them.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,12 +7,15 @@ <buildSpec> <buildCommand> <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> <arguments> <dictionary> <key>LaunchConfigHandle</key> <value><project>/.externalToolBuilders/jocl-demos-ant.launch</value> </dictionary> + <dictionary> + <key>incclean</key> + <value>true</value> + </dictionary> </arguments> </buildCommand> </buildSpec> |