Author: taher
Date: Thu Feb 4 06:57:52 2016
New Revision: 1728411
URL:
http://svn.apache.org/viewvc?rev=1728411&view=revLog:
fix the classpath file for updated tomcat libraries
The tomcat libraries that were updated in the framework
changed their names slightly. This commit updates the
names for the IDE to work correctly
Modified:
ofbiz/trunk/.classpath
Modified: ofbiz/trunk/.classpath
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1728411&r1=1728410&r2=1728411&view=diff==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Thu Feb 4 06:57:52 2016
@@ -98,9 +98,9 @@
<classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.65-jasper.jar"/>
<classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.65-tomcat-api.jar"/>
<classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.65-tomcat-coyote.jar"/>
- <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.65-tomcat-util.jar"/>
+ <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.65-tomcat-juli-adapters.jar"/>
<classpathentry kind="lib" path="framework/catalina/lib/tomcat-extras-7.0.65-tomcat-juli.jar"/>
- <classpathentry kind="lib" path="framework/catalina/lib/tomcat-extras-7.0.65-tomcat-juli-adapters.jar"/>
+ <classpathentry kind="lib" path="framework/catalina/lib/tomcat-extras-7.0.65-tomcat-util.jar"/>
<classpathentry kind="lib" path="framework/entity/lib/commons-dbcp2-2.1.jar"/>
<classpathentry kind="lib" path="framework/geronimo/lib/geronimo-transaction-3.1.1.jar"/>
<classpathentry kind="lib" path="framework/service/lib/axiom-api-1.2.14.jar"/>