From: <rv...@us...> - 2011-05-26 19:38:24
|
Revision: 890 http://treebase.svn.sourceforge.net/treebase/?rev=890&view=rev Author: rvos Date: 2011-05-26 19:38:18 +0000 (Thu, 26 May 2011) Log Message: ----------- Adding some more class path entries for dealing with TAR archives, multipart messages and REST services, all as used by the Dryad importer, without actually being specified in the .classpath previously for some reason. Modified Paths: -------------- trunk/treebase-web/.classpath Modified: trunk/treebase-web/.classpath =================================================================== --- trunk/treebase-web/.classpath 2011-05-26 19:37:41 UTC (rev 889) +++ trunk/treebase-web/.classpath 2011-05-26 19:38:18 UTC (rev 890) @@ -107,5 +107,8 @@ <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5"/> <classpathentry kind="var" path="M2_REPO/zing/z3950/org/cql-java/1.0/cql-java-1.0.jar"/> <classpathentry kind="var" path="M2_REPO/postgresql/postgresql/8.3-603.jdbc3/postgresql-8.3-603.jdbc3.jar"/> + <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant/1.8.0/ant-1.8.0.jar"/> + <classpathentry kind="var" path="M2_REPO/com/sun/jersey/contribs/jersey-multipart/1.1.0-ea/jersey-multipart-1.1.0-ea.jar"/> + <classpathentry kind="var" path="M2_REPO/javax/ws/rs/jsr311-api/1.0/jsr311-api-1.0.jar"/> <classpathentry kind="output" path="target/classes"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |