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 /bundles/org.eclipse.osgi.tests/pom.xml
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>
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/pom.xml')
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
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