diff options
author | Sven Gothel <[email protected]> | 2013-01-15 11:18:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-15 11:18:31 +0100 |
commit | 20bef5a121b326166dec82792a528f8f6660b2d8 (patch) | |
tree | 921f8f29ff0d853e728d5f22d6e879553ef6775a /.externalToolBuilders | |
parent | ae9819f437d250ecc4002059cb7db6dda0b87149 (diff) | |
parent | 2c006c55a7019fdedbb2867899c99c7428c98d46 (diff) |
Merge remote-tracking branch 'xranby/junit'
Diffstat (limited to '.externalToolBuilders')
-rw-r--r-- | .externalToolBuilders/New_Builder.launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.externalToolBuilders/New_Builder.launch b/.externalToolBuilders/New_Builder.launch index 7df6b59..38ac98b 100644 --- a/.externalToolBuilders/New_Builder.launch +++ b/.externalToolBuilders/New_Builder.launch @@ -12,6 +12,6 @@ <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/joal/make/build.xml}"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> <booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/joal}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/joal/make}"/> <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> </launchConfiguration> |