Skip to content

Commit

Permalink
Added the missing Axis jars
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 16, 2012
1 parent a2af335 commit b050d1f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions plugins/net.bioclipse.nmrshiftdb/.classpath
Expand Up @@ -5,5 +5,9 @@
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/JNL.jar"/>
<classpathentry exported="true" kind="lib" path="lib/torque-3.1.jar"/>
<classpathentry kind="lib" path="lib/axis.jar"/>
<classpathentry kind="lib" path="lib/jaxrpc.jar"/>
<classpathentry kind="lib" path="lib/saaj.jar"/>
<classpathentry kind="lib" path="lib/wsdl4j-1.5.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
9 changes: 6 additions & 3 deletions plugins/net.bioclipse.nmrshiftdb/META-INF/MANIFEST.MF
Expand Up @@ -40,7 +40,10 @@ Import-Package: nu.xom;version="1.1.0",
org.xmlcml.cml.element
Export-Package: net.bioclipse.nmrshiftdb,
net.bioclipse.nmrshiftdb.business
Bundle-ClassPath: lib/predictor.jar,
.,
Bundle-ClassPath: .,
lib/JNL.jar,
lib/torque-3.1.jar
lib/torque-3.1.jar,
lib/axis.jar,
lib/jaxrpc.jar,
lib/saaj.jar,
lib/wsdl4j-1.5.1.jar
7 changes: 5 additions & 2 deletions plugins/net.bioclipse.nmrshiftdb/build.properties
Expand Up @@ -12,6 +12,9 @@ bin.includes = META-INF/,\
starting.xml,\
splash.bmp,\
plugin.properties,\
lib/predictor.jar,\
lib/JNL.jar,\
lib/torque-3.1.jar
lib/torque-3.1.jar,\
lib/axis.jar,\
lib/jaxrpc.jar,\
lib/saaj.jar,\
lib/wsdl4j-1.5.1.jar
Binary file added plugins/net.bioclipse.nmrshiftdb/lib/axis.jar
Binary file not shown.
Binary file added plugins/net.bioclipse.nmrshiftdb/lib/jaxrpc.jar
Binary file not shown.
Binary file added plugins/net.bioclipse.nmrshiftdb/lib/saaj.jar
Binary file not shown.
Binary file not shown.

0 comments on commit b050d1f

Please sign in to comment.