mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
tried to add library to plugins classpath
This commit is contained in:
parent
8d238640b8
commit
4658609a4b
2 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
.
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue