Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2010-07-24 02:11:17 +0000
committerrschnekenbu2010-07-24 02:11:17 +0000
commitd57d4a465ee37d5a30c1e6c2f8edb33b8e0c4cfa (patch)
tree909035490880a25d730fb711b3437c8bc361ff92
parentc2e27ab883f53d2dc36717aca8fc43558ae91b1a (diff)
downloadorg.eclipse.papyrus-d57d4a465ee37d5a30c1e6c2f8edb33b8e0c4cfa.tar.gz
org.eclipse.papyrus-d57d4a465ee37d5a30c1e6c2f8edb33b8e0c4cfa.tar.xz
org.eclipse.papyrus-d57d4a465ee37d5a30c1e6c2f8edb33b8e0c4cfa.zip
setting the new parameters for the compilation, to build from the branch 0.7.X
-rw-r--r--org.eclipse.papyrus.releng/build.properties2
-rw-r--r--org.eclipse.papyrus.releng/promote-N.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.papyrus.releng/build.properties b/org.eclipse.papyrus.releng/build.properties
index b6da92834e2..5a2a901b0ad 100644
--- a/org.eclipse.papyrus.releng/build.properties
+++ b/org.eclipse.papyrus.releng/build.properties
@@ -5,7 +5,7 @@ thirdPartyDownloadLicenseAcceptance="I accept"
projectid=modeling.mdt.papyrus
zipPrefix=Papyrus
incubation=-incubation
-version=0.7.0
+version=0.7.1
buildType=N
mainFeatureToBuildID=org.eclipse.papyrus
#testFeatureToBuildID=org.eclipse.mdt.papyrus.tests.feature
diff --git a/org.eclipse.papyrus.releng/promote-N.properties b/org.eclipse.papyrus.releng/promote-N.properties
index ff2f9f8c817..f587935e103 100644
--- a/org.eclipse.papyrus.releng/promote-N.properties
+++ b/org.eclipse.papyrus.releng/promote-N.properties
@@ -2,16 +2,16 @@
sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-papyrus-0.7-nightly/lastSuccessful/archive/build
# target dir
-targetZipsDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/downloads/drops/0.7.0
+targetZipsDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/downloads/drops/0.7.1
# group owner of new files
targetGroup=common
# type(s) to copy (N, I, M, S, R; default to all)
-buildTypes=R
+buildTypes=N
# synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch)
synchMethod=add
# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents
-targetUpdateDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/updates/nightly
+targetUpdateDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/updates/nightly/helios

Back to the top