Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-09-20 07:15:41 +0000
committerEike Stepper2012-09-20 07:15:41 +0000
commit027ddf27940892f4f291e66980c37a5a0efe49e6 (patch)
treeca7f48893b35bbd03f9f8bc8bc3e10b5b38ad92a /plugins/org.gastro.inventory
parent833cdf5a142b32ceb72f38514f49132b7e61abdf (diff)
downloadcdo-027ddf27940892f4f291e66980c37a5a0efe49e6.tar.gz
cdo-027ddf27940892f4f291e66980c37a5a0efe49e6.tar.xz
cdo-027ddf27940892f4f291e66980c37a5a0efe49e6.zip
Add IU org.eclipse.ant.launching for example copiers support
Diffstat (limited to 'plugins/org.gastro.inventory')
-rw-r--r--plugins/org.gastro.inventory/.externalToolBuilders/org.gastro.inventory.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.inventory/.externalToolBuilders/org.gastro.inventory.launch b/plugins/org.gastro.inventory/.externalToolBuilders/org.gastro.inventory.launch
index 27234bc7f9..6773be2a34 100644
--- a/plugins/org.gastro.inventory/.externalToolBuilders/org.gastro.inventory.launch
+++ b/plugins/org.gastro.inventory/.externalToolBuilders/org.gastro.inventory.launch
@@ -12,7 +12,7 @@
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;resources&gt;&#13;&#10;&lt;item path=&quot;/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/.classpath&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/.externalToolBuilders&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/.project&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/.settings&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/about.html&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/build.properties&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/copyright.txt&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/META-INF&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/model&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/plugin.properties&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/plugin.xml&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.inventory/src&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;/resources&gt;}"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${build_project}/.externalToolBuilders/copyExample.ant"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc:/org.gastro.inventory}/.externalToolBuilders/copyExample.ant"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="incremental,auto,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dbuild.project=${project_loc:/org.gastro.inventory}"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>

Back to the top