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

svn commit: r704972 - /tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml

Author: rfeng
Date: Wed Oct 15 10:58:40 2008
New Revision: 704972

URL: http://svn.apache.org/viewvc?rev=704972&view=rev
Log:
Add host-tomcat and adjust the build seq

Modified:
    tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml

Modified: tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml?rev=704972&r1=704971&r2=704972&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml Wed Oct 15 10:58:40 2008
@@ -35,6 +35,13 @@
             <type>pom</type>
             <version>1.4-SNAPSHOT</version>
         </dependency>
+        <!-- host-tomcat is not the all-in-one distro -->
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-tomcat</artifactId>
+            <type>jar</type>
+            <version>1.4-SNAPSHOT</version>
+        </dependency>        
     </dependencies>
 
     <build>
@@ -67,19 +74,12 @@
                             <symbolicName>org.apache.tuscany.sca.thirdparty.library</symbolicName>
                         </configuration>
                     </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.tuscany.sca</groupId>
-                <artifactId>tuscany-maven-bundle-plugin</artifactId>
-                <executions>
-                    <execution>
+                   <execution>
                         <id>generate-pde-classpath</id>
                         <goals>
                             <goal>generate-pde-classpath</goal>
                         </goals>
-                    </execution>
+                    </execution>                    
                 </executions>
             </plugin>