Author: lukaszlenart
Date: Thu Nov 22 08:06:54 2012
New Revision: 1412446

URL: http://svn.apache.org/viewvc?rev=1412446&view=rev
Log:
Excludes gxp and embedded jsp plugins from Maven build as theses plugins aren't 
Java5 complaint

Modified:
    struts/struts2/trunk/plugins/pom.xml

Modified: struts/struts2/trunk/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=1412446&r1=1412445&r2=1412446&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Thu Nov 22 08:06:54 2012
@@ -64,8 +64,11 @@
         <module>oval</module>
         <module>osgi</module>
         <module>json</module>
+<!--
+        TODO lukaszlenart: uncomment after switching to Java 1.6
         <module>embeddedjsp</module>
         <module>gxp</module>
+-->
         <module>cdi</module>
     </modules>
 


Reply via email to