svn commit: r525173 - /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: r525173 - /ofbiz/trunk/.classpath

jonesde
Author: jonesde
Date: Tue Apr  3 08:20:27 2007
New Revision: 525173

URL: http://svn.apache.org/viewvc?view=rev&rev=525173
Log:
Added xmlrpc client jar file to eclipse config file

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?view=diff&rev=525173&r1=525172&r2=525173
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Tue Apr  3 08:20:27 2007
@@ -130,5 +130,6 @@
  <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="lib" path="framework/webapp/lib/xmlrpc-client-3.0.jar"/>
  <classpathentry kind="output" path="bin"/>
 </classpath>