Author: slaws
Date: Wed Jan  9 05:40:34 2008
New Revision: 610386

URL: http://svn.apache.org/viewvc?rev=610386&view=rev
Log:
Don't compile web-app module and remove implementation-node* from the running

Modified:
    incubator/tuscany/branches/sca-java-1.1/distribution/bundle/pom.xml
    incubator/tuscany/branches/sca-java-1.1/distribution/manifest/pom.xml
    incubator/tuscany/branches/sca-java-1.1/distribution/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.1/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/distribution/bundle/pom.xml?rev=610386&r1=610385&r2=610386&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.1/distribution/bundle/pom.xml 
(original)
+++ incubator/tuscany/branches/sca-java-1.1/distribution/bundle/pom.xml Wed Jan 
 9 05:40:34 2008
@@ -298,21 +298,6 @@
             <artifactId>tuscany-implementation-java-runtime</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <!--dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-implementation-node</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-implementation-node-xml</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-implementation-node-runtime</artifactId>
-            <version>${pom.version}</version>
-        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-implementation-osgi</artifactId>

Modified: incubator/tuscany/branches/sca-java-1.1/distribution/manifest/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/distribution/manifest/pom.xml?rev=610386&r1=610385&r2=610386&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.1/distribution/manifest/pom.xml 
(original)
+++ incubator/tuscany/branches/sca-java-1.1/distribution/manifest/pom.xml Wed 
Jan  9 05:40:34 2008
@@ -273,21 +273,6 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-implementation-node</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-implementation-node-xml</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-implementation-node-runtime</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-implementation-osgi</artifactId>
             <version>${pom.version}</version>
         </dependency>

Modified: incubator/tuscany/branches/sca-java-1.1/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/distribution/pom.xml?rev=610386&r1=610385&r2=610386&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.1/distribution/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.1/distribution/pom.xml Wed Jan  9 
05:40:34 2008
@@ -38,7 +38,7 @@
     <modules>
         <module>bundle</module>
         <module>manifest</module>
-        <module>webapp</module>
+        <!--module>webapp</module-->
     </modules>
 
     <dependencies>



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

Reply via email to