diff options
author | Eike Stepper | 2010-03-17 06:24:33 +0000 |
---|---|---|
committer | Eike Stepper | 2010-03-17 06:24:33 +0000 |
commit | 590335ed82985005f5b8e06abee9be90cbb36930 (patch) | |
tree | bd2ee7102866f23f2a5e239fadbc048f80920994 /releng | |
parent | a34f50cf83f16fd8ee01734864cd6d9f6f26a43f (diff) | |
download | cdo-590335ed82985005f5b8e06abee9be90cbb36930.tar.gz cdo-590335ed82985005f5b8e06abee9be90cbb36930.tar.xz cdo-590335ed82985005f5b8e06abee9be90cbb36930.zip |
updated for M6
Diffstat (limited to 'releng')
-rw-r--r-- | releng/org.eclipse.emf.cdo.releng/buckminster.cspec | 4 | ||||
-rw-r--r-- | releng/org.eclipse.emf.cdo.releng/build.rmap | 45 |
2 files changed, 37 insertions, 12 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/buckminster.cspec b/releng/org.eclipse.emf.cdo.releng/buckminster.cspec index 820abf9164..b794b6e890 100644 --- a/releng/org.eclipse.emf.cdo.releng/buckminster.cspec +++ b/releng/org.eclipse.emf.cdo.releng/buckminster.cspec @@ -10,8 +10,8 @@ <cs:dependency name="org.eclipse.platform.source" componentType="eclipse.feature"/> <cs:dependency name="org.eclipse.emf" componentType="eclipse.feature"/> <cs:dependency name="org.eclipse.emf.source" componentType="eclipse.feature"/> - <cs:dependency name="org.eclipse.emf.teneo" componentType="eclipse.feature"/> - <cs:dependency name="org.eclipse.emf.teneo.source" componentType="eclipse.feature"/> + <cs:dependency name="org.eclipse.emf.teneo.hibernate" componentType="eclipse.feature"/> + <cs:dependency name="org.eclipse.emf.teneo.hibernate.source" componentType="eclipse.feature"/> <cs:dependency name="org.eclipse.zest" componentType="eclipse.feature"/> <cs:dependency name="org.eclipse.zest.source" componentType="eclipse.feature"/> <!-- diff --git a/releng/org.eclipse.emf.cdo.releng/build.rmap b/releng/org.eclipse.emf.cdo.releng/build.rmap index 4c5002cc0c..eef3bda50b 100644 --- a/releng/org.eclipse.emf.cdo.releng/build.rmap +++ b/releng/org.eclipse.emf.cdo.releng/build.rmap @@ -2,13 +2,14 @@ <rm:rmap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:psf="http://www.eclipse.org/buckminster/PSFProvider-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0"> + <rm:property key="build.type" mutable="true" value="N"/> <rm:locator pattern="^org\.eclipse\.emf\.cdo\.releng" searchPathRef="cdo.releng"/> <rm:locator pattern="^org\.eclipse\.emf\.cdo\.formatchecker" searchPathRef="cdo.releng"/> - <rm:locator pattern="^org\.eclipse\.emf\.cdo\.doc.*" searchPathRef="cdo.doc"/> <rm:locator pattern="^org\.gastro.*" searchPathRef="cdo.examples.gastro"/> + <rm:locator pattern="^org\.eclipse\.emf\.cdo\.doc.*" searchPathRef="cdo.doc"/> <rm:locator pattern="^org\.eclipse\.emf\.cdo\.tests\.hibernate.*" searchPathRef="cdo.hibernate"/> <rm:locator pattern="^org\.eclipse\.emf\.cdo\.server\.hibernate.*" searchPathRef="cdo.hibernate"/> <rm:locator pattern="^org\.eclipse\.emf\.cdo\.examples.*" searchPathRef="cdo.examples"/> @@ -26,9 +27,15 @@ <rm:locator pattern="^org\.eclipse\.net4j.*" searchPathRef="net4j.featuresAndPlugins"/> <rm:locator searchPathRef="orbit" failOnError="false"/> <!-- MUST COME BEFORE MODELING! --> - <rm:locator searchPathRef="gef" failOnError="false"/> - <rm:locator searchPathRef="modeling" failOnError="false"/> - <rm:locator searchPathRef="target.platform"/> + <rm:locator searchPathRef="net4j.plus" failOnError="false"/> + + <!-- + <rm:locator searchPathRef="gef.milestones" failOnError="false"/> + <rm:locator searchPathRef="modeling.milestones" failOnError="false"/> + --> + + <rm:locator searchPathRef="helios.staging" failOnError="false"/> + <rm:locator searchPathRef="helios.milestones"/> <rm:searchPath name="cdo.releng"> <rm:provider componentTypes="buckminster,osgi.bundle" readerType="cvs"> @@ -192,7 +199,14 @@ </rm:provider> </rm:searchPath> - <rm:searchPath name="gef"> + <rm:searchPath name="net4j.plus"> + <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false" + resolutionFilter=""> + <rm:uri format="http://net4j.sourceforge.net/update"/> + </rm:provider> + </rm:searchPath> + + <rm:searchPath name="gef.milestones"> <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false" resolutionFilter="(build.type=N)"> <rm:uri format="{0}/tools/gef/updates/milestones/"> @@ -201,7 +215,13 @@ </rm:provider> </rm:searchPath> - <rm:searchPath name="modeling"> + <rm:searchPath name="modeling.milestones"> + <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false" + resolutionFilter="(build.type=N)"> + <rm:uri format="{0}/modeling/emf/teneo/updates/1.2.0/milestones"> + <bc:propertyRef key="eclipse.downloads"/> + </rm:uri> + </rm:provider> <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false" resolutionFilter="(build.type=N)"> <rm:uri format="{0}/modeling/emf/updates/milestones"> @@ -210,16 +230,21 @@ </rm:provider> </rm:searchPath> - <rm:searchPath name="target.platform"> + <rm:searchPath name="helios.staging"> <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false" resolutionFilter="(build.type=N)"> - <rm:uri format="{0}/eclipse/updates/3.6milestones"> + <rm:uri format="{0}/releases/staging"> <bc:propertyRef key="eclipse.downloads"/> </rm:uri> </rm:provider> + </rm:searchPath> + + <rm:searchPath name="helios.milestones"> <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false" - resolutionFilter=""> - <rm:uri format="http://net4j.sourceforge.net/update"/> + resolutionFilter="(build.type=N)"> + <rm:uri format="{0}/eclipse/updates/3.6milestones"> + <bc:propertyRef key="eclipse.downloads"/> + </rm:uri> </rm:provider> </rm:searchPath> |