diff options
author | Thomas Watson | 2017-01-18 09:49:31 -0500 |
---|---|---|
committer | Thomas Watson | 2017-01-18 13:58:10 -0500 |
commit | c8caeaa2cf5f6621f755dd7878a911e77147ea88 (patch) | |
tree | 5319d3f2dd9812125a8d662bc57a91af01191874 /bundles/org.eclipse.osgi.tests/pom.xml | |
parent | f2c1c6a63763ab80aafeb8045ff8f73048870401 (diff) | |
download | rt.equinox.framework-c8caeaa2cf5f6621f755dd7878a911e77147ea88.tar.gz rt.equinox.framework-c8caeaa2cf5f6621f755dd7878a911e77147ea88.tar.xz rt.equinox.framework-c8caeaa2cf5f6621f755dd7878a911e77147ea88.zip |
Bug 510641 - Remove old Headers implementation.
Change-Id: Ibc09bc478f68516c692c95181081a08781024ed5
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/pom.xml')
-rw-r--r-- | bundles/org.eclipse.osgi.tests/pom.xml | 2 |
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 20e06d614..5fa05e019 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.0.0-SNAPSHOT.jar</argLine> + <argLine>-Xmx128m -Dosgi.framework.extensions=reference:file:${basedir}/../org.eclipse.osgi.compatibility.plugins/target/org.eclipse.osgi.compatibility.plugins-1.0.100-SNAPSHOT.jar</argLine> <dependencies> <dependency> <type>p2-installable-unit</type> |