You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by kw...@apache.org on 2006/09/06 19:52:37 UTC

svn commit: r440808 - /incubator/tuscany/java/samples/das/companyweb/pom.xml

Author: kwilliams
Date: Wed Sep  6 10:52:36 2006
New Revision: 440808

URL: http://svn.apache.org/viewvc?view=rev&rev=440808
Log:
Applying Luciano's patch for TUSCANY-694: Update DAS sample distribution

Modified:
    incubator/tuscany/java/samples/das/companyweb/pom.xml

Modified: incubator/tuscany/java/samples/das/companyweb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/das/companyweb/pom.xml?view=diff&rev=440808&r1=440807&r2=440808
==============================================================================
--- incubator/tuscany/java/samples/das/companyweb/pom.xml (original)
+++ incubator/tuscany/java/samples/das/companyweb/pom.xml Wed Sep  6 10:52:36 2006
@@ -34,8 +34,19 @@
             <groupId>org.apache.tuscany.das</groupId>
             <artifactId>tuscany-das-rdb</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope>
+            <!-- lresende - remove scope to have dependencies into the war file -->
+            <!-- <scope>provided</scope> -->
         </dependency>
 
     </dependencies>
+    
+    <!-- this will place the java source files inside the war -->
+    <build>
+       <sourceDirectory>src/main/java</sourceDirectory>
+       <resources>
+             <resource>
+               <directory>src/main/java</directory>
+             </resource>
+       </resources>
+    </build>
 </project>



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