[OS-JIRA] Created: (WOL-352) Default WOFramework build.xml's lib dir is named Libraries instead of the standard "lib"

From: Lachlan Deck (JIRA) ("Lachlan)
Date: Wed Jan 10 2007 - 01:26:43 EST

  • Next message: Denis Frolov (JIRA): "[OS-JIRA] Created: (WOL-353) Entity Modeler tries to load model from wrong path in case it was moved"

    Default WOFramework build.xml's lib dir is named Libraries instead of the standard "lib"
    ----------------------------------------------------------------------------------------

                     Key: WOL-352
                     URL: http://issues.objectstyle.org/jira/browse/WOL-352
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: 2.0.0.* (unreleased please specify)
             Environment: Mac OS X 10.4.8, Eclipse 3.2.1, WOLips 2.0.0.3723
                Reporter: Lachlan Deck
                Priority: Trivial

    Let's not fight conventions. Most IDEs use a "lib" directory for extra jar files.

    Please adjust the default templates from:
    {{{
    <lib dir="Libraries">
            <include name="*.jar"/>
            <exclude name="**/*.framework/**"/>
    </lib>
    }}}

    to:
    {{{
    <lib dir="lib">
            <include name="*.jar"/>
            <exclude name="**/*.framework/**"/>
    </lib>
    }}}

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Wed Jan 10 2007 - 01:27:36 EST