You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/02 00:25:40 UTC

svn commit: r513500 - /incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml

Author: jboynes
Date: Thu Mar  1 13:15:44 2007
New Revision: 513500

URL: http://svn.apache.org/viewvc?view=rev&rev=513500
Log:
fix warnings about unprocessed rules during assembly

Modified:
    incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml

Modified: incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml?view=diff&rev=513500&r1=513499&r2=513500
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml (original)
+++ incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml Thu Mar  1 13:15:44 2007
@@ -67,8 +67,6 @@
                 <include>org.osoa:sca-api-r1.0</include>
                 <include>org.apache.tuscany.sca.kernel:tuscany-api</include>
                 <include>org.apache.tuscany.sca.kernel:tuscany-host-api</include>
-                <!-- servlet api need to be loaded for axis  -->
-                <include>javax.servlet:servlet-api</include>
             </includes>
             <outputDirectory>lib</outputDirectory>
             <outputFileNameMapping>${artifactId}-${baseVersion}.${extension}</outputFileNameMapping>
@@ -80,8 +78,6 @@
                 <include>org.apache.tuscany.sca.runtime.standalone:standalone-host</include>
             </includes>
             <excludes>
-                <exclude>org.apache.tuscany.sca.runtime.standalone:standalone-api</exclude>
-                <exclude>org.apache.tuscany.sca.kernel:tuscany-host-api</exclude>
                 <exclude>junit:junit</exclude>
             </excludes>
             <outputDirectory>profiles/launcher/boot</outputDirectory>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org