You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (Closed) (JIRA)" <ji...@apache.org> on 2012/01/09 07:05:39 UTC

[jira] [Closed] (OFBIZ-4650) wrong lib paths in .classpath

     [ https://issues.apache.org/jira/browse/OFBIZ-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES closed OFBIZ-4650.
-------------------------------------

    Resolution: Fixed
      Assignee: Erwan de FERRIERES

Thanks Leon, done at rev 1229037

Cheers,
                
> 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
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4650.patch
>
>
> {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