You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/10/29 23:05:36 UTC

svn commit: r589885 - /incubator/tuscany/java/sca/samples/store/pom.xml

Author: lresende
Date: Mon Oct 29 15:05:35 2007
New Revision: 589885

URL: http://svn.apache.org/viewvc?rev=589885&view=rev
Log:
Create the store database on the proper place : target/store_db

Modified:
    incubator/tuscany/java/sca/samples/store/pom.xml

Modified: incubator/tuscany/java/sca/samples/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/store/pom.xml?rev=589885&r1=589884&r2=589885&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/store/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/store/pom.xml Mon Oct 29 15:05:35 2007
@@ -124,7 +124,7 @@
                         </goals>
                         <configuration>
                             <driver>org.apache.derby.jdbc.EmbeddedDriver</driver>
-                            <url>jdbc:derby:target/store_db;create=true</url>
+                            <url>jdbc:derby:${pom.basedir}/target/store_db;create=true</url>
                             <autocommit>true</autocommit>
                             <onError>continue</onError>
                             <delimiter>;</delimiter>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org