From 3a8f85af068bd03be8d24ad7ece99c36ccb43066 Mon Sep 17 00:00:00 2001 From: nash <nash@13f79535-47bb-0310-9956-ffa450edef68> Date: Wed, 27 Oct 2010 15:55:37 +0000 Subject: [PATCH] TUSCANY-3758: Exclude zipcode-jaxws from the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028012 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/trunk/samples/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sca-java-1.x/trunk/samples/pom.xml b/sca-java-1.x/trunk/samples/pom.xml index c96f7f4ce7..2481601932 100644 --- a/sca-java-1.x/trunk/samples/pom.xml +++ b/sca-java-1.x/trunk/samples/pom.xml @@ -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>