You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/08/31 19:35:15 UTC

svn commit: r438996 - /db/derby/code/trunk/java/demo/toursdb/build.xml

Author: fuzzylogic
Date: Thu Aug 31 10:35:14 2006
New Revision: 438996

URL: http://svn.apache.org/viewvc?rev=438996&view=rev
Log:
Put toursdb into a subdirectory in toursdb.jar so that it is possible to connect
to it.

Modified:
    db/derby/code/trunk/java/demo/toursdb/build.xml

Modified: db/derby/code/trunk/java/demo/toursdb/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/toursdb/build.xml?rev=438996&r1=438995&r2=438996&view=diff
==============================================================================
--- db/derby/code/trunk/java/demo/toursdb/build.xml (original)
+++ db/derby/code/trunk/java/demo/toursdb/build.xml Thu Aug 31 10:35:14 2006
@@ -108,7 +108,8 @@
 
   <target name="jarup"> 
     <zip destfile="${derby.demo.src.dir}/toursdb/toursdb.jar"
-         basedir="${derby.demo.src.dir}/toursdb/toursdb"/>
+         basedir="${derby.demo.src.dir}/toursdb"
+         includes="toursdb/**"/>
     <echo message="Finished building toursdb"/>
   </target>