Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-10-27 08:28:51 +0000
committerMartin Fluegge2011-10-27 08:28:51 +0000
commit6fb772a059438c05beb1182f38abb7a32c0947c1 (patch)
tree61ee87667950ffd6390d0917f96f104e84a34cd9
parent4d3bffde32f80b74aa7352025b658b3f32f9c350 (diff)
downloadcdo-6fb772a059438c05beb1182f38abb7a32c0947c1.tar.gz
cdo-6fb772a059438c05beb1182f38abb7a32c0947c1.tar.xz
cdo-6fb772a059438c05beb1182f38abb7a32c0947c1.zip
temporarily switched to Graphiti nightly build to consume the 1.5
compatible bundles.
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap3
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 5e463d3151..95be828f49 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -96,7 +96,8 @@
<!-- Graphiti -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
resolutionFilter="(resolve.target.platform=true)">
- <rm:uri format="{0}/graphiti/updates/milestones">
+ <!-- <rm:uri format="{0}/graphiti/updates/milestones">-->
+ <rm:uri format="{0}/graphiti/updates/nightly/">
<bc:propertyRef key="eclipse.downloads"/>
</rm:uri>
</rm:provider>
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index f0a28a2cd8..c28777fadc 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -415,7 +415,7 @@
<mkdir dir="${tp}" />
<buckminster command="import">
<cmdargs>
- <jvmarg value="-Dorg.eclipse.update.jarprocessor.pack200=/shared/common/jdk-1.6.0_26.x86_64/bin" />
+ <!--<jvmarg value="-Dorg.eclipse.update.jarprocessor.pack200=/shared/common/jdk-1.6.0_26.x86_64/bin" />-->
<arg value="-B" />
<arg value="${hudson.WORKSPACE}/bom.xml" />

Back to the top