Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2013-01-08 17:19:03 +0000
committerEd Merks2013-01-08 17:19:03 +0000
commit114e8c3c560c1002770fa02dc863956b39ebb1cf (patch)
treee60ede57255eae9309ee447d0464bff71ff2ebb6
parent032ebfeb72ed4a7f8c5744cac974b970fd4f79bc (diff)
parent44017d6d1c33b35cd9f5b30ed78aec4bb390970a (diff)
downloadorg.eclipse.emf-114e8c3c560c1002770fa02dc863956b39ebb1cf.tar.gz
org.eclipse.emf-114e8c3c560c1002770fa02dc863956b39ebb1cf.tar.xz
org.eclipse.emf-114e8c3c560c1002770fa02dc863956b39ebb1cf.zip
Merge branch 'master' of ssh://emerks@git.eclipse.org/gitroot/emf/org.eclipse.emf.git
-rw-r--r--releng/org.eclipse.emf.build-feature/buckminster.cspex2
-rw-r--r--releng/org.eclipse.emf.build-feature/packaging.ant4
-rw-r--r--releng/org.eclipse.emf.releng.buckminster/releng/local/commands.txt4
-rw-r--r--tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/interpreter/XcoreInterpreterXbaseIntegrationTest.java12
4 files changed, 18 insertions, 4 deletions
diff --git a/releng/org.eclipse.emf.build-feature/buckminster.cspex b/releng/org.eclipse.emf.build-feature/buckminster.cspex
index a5697a685..42e9cdaec 100644
--- a/releng/org.eclipse.emf.build-feature/buckminster.cspex
+++ b/releng/org.eclipse.emf.build-feature/buckminster.cspex
@@ -9,6 +9,8 @@
<cs:dependency filter="(eclipse.target.platform=Galileo)" name="org.eclipse.equinox.common" componentType="osgi.bundle" versionDesignator="[3.5.0,3.6.0)"/>
<cs:dependency name="org.eclipse.emf.base" componentType="eclipse.feature" />
<cs:dependency name="org.eclipse.rcp" componentType="eclipse.feature" />
+ <!-- balance for now missing org.eclipse.test transitive dependencies -->
+ <cs:dependency name="org.eclipse.ui.ide.application" componentType="osgi.bundle" />
<cs:dependency name="org.eclipse.pde.core" componentType="osgi.bundle" />
<cs:dependency name="org.eclipse.pde.junit.runtime" componentType="osgi.bundle" />
<cs:dependency name="org.eclipse.equinox.frameworkadmin.equinox" componentType="osgi.bundle" />
diff --git a/releng/org.eclipse.emf.build-feature/packaging.ant b/releng/org.eclipse.emf.build-feature/packaging.ant
index 1d4ad6de0..6312cf30e 100644
--- a/releng/org.eclipse.emf.build-feature/packaging.ant
+++ b/releng/org.eclipse.emf.build-feature/packaging.ant
@@ -118,12 +118,12 @@
<isset property="bundle.pools" />
</condition>
- <echo>install.ius: ${install.ius}</echo>
+ <!--<echo>install.ius: ${install.ius}</echo>
<echo>profile.properties: ${profile.properties}</echo>
<echo>artifact.repositories: ${artifact.repositories}</echo>
<echo>metadata.repositories: ${metadata.repositories}</echo>
<echo>launcher.jar: ${launcher.jar}</echo>
- <echo>sp:output: ${sp:output}</echo>
+ <echo>sp:output: ${sp:output}</echo>-->
<java jar="${launcher.jar}" fork="true" failonerror="true" logerror="true">
<arg value="-consolelog" />
<arg value="-application" />
diff --git a/releng/org.eclipse.emf.releng.buckminster/releng/local/commands.txt b/releng/org.eclipse.emf.releng.buckminster/releng/local/commands.txt
index 15f9b8932..bdb2a4033 100644
--- a/releng/org.eclipse.emf.releng.buckminster/releng/local/commands.txt
+++ b/releng/org.eclipse.emf.releng.buckminster/releng/local/commands.txt
@@ -2,8 +2,8 @@
setpref complianceLevel=1.5
setpref targetPlatformPath="${WORKSPACE}/buildroot/target.platform"
-setpref org.eclipse.buckminster.core.maxParallelResolutions=1
-setpref org.eclipse.buckminster.core.maxParallelMaterializations=1
+#setpref org.eclipse.buckminster.core.maxParallelResolutions=1
+#setpref org.eclipse.buckminster.core.maxParallelMaterializations=1
# Import all but rap.sdk cause it has a bad dependency to eclipse 4.3
import --properties "${releng.proj.loc}/releng/local/local-build.properties" -Dbuild.type=${BUILD_TYPE} -Dwithout.gdt=true -Dwithout.rap=true "${releng.proj.loc}/releng/emf-all.mspec"
diff --git a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/interpreter/XcoreInterpreterXbaseIntegrationTest.java b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/interpreter/XcoreInterpreterXbaseIntegrationTest.java
index 7e840e8c9..d8f636fb8 100644
--- a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/interpreter/XcoreInterpreterXbaseIntegrationTest.java
+++ b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/interpreter/XcoreInterpreterXbaseIntegrationTest.java
@@ -19,11 +19,14 @@ import org.eclipse.xtext.junit4.XtextRunner;
import org.eclipse.xtext.junit4.util.ParseHelper;
import org.eclipse.xtext.junit4.validation.ValidationTestHelper;
import org.eclipse.xtext.xbase.junit.evaluation.AbstractXbaseEvaluationTest;
+import org.junit.Ignore;
+import org.junit.Test;
import org.junit.runner.RunWith;
import com.google.inject.Inject;
+@SuppressWarnings("restriction")
@RunWith(XtextRunner.class)
@InjectWith(XcoreInjectorProvider.class)
public class XcoreInterpreterXbaseIntegrationTest extends AbstractXbaseEvaluationTest
@@ -69,4 +72,13 @@ public class XcoreInterpreterXbaseIntegrationTest extends AbstractXbaseEvaluatio
{
// Ignore
}
+
+ @Override
+ @Test
+ @Ignore("Fails with old type system")
+ // TODO Re-activate when we start using the new type system
+ public void testBlock_02() throws Exception
+ {
+ super.testBlock_02();
+ }
}

Back to the top