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

svn commit: r594766 - in /struts/struts2/trunk/plugins: pom.xml rest/ rest/LICENSE.txt rest/NOTICE.txt struts2-rest-plugin/

Author: mrdon
Date: Tue Nov 13 21:02:55 2007
New Revision: 594766

URL: http://svn.apache.org/viewvc?rev=594766&view=rev
Log:
Renaming rest plugin dir, adding plugin to build, removing unnecessary files
WW-2321

Added:
    struts/struts2/trunk/plugins/rest/
      - copied from r594765, struts/struts2/trunk/plugins/struts2-rest-plugin/
Removed:
    struts/struts2/trunk/plugins/rest/LICENSE.txt
    struts/struts2/trunk/plugins/rest/NOTICE.txt
    struts/struts2/trunk/plugins/struts2-rest-plugin/
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=594766&r1=594765&r2=594766&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Tue Nov 13 21:02:55 2007
@@ -54,6 +54,7 @@
         <module>struts1</module>
         <module>tiles</module>
         <module>dojo</module>
+        <module>rest</module>
     <module>portlet</module>
     </modules>