Author: thomasobrien95
Date: Wed Feb  4 11:58:02 2009
New Revision: 2938

Removed:
   trunk/regress/ca/sqlpower/architect/util/FakeSQLDatabase.java
Modified:
   trunk/build.xml

Log:
Moved the FakeSQLDatabase into the library. It's only ever used in MatchMaker and was here because the SQL Objects were in the Architect.

Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml     (original)
+++ trunk/build.xml     Wed Feb  4 11:58:02 2009
@@ -403,15 +403,6 @@
                                  icons/parts/**">
                </jar>
        </target>
-       
-   <!-- This target is used to make a testing utility library jar to embed
- in other applications (the testing utility library depends on the architect library) -->
-    <target name="test_util_library.jar" depends="library.jar">
- <!-- TODO a manifest with author, version, and license info in it --> - <jar jarfile="${build}/architect_test_util_lib.jar" basedir="${build}"
-            includes="ca/sqlpower/architect/util/**">
-        </jar>
-    </target>

        <!-- DOCUMENTATION
                There are THREE main documentation targets, all built from the

Reply via email to