Minor bug in build.xml for frameworks

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Fri Nov 28 2003 - 03:05:37 EST

  • Next message: Ulrich Köster: "Re: Frameworks in PB.project"

    Hi,

    please review your build.xml for frameworks projects.

    Instead of

    <lib dir=".">
            <include name="Add .jar's that should be copied in the framework."/>
            <exclude name="**/*.woa/**"/>
    </lib>

    --->

    <lib dir=".">
            <include name="Add .jar's that should be copied in the framework."/>
            <exclude name="**/*.framework/**"/>
    </lib>

    Ulrich



    This archive was generated by hypermail 2.0.0 : Fri Nov 28 2003 - 03:05:46 EST