jdas runtime dependencies
authorjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 29 Feb 2012 15:58:08 +0000 (15:58 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 29 Feb 2012 15:58:08 +0000 (15:58 +0000)
.classpath
THIRDPARTYLIBS
lib/spring-core-3.0.5.RELEASE.jar [new file with mode: 0644]
lib/spring-web-3.0.5.RELEASE.jar [new file with mode: 0644]

index 8f41b04..4a8ccc4 100644 (file)
@@ -40,7 +40,9 @@
        <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
        <classpathentry kind="lib" path="lib/Jmol-12.2.4.jar"/>
        <classpathentry kind="lib" path="appletlib/JmolApplet-12.2.4.jar"/>
-       <classpathentry kind="lib" path="lib/jdas-1.0.4.jar" sourcepath="/jdas"/>
+       <classpathentry kind="lib" path="lib/jdas-1.0.4.jar"/>
+       <classpathentry kind="lib" path="lib/spring-core-3.0.5.RELEASE.jar"/>
+       <classpathentry kind="lib" path="lib/spring-web-3.0.5.RELEASE.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/plugin.jar"/>
        <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
        <classpathentry kind="output" path="classes"/>
index e777ead..bedd23a 100644 (file)
@@ -18,6 +18,7 @@ httpclient-4.0.3.jar
 httpcore-4.0.1.jar
 httpmime-4.0.3.jar
 jaxrpc.jar
+jdas-1.0.4.jar : Apache License - built from http://code.google.com/p/jdas/ (29th Feb 2012)
 jhall.jar
 jswingreader-0.3.jar : Apache license - built from http://jswingreader.sourceforge.net/ svn/trunk v12
 log4j-1.2.8.jar
@@ -26,6 +27,8 @@ miglayout-4.0-swing.jar       BSD http://www.migcalendar.com/miglayout/versions/4.0/li
 min-jaba-client.jar
 regex.jar
 saaj.jar
+spring-core-3.0.5.RELEASE.jar : Apache License: jdas runtime dependencies retrieved via maven
+spring-web-3.0.5.RELEASE.jar : Apache License: jdas runtime dependencies retrieved via maven
 vamsas-client.jar
 wsdl4j.jar
 xercesImpl.jar
diff --git a/lib/spring-core-3.0.5.RELEASE.jar b/lib/spring-core-3.0.5.RELEASE.jar
new file mode 100644 (file)
index 0000000..ea9500d
Binary files /dev/null and b/lib/spring-core-3.0.5.RELEASE.jar differ
diff --git a/lib/spring-web-3.0.5.RELEASE.jar b/lib/spring-web-3.0.5.RELEASE.jar
new file mode 100644 (file)
index 0000000..5a2381a
Binary files /dev/null and b/lib/spring-web-3.0.5.RELEASE.jar differ