summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-20 11:00:35 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-20 11:00:35 +0000
commit2335e867fb77658cfd4d7d4ae999768863df533c (patch)
treefb74f908225684b1839f1e38773290c595feb2de /maven-plugins/trunk
parent5a859f8dea0f82db3e31f5f37565acd1c6ce33bd (diff)
Comment out wsdl2java and java2wsdl as I don't think they're used at the moment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r--maven-plugins/trunk/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/maven-plugins/trunk/pom.xml b/maven-plugins/trunk/pom.xml
index 0821af689b..8b3a793c11 100644
--- a/maven-plugins/trunk/pom.xml
+++ b/maven-plugins/trunk/pom.xml
@@ -99,9 +99,9 @@
<modules>
<module>maven-bundle-plugin</module>
<module>maven-eclipse-compiler</module>
- <module>maven-java2wsdl-plugin</module>
+ <!--module>maven-java2wsdl-plugin</module-->
<module>maven-osgi-junit</module>
- <module>maven-wsdl2java-plugin</module>
+ <!--module>maven-wsdl2java-plugin</module-->
</modules>
<build>