Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-09-18 13:25:42 +0000
committerEike Stepper2012-09-18 13:25:42 +0000
commitb27769f23bad9bbd3c5391089195159dfecce73c (patch)
treea469020dad4f04d020a4fdaa8e545b2b9c254dbf /plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant
parent2559aec9f4b6d8874b3c46960936261a1c4db941 (diff)
downloadcdo-b27769f23bad9bbd3c5391089195159dfecce73c.tar.gz
cdo-b27769f23bad9bbd3c5391089195159dfecce73c.tar.xz
cdo-b27769f23bad9bbd3c5391089195159dfecce73c.zip
Generate example builders
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant b/plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant
index bf0c8e6b24..9e797e2bf0 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/copyExampleLib.ant
@@ -37,7 +37,7 @@
<replaceregexp file="${examples.path}/@{project}/.project"
byline="false"
- flags="s"
+ flags="sg"
match="\s*&lt;buildCommand>\s+&lt;name>org.eclipse.ui.externaltools.ExternalToolBuilder.*?&lt;/buildCommand>"
replace="" />

Back to the top