Author: antelder
Date: Tue Dec  4 04:58:48 2007
New Revision: 600921

URL: http://svn.apache.org/viewvc?rev=600921&view=rev
Log:
Move composite to withoin webapp classes

Added:
    
incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/resources/META-INF/
      - copied from r600071, 
incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/META-INF/
    
incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/resources/META-INF/sca-deployables/
      - copied from r600900, 
incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/META-INF/sca-deployables/
Removed:
    
incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/META-INF/
Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/pom.xml?rev=600921&r1=600920&r2=600921&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/pom.xml 
(original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/pom.xml Tue 
Dec  4 04:58:48 2007
@@ -24,38 +24,18 @@
         <artifactId>tuscany-sca</artifactId>
         <version>1.1-incubating-SNAPSHOT</version>
     </parent>
+
     <artifactId>sample-helloworld-ws-service-webapp</artifactId>
     <name>Apache Tuscany SCA HelloWorld Web Service Sample Webapp</name>
     <packaging>war</packaging>
 
-    <repositories>
-       <repository>
-          <id>apache.incubator</id>
-          <url>http://people.apache.org/repo/m2-incubating-repository</url>
-       </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-webapp</artifactId>
-            <version>1.1-incubating-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-ws-axis2</artifactId>
+            <artifactId>tuscany-sca-api</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
-            <scope>runtime</scope>
+            <scope>provided</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.1-incubating-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
     </dependencies>
     
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to