Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-01-24 22:21:24 +0000
committerRyan D. Brooks2011-01-24 22:21:24 +0000
commit03c6063dbee370fc4ce19fe62927b808ae6db012 (patch)
tree5b243919495f3550c66e53af2896377c055d7f8a
parente7c5221935f7778078012300624dd2a3c99eb12b (diff)
downloadorg.eclipse.osee-03c6063dbee370fc4ce19fe62927b808ae6db012.tar.gz
org.eclipse.osee-03c6063dbee370fc4ce19fe62927b808ae6db012.tar.xz
org.eclipse.osee-03c6063dbee370fc4ce19fe62927b808ae6db012.zip
refactor: Update build to use latest svn update sites0.9.8.v201101250825_RC
-rw-r--r--releng/org.eclipse.osee.client.releng/build.properties10
-rw-r--r--releng/org.eclipse.osee.server.releng/build.properties11
2 files changed, 11 insertions, 10 deletions
diff --git a/releng/org.eclipse.osee.client.releng/build.properties b/releng/org.eclipse.osee.client.releng/build.properties
index eb51b5704fd..abeecf3735b 100644
--- a/releng/org.eclipse.osee.client.releng/build.properties
+++ b/releng/org.eclipse.osee.client.releng/build.properties
@@ -31,7 +31,8 @@ ${oseeAppServerSnapshotPath}/osee_server-incubation-osgi-runtime-N-Snapshot.zip
associate.sites=\
http://download.eclipse.org/releases/helios,\
http://download.eclipse.org/eclipse/updates/3.6,\
-http://community.polarion.com/projects/subversive/download/eclipse/2.0/helios-site/,\
+http://download.eclipse.org/technology/subversive/0.7/update-site/,\
+http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/,\
http://download.itemis.com/updates/releases/,\
http://download.eclipse.org/technology/nebula/xviewer/update-N/,\
http://download.eclipse.org/technology/nebula/calendarcombo/update-N/,\
@@ -45,12 +46,11 @@ ${oseeAppServerSnapshotPath}/osee_server-incubation-update-N-Snapshot.zip
dependencyURLs=\
${downloadMirror}/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-test-framework-3.6.1.zip
-#org.polarion.eclipse.team.svn.connector.feature.group+\
-#org.polarion.eclipse.team.svn.connector.source.feature.group+\
-#org.polarion.eclipse.team.svn.connector.svnkit16.feature.group+\
-
IUsToInstall=\
org.eclipse.team.svn.feature.group+\
+org.polarion.eclipse.team.svn.connector.feature.group+\
+org.polarion.eclipse.team.svn.connector.source.feature.group+\
+org.polarion.eclipse.team.svn.connector.svnkit16.feature.group+\
\
org.eclipse.emf.sdk.feature.group+\
org.eclipse.emf.compare.sdk.feature.group+\
diff --git a/releng/org.eclipse.osee.server.releng/build.properties b/releng/org.eclipse.osee.server.releng/build.properties
index 294f86abf5f..d21c84c5343 100644
--- a/releng/org.eclipse.osee.server.releng/build.properties
+++ b/releng/org.eclipse.osee.server.releng/build.properties
@@ -25,21 +25,22 @@ associate.sites=\
http://download.eclipse.org/releases/helios,\
http://download.eclipse.org/eclipse/updates/3.6,\
http://download.eclipse.org/technology/subversive/0.7/update-site/,\
-http://community.polarion.com/projects/subversive/download/eclipse/2.0/helios-site/,\
+http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/,\
http://download.itemis.com/updates/releases/
repositoryURLs=\
${associate.sites}
+#http://community.polarion.com/projects/subversive/download/eclipse/2.0/builds/Subversive-connectors-2.2.2.I20101203-1700.zip
+
dependencyURLs=\
${downloadMirror}/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-test-framework-3.6.1.zip
-#org.polarion.eclipse.team.svn.connector.feature.group+\
-#org.polarion.eclipse.team.svn.connector.source.feature.group+\
-#org.polarion.eclipse.team.svn.connector.svnkit16.feature.group+\
-
IUsToInstall=\
org.eclipse.team.svn.feature.group+\
+org.polarion.eclipse.team.svn.connector.feature.group+\
+org.polarion.eclipse.team.svn.connector.source.feature.group+\
+org.polarion.eclipse.team.svn.connector.svnkit16.feature.group+\
\
org.eclipse.emf.sdk.feature.group+\
org.eclipse.emf.compare.sdk.feature.group+\

Back to the top