Author: jfuerth
Date: Mon Feb 23 13:38:47 2009
New Revision: 2948

Modified:
   trunk/build.xml

Log:
Sounds weren't being copied into the build directory. This is the fix.

Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml     (original)
+++ trunk/build.xml     Mon Feb 23 13:38:47 2009
@@ -643,7 +643,7 @@

        <jar destfile="${staging.dir}/architect.jar" update="no"
                                basedir="${build}"
- includes="ca/** icons/** log4j.properties default_database_types.ini" + includes="ca/** icons/** sounds/** log4j.properties default_database_types.ini"
                                manifest="${build}/manifest">
        </jar>
                <copy todir="${staging.dir}/jdbc">

Reply via email to