You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/27 17:55:38 UTC

svn commit: r1028012 - /tuscany/sca-java-1.x/trunk/samples/pom.xml

Author: nash
Date: Wed Oct 27 15:55:37 2010
New Revision: 1028012

URL: http://svn.apache.org/viewvc?rev=1028012&view=rev
Log:
TUSCANY-3758: Exclude zipcode-jaxws from the build

Modified:
    tuscany/sca-java-1.x/trunk/samples/pom.xml

Modified: tuscany/sca-java-1.x/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/pom.xml?rev=1028012&r1=1028011&r2=1028012&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/samples/pom.xml Wed Oct 27 15:55:37 2010
@@ -111,7 +111,9 @@
                 <module>store-distributed</module> <!-- not released in 1.6.1 -->
                 <module>supplychain</module>
                 <module>web-resource</module>
-                <module>zipcode-jaxws</module> <!-- not released in 1.6.1 -->
+                <!-- TUSCANY-3758: excluded from build
+                <module>zipcode-jaxws</module> **** not released in 1.6.1 ***
+                -->
             </modules>
         </profile>
     </profiles>