Revision: 3257
Author: silva.josemanuel1
Date: Thu Jan 28 14:05:06 2010
Log: Made changes to build.xml to accommodate architect-enterprise's build
http://code.google.com/p/power-architect/source/detail?r=3257
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Fri Jan 22 09:03:31 2010
+++ /trunk/build.xml Thu Jan 28 14:05:06 2010
@@ -428,7 +428,7 @@
<!-- This target is used to make an architect library jar to embed
in other applications -->
<target name="library.jar" depends="compile">
- <jar jarfile="${build}/architect_lib.jar" basedir="${build}"
+ <jar jarfile="dist/architect_library.jar" basedir="${build}"
includes="ca/sqlpower/architect/*.class,
ca/sqlpower/architect/ddl/*.class,
ca/sqlpower/architect/diff/*.class,