tried to add library to plugins classpath

This commit is contained in:
jkohnlein 2008-07-09 08:09:00 +00:00
parent 8d238640b8
commit 4658609a4b
2 changed files with 7 additions and 1 deletions

View file

@ -9,3 +9,5 @@ Export-Package: org.eclipse.xtext.resource
Require-Bundle: org.junit;bundle-version="3.8.2",
org.eclipse.emf.ecore.xmi;bundle-version="2.3.2",
org.eclipse.xtext;bundle-version="1.0.0"
Bundle-ClassPath: lib/simple.jar,
.

View file

@ -3,4 +3,8 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
test.xml,\
lib/
lib/,\
lib/simple.jar
jars.compile.order = .,\
lib/simple.jar
source.lib/simple.jar =