Skip to content

Commit

Permalink
toolsupport: relaxng is also needed, define Bundle-Classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Oct 24, 2010
1 parent 9a2e6e0 commit 2ebfec3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.bpelunit.toolsupport/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/relaxngDatatype-1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-test"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/xsom14.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.bpelunit.framework"/>
<classpathentry kind="output" path="bin"/>
</classpath>
3 changes: 3 additions & 0 deletions org.bpelunit.toolsupport/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ Require-Bundle: org.eclipse.ui,
Eclipse-LazyStart: true
Bundle-Vendor: Leibniz Universität Hannover
Import-Package: javax.wsdl
Bundle-ClassPath: .,
lib/xsom14.jar,
lib/relaxngDatatype-1.0.jar
4 changes: 3 additions & 1 deletion org.bpelunit.toolsupport/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
doc/
doc/,\
lib/xsom14.jar,\
lib/relaxngDatatype-1.0.jar
jars.compile.order = .
Binary file not shown.

0 comments on commit 2ebfec3

Please sign in to comment.