You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/04/08 00:14:17 UTC

svn commit: r645710 - in /incubator/tuscany/branches/sca-java-1.2: distribution/src/main/assembly/src.xml itest/pom.xml

Author: lresende
Date: Mon Apr  7 15:14:16 2008
New Revision: 645710

URL: http://svn.apache.org/viewvc?rev=645710&view=rev
Log:
Excluding large-sdo-ws from distribution

Modified:
    incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/src.xml
    incubator/tuscany/branches/sca-java-1.2/itest/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/src.xml?rev=645710&r1=645709&r2=645710&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/src.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/src.xml Mon Apr  7 15:14:16 2008
@@ -100,8 +100,8 @@
                 <exclude>itest/domain/work/**/*</exclude>
                 <exclude>itest/exceptions-simple-ws/work</exclude>
                 <exclude>itest/exceptions-simple-ws/work/**/*</exclude>
-                <exclude>itest/large-sdo-ws/work</exclude>
-                <exclude>itest/large-sdo-ws/work/**/*</exclude>
+                <exclude>itest/large-sdo-ws/</exclude>
+                <exclude>itest/large-sdo-ws/**/*</exclude>
                 <exclude>itest/policy/work</exclude>
                 <exclude>itest/policy/work/**/*</exclude>
                 <exclude>itest/ws-void-args-return/work</exclude>

Modified: incubator/tuscany/branches/sca-java-1.2/itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/itest/pom.xml?rev=645710&r1=645709&r2=645710&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/itest/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/itest/pom.xml Mon Apr  7 15:14:16 2008
@@ -82,7 +82,7 @@
                 <module>exceptions-simple-ws</module>
                 <module>extended-api</module>
                 <module>jms</module>
-                <module>large-sdo-ws</module>
+                <!--module>large-sdo-ws</module-->
                 <module>oneway</module>
                 <module>operation-overloading</module>
                 <!--



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