Skip to main content
summaryrefslogtreecommitdiffstats
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.table
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.table')
-rw-r--r--plugins/org.gastro.rcp.table/.externalToolBuilders/org.gastro.rcp.table.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.rcp.table/.externalToolBuilders/org.gastro.rcp.table.launch b/plugins/org.gastro.rcp.table/.externalToolBuilders/org.gastro.rcp.table.launch
index 3eb792d62f..b1168508aa 100644
--- a/plugins/org.gastro.rcp.table/.externalToolBuilders/org.gastro.rcp.table.launch
+++ b/plugins/org.gastro.rcp.table/.externalToolBuilders/org.gastro.rcp.table.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.table/&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/.classpath&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/.externalToolBuilders&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/.project&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/.settings&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/about.html&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/build.properties&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/config&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/copyright.txt&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/GastroTable1.launch&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/GastroTable2.launch&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/icons&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/images&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/META-INF&quot; type=&quot;2&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/plugin.xml&quot; type=&quot;1&quot;/&gt;&#13;&#10;&lt;item path=&quot;/org.gastro.rcp.table/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.table}/.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.table}"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>

Back to the top