You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/05/10 19:54:10 UTC

svn commit: r655135 - /incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml

Author: jsdelfino
Date: Sat May 10 10:54:10 2008
New Revision: 655135

URL: http://svn.apache.org/viewvc?rev=655135&view=rev
Log:
Removed unnecessary copy now that Luciano has fixed the db creation issue.

Modified:
    incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml

Modified: incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml?rev=655135&r1=655134&r2=655135&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store-supplier/pom.xml Sat May 10 10:54:10 2008
@@ -57,10 +57,6 @@
                   <exclude>target/**</exclude>
               </excludes>
           </resource>
-          <resource>
-              <directory>${basedir}/target/new-db</directory>
-              <targetPath>../cart-db</targetPath>
-          </resource>
        </resources>
        <plugins>
             <plugin>