wrong lib paths in .classpath
-----------------------------

                 Key: OFBIZ-4650
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4650
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon
             Fix For: SVN trunk


{quote}
   <classpathentry kind="lib" 
path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli-adapters.jar"/>
   <classpathentry kind="lib" 
path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli.jar"/>
{quote}

it's wrong. correct one should be:
{quote}
   <classpathentry kind="lib" 
path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli-adapters.jar"/>
   <classpathentry kind="lib" 
path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli.jar"/>
{quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to