diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 17:58:40 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 17:58:40 +0000 |
commit | 6f78fff6c2f03b41b84c3641d804594bd58d6434 (patch) | |
tree | cf22aa444ea3b68dc186955bf16b1d9dbcaa7ff3 /branches/sca-equinox/modules/thirdparty-library | |
parent | 14ea8ba79d2f12b90d0318525af8c1d08fb83a8b (diff) |
Add host-tomcat and adjust the build seq
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/thirdparty-library')
-rw-r--r-- | branches/sca-equinox/modules/thirdparty-library/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml index 63893af9d5..ba23527f22 100644 --- a/branches/sca-equinox/modules/thirdparty-library/pom.xml +++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml @@ -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> |