Hi Christian, go ahead, I just fixed it in trunk for the IDE to work.
Regards, -- Taher Alkhateeb > On Feb 4, 2016, at 3:12 PM, Christian Geisert <christian.geis...@isu-gmbh.de> > wrote: > > Taher, > > you beat me to it ;-) > Will you commit this to the release15.12 branch too or shall I do it? > > Thanks, > Christian > > Am 04.02.2016 07:57, schrieb ta...@apache.org: >> Author: taher >> Date: Thu Feb 4 06:57:52 2016 >> New Revision: 1728411 >> >> URL: http://svn.apache.org/viewvc?rev=1728411&view=rev >> Log: >> 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"/> >