Revision: 3826
Author: [email protected]
Date: Fri Jul 30 14:24:37 2010
Log: Fixed the build's stage target where the library jars were not being copied. This issue was caused by our recent changes to Java 6 and the build scripts. The distributed standalone clients should work again.
http://code.google.com/p/power-architect/source/detail?r=3826

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Wed Jul 21 09:18:03 2010
+++ /trunk/build.xml    Fri Jul 30 14:24:37 2010
@@ -782,7 +782,10 @@
                <fileset dir="${lib}">
                        <include name="*.jar"/>
                </fileset>
-               <fileset dir="${sqlpower.library.home}/lib">
+               <fileset dir="${buildlib}">
+                       <include name="sqlpower_library.jar"/>
+               </fileset>
+               <fileset dir="${sqlpower.library.home}/lib/main">
                        <include name="*.jar"/>
                </fileset>
                <fileset dir="${build}" includes="architecthelp.jar" />

Reply via email to