Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-09-20 06:19:31 +0000
committerEike Stepper2012-09-20 06:19:31 +0000
commite37a9dc0a9d8b412852ad9b990f9b1103a6e5786 (patch)
tree3356d2a9c243be1fc0e6248b881239e3043f0a3e
parentd9afbd618096bd36e4049cd4ceb1f105e087b890 (diff)
downloadcdo-e37a9dc0a9d8b412852ad9b990f9b1103a6e5786.tar.gz
cdo-e37a9dc0a9d8b412852ad9b990f9b1103a6e5786.tar.xz
cdo-e37a9dc0a9d8b412852ad9b990f9b1103a6e5786.zip
Add IU org.eclipse.ant.launching for example copiers support
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index b61ac3361c..6044c38796 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -265,6 +265,8 @@
<arg value="org.eclipse.buckminster.pde.headless.feature.feature.group" />
<arg value="-i" />
<arg value="org.eclipse.buckminster.git.headless.feature.feature.group" />
+ <arg value="-i" />
+ <arg value="org.eclipse.ant.launching" />
</args>
</eclipse.launch>

Back to the top