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.rcp
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.rcp')
-rw-r--r--plugins/org.gastro.rcp/.externalToolBuilders/org.gastro.rcp.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.rcp/.externalToolBuilders/org.gastro.rcp.launch b/plugins/org.gastro.rcp/.externalToolBuilders/org.gastro.rcp.launch
index def964710b..a406f55797 100644
--- a/plugins/org.gastro.rcp/.externalToolBuilders/org.gastro.rcp.launch
+++ b/plugins/org.gastro.rcp/.externalToolBuilders/org.gastro.rcp.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.rcp/&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/.classpath&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/.externalToolBuilders&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/.project&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/.settings&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/about.html&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/about.ini&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/about.mappings&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/about.properties&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/build.properties&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/copyright.txt&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/icons&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/META-INF&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/modeling32.png&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/plugin.xml&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/splash.bmp&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp/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.rcp}/.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.rcp}"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>

Back to the top