You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/12 06:02:46 UTC

svn commit: r421109 - /geronimo/sandbox/svkmerge/m2migration/configs/pom.xml

Author: jdillon
Date: Tue Jul 11 21:02:46 2006
New Revision: 421109

URL: http://svn.apache.org/viewvc?rev=421109&view=rev
Log:
Comment out the *-examples-* modules for now; they cause problems on satan's os... aka. windows

Modified:
    geronimo/sandbox/svkmerge/m2migration/configs/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/configs/pom.xml?rev=421109&r1=421108&r2=421109&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/configs/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/configs/pom.xml Tue Jul 11 21:02:46 2006
@@ -126,8 +126,8 @@
         <module>javamail</module>
         <module>jetty</module>
         <module>jetty-deployer</module>
-        <module>jsp-examples-jetty</module>
-        <module>jsp-examples-tomcat</module>
+        <!-- <module>jsp-examples-jetty</module> -->
+        <!-- <module>jsp-examples-tomcat</module> -->
         <module>ldap-demo-jetty</module>
         <module>ldap-demo-tomcat</module>
         <module>ldap-realm</module>
@@ -137,8 +137,8 @@
         <!-- <module>remote-deploy-jetty</module> -->
         <!-- <module>remote-deploy-tomcat</module> -->
         <module>rmi-naming</module>
-        <module>servlets-examples-jetty</module>
-        <module>servlets-examples-tomcat</module>
+        <!-- <module>servlets-examples-jetty</module> -->
+        <!-- <module>servlets-examples-tomcat</module> -->
         <module>sharedlib</module>
         <module>shutdown</module>
         <module>system-database</module>