update manifests for compatibility with Eclipse Kepler

This commit is contained in:
Manu Sridharan 2013-07-16 11:33:40 -07:00
parent 4b8c1b4148
commit 0595f0202c
4 changed files with 8 additions and 8 deletions

View File

@ -11,8 +11,8 @@ Require-Bundle: com.ibm.wala.cast.js.rhino;bundle-version="1.0.0",
com.ibm.wala.cast.js.test;bundle-version="1.0.0",
com.ibm.wala.cast.test;bundle-version="1.0.0",
com.ibm.wala.core.tests;bundle-version="1.1.3",
org.junit4;bundle-version="4.3.1",
com.ibm.wala.cast.js.test.data;bundle-version="1.3.4"
com.ibm.wala.cast.js.test.data;bundle-version="1.3.4",
org.junit;bundle-version="4.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: com.ibm.wala.cast.js.rhino.test,

View File

@ -11,9 +11,9 @@ Require-Bundle: com.ibm.wala.cast.js,
com.ibm.wala.core,
org.eclipse.core.runtime,
com.ibm.wala.core.tests,
org.junit4;bundle-version="4.3.1",
com.ibm.wala.cast.test;bundle-version="1.0.0",
com.ibm.wala.cast.js.test.data;bundle-version="1.3.4"
com.ibm.wala.cast.js.test.data;bundle-version="1.3.4",
org.junit;bundle-version="4.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: com.ibm.wala.cast.js.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

View File

@ -4,7 +4,6 @@ Bundle-Name: JSDT Tests
Bundle-SymbolicName: com.ibm.wala.ide.jsdt.tests
Bundle-Version: 1.0.0.qualifier
Require-Bundle: com.ibm.wala.core;bundle-version="1.1.3",
org.junit4;bundle-version="4.5.0",
com.ibm.wala.cast;bundle-version="1.0.0",
com.ibm.wala.cast.js;bundle-version="1.0.0",
com.ibm.wala.cast.js.rhino;bundle-version="1.0.0",
@ -12,6 +11,7 @@ Require-Bundle: com.ibm.wala.core;bundle-version="1.1.3",
org.eclipse.wst.jsdt.core,
org.eclipse.equinox.common;bundle-version="3.6.100",
com.ibm.wala.ide.tests;bundle-version="1.1.3",
org.eclipse.core.runtime;bundle-version="3.8.0"
org.eclipse.core.runtime;bundle-version="3.8.0",
org.junit;bundle-version="4.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Activator: com.ibm.wala.ide.jsdt.tests.Activator

View File

@ -13,11 +13,11 @@ Require-Bundle: com.ibm.wala.shrike,
org.eclipse.jdt.core,
org.eclipse.ui,
org.eclipse.ui.ide,
org.junit4;bundle-version="4.3.1",
com.ibm.wala.ide.jdt;bundle-version="1.0.0",
org.eclipse.osgi.services;bundle-version="3.3.100";resolution:=optional,
org.eclipse.e4.ui.model.workbench;bundle-version="0.10.1";resolution:=optional,
org.eclipse.e4.core.di;bundle-version="1.2.0";resolution:=optional
org.eclipse.e4.core.di;bundle-version="1.2.0";resolution:=optional,
org.junit;bundle-version="4.0.0"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy