Author: antelder
Date: Thu Aug 23 03:26:47 2007
New Revision: 568920
URL: http://svn.apache.org/viewvc?rev=568920&view=rev
Log:
TUSCANY-1572, temp fix so webapp ServletHost is not included in the bundle jar,
TUSCANY-1568 will do a better fix
Modified:
incubator/tuscany/java/sca/distribution/bundle/pom.xml
Modified: incubator/tuscany/java/sca/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/bundle/pom.xml?rev=568920&r1=568919&r2=568920&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/bundle/pom.xml Thu Aug 23 03:26:47
2007
@@ -182,11 +182,11 @@
<artifactId>tuscany-host-rmi</artifactId>
<version>${pom.version}</version>
</dependency>
- <dependency>
+ <!-- dependency> removed for now, see TUSCANY-1572 and TUSCANY-1568
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-webapp</artifactId>
<version>${pom.version}</version>
- </dependency>
+ </dependency -->
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-http-jetty</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]