You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2012/11/22 09:06:56 UTC

svn commit: r1412446 - /struts/struts2/trunk/plugins/pom.xml

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>