Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaoying Gu2010-06-02 08:23:15 +0000
committerXiaoying Gu2010-06-02 08:23:15 +0000
commitac4742f558dd3a2120d79185cd71366e24345f4f (patch)
tree5307ee3682aec21277178a8b60b5882a94953620
parentac40e237b9b03f1936d9d5834196570b88927464 (diff)
downloadorg.eclipse.datatools-ac4742f558dd3a2120d79185cd71366e24345f4f.tar.gz
org.eclipse.datatools-ac4742f558dd3a2120d79185cd71366e24345f4f.tar.xz
org.eclipse.datatools-ac4742f558dd3a2120d79185cd71366e24345f4f.zip
update local composite location
-rw-r--r--plugins/org.eclipse.datatools.releng.builder/buildAll.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.datatools.releng.builder/buildAll.xml b/plugins/org.eclipse.datatools.releng.builder/buildAll.xml
index ef4b6db8d..f8b0765bc 100644
--- a/plugins/org.eclipse.datatools.releng.builder/buildAll.xml
+++ b/plugins/org.eclipse.datatools.releng.builder/buildAll.xml
@@ -492,7 +492,7 @@
<target name="genP2CompositeUpdateSite">
- <property name="compsite.site" value="${postingDirectory}/../../../../UpdateSite/dtp" />
+ <property name="compsite.site" value="${postingDirectory}/../../../../UpdateSite/dtp_181" />
<property name="repo" value="${compsite.site}/${buildId}" />
<property name="p2.repo.name" value="DTP Update Site" />
<mkdir dir="${repo}" />

Back to the top