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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]