Revision: 3770
Author: [email protected]
Date: Wed Jul 21 09:18:03 2010
Log: Fixed the build so that the library jars do not get copied into the
lib folder. Instead, they are copied to buildlib.
http://code.google.com/p/power-architect/source/detail?r=3770
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Tue Jul 20 08:18:25 2010
+++ /trunk/build.xml Wed Jul 21 09:18:03 2010
@@ -1480,9 +1480,9 @@
</target>
<target name="copy.sqlpower.library"
depends="check.sqlpower.library.dir">
- <copy file="${sqlpower.library.home}/dist/sqlpower_library.jar"
todir="${lib}"/>
- <copy file="${sqlpower.library.home}/dist/sqlpower_library-tests.jar"
todir="${lib}"/>
- <copy file="${sqlpower.library.home}/dist/sqlpower_library-apt.jar"
todir="${lib}"/>
+ <copy file="${sqlpower.library.home}/dist/sqlpower_library.jar"
todir="${buildlib}"/>
+ <copy file="${sqlpower.library.home}/dist/sqlpower_library-tests.jar"
todir="${buildlib}"/>
+ <copy file="${sqlpower.library.home}/dist/sqlpower_library-apt.jar"
todir="${buildlib}"/>
</target>
<target name="architect.version.properties" depends="init">