Author: jleroux Date: Mon Mar 28 14:48:54 2016 New Revision: 1736890 URL: http://svn.apache.org/viewvc?rev=1736890&view=rev Log: As reported by Jame Yong at https://issues.apache.org/jira/browse/OFBIZ-6755 "There is no commons-httpclient-3.1.jar in the project but the .classpath file still links to it"
This removes it after r1735021, waiting for backporting in R15.12 Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1736890&r1=1736889&r2=1736890&view=diff ============================================================================== --- ofbiz/trunk/.classpath (original) +++ ofbiz/trunk/.classpath Mon Mar 28 14:48:54 2016 @@ -124,7 +124,6 @@ <classpathentry kind="lib" path="specialpurpose/ebaystore/lib/helper.jar"/> <classpathentry kind="lib" path="specialpurpose/googlecheckout/lib/checkout-sdk-0.8.8.jar"/> <classpathentry kind="lib" path="specialpurpose/ldap/lib/cas-server-core-3.3.jar"/> - <classpathentry kind="lib" path="specialpurpose/passport/lib/commons-httpclient-3.1.jar"/> <classpathentry kind="lib" path="specialpurpose/pos/lib/jcl.jar"/> <classpathentry kind="lib" path="specialpurpose/pos/lib/jpos18-controls.jar"/> <classpathentry kind="lib" path="specialpurpose/pos/lib/looks-2.0.2.jar"/>