You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/04/03 17:20:27 UTC

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

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>