You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/17 20:38:41 UTC

svn commit: r998238 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/pom.xml

Author: nash
Date: Fri Sep 17 18:38:41 2010
New Revision: 998238

URL: http://svn.apache.org/viewvc?rev=998238&view=rev
Log:
Add source directory to make the generated build.xml file work correctly

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/pom.xml?rev=998238&r1=998237&r2=998238&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-test/pom.xml Fri Sep 17 18:38:41 2010
@@ -183,6 +183,7 @@
 
     <build>
        <finalName>${artifactId}</finalName>
+       <sourceDirectory>${basedir}/client</sourceDirectory>
        <testSourceDirectory>${basedir}</testSourceDirectory>
        <resources>
           <resource>