Revision: 3264 Author: silva.josemanuel1 Date: Mon Feb 1 10:18:39 2010 Log: Fixed the only.copy.sqlpower.library property so it actually works.
http://code.google.com/p/power-architect/source/detail?r=3264 Modified: /trunk/build.xml ======================================= --- /trunk/build.xml Fri Jan 29 08:37:45 2010 +++ /trunk/build.xml Mon Feb 1 10:18:39 2010 @@ -52,6 +52,8 @@ <!-- Base directory for the izpack (Windows) installer output --> <property name="installer.dir" value="installer"/> + <property name="only.copy.sqlpower.library" value="false"/> + <!-- When the build runs on a Mac, we can create the .dmg disk image using the native hdiutil program. Otherwise, we just make a .tar.gz. --> @@ -136,9 +138,7 @@ built separately. --> <condition property="buildSQLPowerLibrary"> - <not> - <isset property="only.copy.sqlpower.library"/> - </not> + <isfalse value="${only.copy.sqlpower.library}"/> </condition> <!--
