fixed classpath, added jericho jar to classpath

This commit is contained in:
Marcel Bruch 2013-04-29 13:18:36 +02:00
parent 91e0639232
commit c6e88b6d80
2 changed files with 4 additions and 6 deletions

View File

@ -3,10 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: JavaScript Plug-in
Bundle-SymbolicName: com.ibm.wala.cast.js;singleton:=true
Bundle-Version: 1.3.4.qualifier
Bundle-ClassPath: bin/,
.,
lib/js.jar,
lib/xalan.jar
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,

View File

@ -1,6 +1,6 @@
bin.includes = .,\
META-INF/,\
bin/
lib/,\
lib/jericho-html-3.2.jar
source.. = source/,\
dat/
jars.extra.classpath = lib/jericho-html-3.2.jar