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 2006/10/14 23:59:14 UTC

svn commit: r464041 - /incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml

Author: jboynes
Date: Sat Oct 14 14:59:12 2006
New Revision: 464041

URL: http://svn.apache.org/viewvc?view=rev&rev=464041
Log:
remove junit from distribution

Modified:
    incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml

Modified: incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml?view=diff&rev=464041&r1=464040&r2=464041
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml Sat Oct 14 14:59:12 2006
@@ -69,6 +69,9 @@
                 <include>org.apache.tuscany.sca.runtime:standalone-host</include>
                 <include>org.apache.tuscany.sca.services:maven</include>
             </includes>
+            <excludes>
+                <exclude>junit:junit</exclude>
+            </excludes>
             <fileMode>644</fileMode>
         </dependencySet>
     </dependencySets>



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