You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2018/04/24 13:37:24 UTC

[struts] 01/02: revert back modules as they aren't JDK6 fail root causes

This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch struts-2-4
in repository https://gitbox.apache.org/repos/asf/struts.git

commit a2d9332307f1f081cd4b67102edc0be886e63749
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Tue Apr 24 18:00:53 2018 +0430

    revert back modules as they aren't JDK6 fail root causes
---
 apps/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index 064d975..bb1b6df 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -32,12 +32,12 @@
     <packaging>pom</packaging>
     <name>Struts 2 Webapps</name>
     <modules>
-        <!-- module>blank</module -->
+        <module>blank</module>
         <module>jboss-blank</module>
         <module>mailreader</module>
         <module>portlet</module>
         <module>showcase</module>
-        <!-- module>rest-showcase</module -->
+        <module>rest-showcase</module>
     </modules>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
yasserzamani@apache.org.