Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-07-27 09:17:06 +0000
committerAlexander Kurtakov2017-07-27 09:17:06 +0000
commit8f25d8f7397e2c4f9098d85aadb5e62992a76945 (patch)
tree415e366bf2d337fb5ff164a9651a44aaa5d01137
parent8d843c7e907241dd8dfc9ff89757a0bff8bf5d26 (diff)
downloadrt.equinox.framework-8f25d8f7397e2c4f9098d85aadb5e62992a76945.tar.gz
rt.equinox.framework-8f25d8f7397e2c4f9098d85aadb5e62992a76945.tar.xz
rt.equinox.framework-8f25d8f7397e2c4f9098d85aadb5e62992a76945.zip
Bug 520220 - Remove tests for old 2.0 plug-in support
Fix launch config and pom.xml to not try adding compat at all. Change-Id: I8a6a05353485cbc0777c040d49a2298f726dc087 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.osgi.tests/All OSGi Tests.launch2
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
index 7bfdd30e3..c84a95588 100644
--- a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
+++ b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
@@ -32,7 +32,7 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.osgi.tests.AutomatedTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.osgi.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:MaxPermSize=256m -Dosgi.framework.extensions=org.eclipse.osgi.compatibility.plugins -Dorg.eclipse.equinox.region.register.mbeans=false"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:MaxPermSize=256m -Dorg.eclipse.equinox.region.register.mbeans=false"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<booleanAttribute key="run_in_ui_thread" value="true"/>
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 68bb935eb..8a6f4e660 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -36,7 +36,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
- <argLine>-Xmx128m -Dosgi.framework.extensions=reference:file:${basedir}/../org.eclipse.osgi.compatibility.plugins/target/org.eclipse.osgi.compatibility.plugins-1.1.0-SNAPSHOT.jar</argLine>
+ <argLine>-Xmx128m</argLine>
<dependencies>
<dependency>
<type>p2-installable-unit</type>

Back to the top