You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/12/04 01:19:37 UTC

svn commit: r887011 - /myfaces/orchestra/trunk/pom.xml

Author: lu4242
Date: Fri Dec  4 00:19:36 2009
New Revision: 887011

URL: http://svn.apache.org/viewvc?rev=887011&view=rev
Log:
ORCHESTRA-47 Merge orchestra core15 branch into core, since orchestra will be JDK 1.5 compatible

Modified:
    myfaces/orchestra/trunk/pom.xml

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=887011&r1=887010&r2=887011&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Fri Dec  4 00:19:36 2009
@@ -62,7 +62,8 @@
   <modules>
     <module>maven</module>
     <module>core</module>
-    <module>core15</module>
+    <module>core12</module>
+    <!-- module>core15</module -->
     <module>flow</module>
     <module>sandbox</module>
     <module>examples</module>