You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/05/03 16:44:35 UTC

svn commit: r940473 - in /myfaces/tobago/trunk/tobago-extension: deprecation/ facelets/ fileupload/ message-fix/ pom.xml security/ tobago-deprecation/ tobago-facelets/ tobago-fileupload/ tobago-message-fix/ tobago-security/

Author: lofwyr
Date: Mon May  3 14:44:35 2010
New Revision: 940473

URL: http://svn.apache.org/viewvc?rev=940473&view=rev
Log:
TOBAGO-878: Use the same name for the project directory and artifact name in the pom.xml

Added:
    myfaces/tobago/trunk/tobago-extension/tobago-deprecation/
      - copied from r940471, myfaces/tobago/trunk/tobago-extension/deprecation/
    myfaces/tobago/trunk/tobago-extension/tobago-facelets/
      - copied from r940471, myfaces/tobago/trunk/tobago-extension/facelets/
    myfaces/tobago/trunk/tobago-extension/tobago-fileupload/
      - copied from r940471, myfaces/tobago/trunk/tobago-extension/fileupload/
    myfaces/tobago/trunk/tobago-extension/tobago-message-fix/
      - copied from r940471, myfaces/tobago/trunk/tobago-extension/message-fix/
    myfaces/tobago/trunk/tobago-extension/tobago-security/
      - copied from r940471, myfaces/tobago/trunk/tobago-extension/security/
Removed:
    myfaces/tobago/trunk/tobago-extension/deprecation/
    myfaces/tobago/trunk/tobago-extension/facelets/
    myfaces/tobago/trunk/tobago-extension/fileupload/
    myfaces/tobago/trunk/tobago-extension/message-fix/
    myfaces/tobago/trunk/tobago-extension/security/
Modified:
    myfaces/tobago/trunk/tobago-extension/pom.xml

Modified: myfaces/tobago/trunk/tobago-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/pom.xml?rev=940473&r1=940472&r2=940473&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/pom.xml Mon May  3 14:44:35 2010
@@ -31,12 +31,12 @@
     <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension</url>
   </scm>
   <modules>
-    <module>deprecation</module>
-    <module>facelets</module>
-    <module>fileupload</module>
+    <module>tobago-deprecation</module>
+    <module>tobago-facelets</module>
+    <module>tobago-fileupload</module>
     <!--module>math</module-->
-    <module>message-fix</module>
-    <module>security</module>
+    <module>tobago-message-fix</module>
+    <module>tobago-security</module>
     <module>tobago-taglib-extension</module>
   </modules>