diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-11 12:31:54 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-11 12:31:54 +0000 |
commit | d89dcaaf374186e5a3c3f55822ebb5f34c97faba (patch) | |
tree | 130491e703f9d46c307c7283a13f0884aa691cf4 | |
parent | 7114482e2f1c60ea2ae06c0021ed1acda5900cb8 (diff) |
temporarily comment out helloworld-jsp as it can't find the tag support for some reason
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021320 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/implementation-web/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/pom.xml index 8989407aae..0a66bf9f04 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/pom.xml @@ -39,7 +39,9 @@ <module>helloworld-jaxrs</module> <module>helloworld-js-client</module> <module>helloworld-jsf</module> +<!-- failure due to lack of tag support? <module>helloworld-jsp</module> +--> <module>helloworld-servlet</module> <module>helloworld-stripes</module> </modules> |