Revision: 4020
Author: [email protected]
Date: Fri Dec  3 14:14:51 2010
Log: Init now depends on copy.sqlpower.library due to the ArchitectVersion now extending the version class in the library.
http://code.google.com/p/power-architect/source/detail?r=4020

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Wed Nov 10 12:02:23 2010
+++ /trunk/build.xml    Fri Dec  3 14:14:51 2010
@@ -229,7 +229,7 @@
                </not>
        </condition>

-       <target name="init" depends="checkAntVersion"
+       <target name="init" depends="checkAntVersion, copy.sqlpower.library"
description="Checks build prereqs, creates output dir, and determines product version"
                >
                <tstamp/>

Reply via email to