remove Eclipse dependendence from cast.js

This commit is contained in:
Manu Sridharan 2015-07-30 15:03:45 -07:00
parent 2a55d2e9e9
commit b7ab80734f
2 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,8 @@ Bundle-SymbolicName: com.ibm.wala.cast.js;singleton:=true
Bundle-Version: 1.3.8.qualifier
Bundle-ClassPath: .,
lib/jericho-html-3.2.jar
Bundle-Activator: com.ibm.wala.cast.js.JavaScriptPlugin
Bundle-Vendor: IBM
Export-Package: .,
com.ibm.wala.cast.js,
com.ibm.wala.cast.js.analysis.typeInference,
com.ibm.wala.cast.js.callgraph.fieldbased,
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph,
@ -35,8 +33,6 @@ Require-Bundle: com.ibm.wala.cast,
com.ibm.wala.core,
com.ibm.wala.cast,
com.ibm.wala.shrike;bundle-version="1.1.3",
org.eclipse.equinox.common;bundle-version="3.4.0",
org.eclipse.core.runtime;bundle-version="3.4.0",
org.apache.commons.logging
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7