svn commit: r522169 - /ofbiz/trunk/.classpath

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r522169 - /ofbiz/trunk/.classpath

jacopoc
Author: jacopoc
Date: Sat Mar 24 23:28:55 2007
New Revision: 522169

URL: http://svn.apache.org/viewvc?view=rev&rev=522169
Log:
Added new jars to the Eclipse's .classpath file
Thanks to Ashish Vijaywargiya (OFBIZ-843) for the patch.

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?view=diff&rev=522169&r1=522168&r2=522169
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sat Mar 24 23:28:55 2007
@@ -126,5 +126,9 @@
  <classpathentry kind="lib" path="framework/webapp/lib/jdom-1.0.jar"/>
  <classpathentry kind="lib" path="framework/webapp/lib/fop-0.93.jar"/>
  <classpathentry kind="lib" path="framework/webapp/lib/barcode4j-fop-ext-0.93.jar"/>
+ <classpathentry kind="lib" path="framework/webapp/lib/ws-commons-java5-1.0.1.jar"/>
+ <classpathentry kind="lib" path="framework/webapp/lib/ws-commons-util-1.0.1.jar"/>
+ <classpathentry kind="lib" path="framework/webapp/lib/xmlrpc-common-3.0.jar"/>
+ <classpathentry kind="lib" path="framework/webapp/lib/xmlrpc-server-3.0.jar"/>
  <classpathentry kind="output" path="bin"/>
 </classpath>