Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-22 04:31:11 +0000
committerEike Stepper2012-06-22 04:31:11 +0000
commite8503b342a60d950d7ca4c69254f99e61135a7f2 (patch)
tree8b9d2ba8dc865f8fee8a5e3d832d19b9bf072120 /plugins/org.eclipse.emf.cdo.releng/build.xml
parentdad5c007acd436cfa2fca05ba1f9fa6cefb87ef1 (diff)
downloadcdo-e8503b342a60d950d7ca4c69254f99e61135a7f2.tar.gz
cdo-e8503b342a60d950d7ca4c69254f99e61135a7f2.tar.xz
cdo-e8503b342a60d950d7ca4c69254f99e61135a7f2.zip
Fix site.p2.dir calculation
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/build.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index a710e48354..e1a9e4912a 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -462,7 +462,7 @@
<pathconvert property="site.p2.dir">
<dirset dir="${buckminster.output.root}">
- <filename name="org.eclipse.emf.cdo.site_${stream}.*-eclipse.feature/site.p2" />
+ <filename name="org.eclipse.emf.cdo.site_.*-eclipse.feature/site.p2" />
</dirset>
</pathconvert>
<echoproperties destfile="${result}/all.properties" />

Back to the top