Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-28 07:22:50 +0000
committerEike Stepper2013-07-28 07:23:36 +0000
commit28c7a190389bfc87c3c013d08ca2ce6f713b4288 (patch)
tree120dc8a2b6fb92f7e4405263bbaa26612e773603
parent0f0550899c0acdb22c8a29fbbb4ea9ebf38554f8 (diff)
downloadcdo-28c7a190389bfc87c3c013d08ca2ce6f713b4288.tar.gz
cdo-28c7a190389bfc87c3c013d08ca2ce6f713b4288.tar.xz
cdo-28c7a190389bfc87c3c013d08ca2ce6f713b4288.zip
Adjust build for maintenance
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap2
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml1
3 files changed, 2 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.properties b/plugins/org.eclipse.emf.cdo.releng/build.properties
index 3b672ac096..53698537d7 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng/build.properties
@@ -13,9 +13,7 @@ branch=streams/4.2-maintenance
train=kepler
train.previous=juno
-eclipse=4.3
-eclipse.previous=4.2
-
+eclipse=3.8
emf=2.9
weekly=M
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 90c88e61bc..f27be6ebc7 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -4,7 +4,7 @@
<!-- Properties -->
- <rm:property mutable="true" key="platform.version" value="4.3"/>
+ <rm:property mutable="true" key="platform.version" value="3.8"/>
<rm:property mutable="true" key="emf.version" value="2.9"/>
<rm:property mutable="true" key="orbit.version" value="R20130517111416"/>
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 36de789e78..b2aa79a077 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -760,7 +760,6 @@
<generate.product id="org.eclipse.emf.cdo.server.product.tcp_h2" profile="CDOServer" priority="4" />
<generate.product id="org.eclipse.emf.cdo.explorer.product" profile="CDOExplorer" priority="3" />
- <generate.product id="org.eclipse.emf.cdo.releng.setup.product.ide" profile="Setup" priority="2" />
</target>
</project>

Back to the top