You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ch...@apache.org on 2016/02/04 20:49:38 UTC

svn commit: r1728546 - in /ofbiz/branches/release15.12: ./ .classpath

Author: chrisg
Date: Thu Feb  4 19:49:37 2016
New Revision: 1728546

URL: http://svn.apache.org/viewvc?rev=1728546&view=rev
Log:
Applied fix from trunk for revision: 1728411 
===

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/branches/release15.12/   (props changed)
    ofbiz/branches/release15.12/.classpath

Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb  4 19:49:37 2016
@@ -9,4 +9,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1722712,1723007,1723248,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1724978,1725006,1725217,1725257,1725561,1725574,1726388,1726493,1726828
+/ofbiz/trunk:1722712,1723007,1723248,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1724978,1725006,1725217,1725257,1725561,1725574,1726388,1726493,1726828,1728411

Modified: ofbiz/branches/release15.12/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/.classpath?rev=1728546&r1=1728545&r2=1728546&view=diff
==============================================================================
--- ofbiz/branches/release15.12/.classpath (original)
+++ ofbiz/branches/release15.12/.classpath Thu Feb  4 19:49:37 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"/>