You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/06/03 19:59:35 UTC

svn commit: r781495 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Wed Jun  3 17:59:35 2009
New Revision: 781495

URL: http://svn.apache.org/viewvc?rev=781495&view=rev
Log:
fixed bad habit in removing the jdk check ...

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=781495&r1=781494&r2=781495&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Wed Jun  3 17:59:35 2009
@@ -799,7 +799,7 @@
   </profiles>
 </settings>
       -->
-    <!--profile>
+    <profile>
       <id>java5compilerFor6</id>
       <activation>
         <jdk>1.6</jdk>
@@ -818,9 +818,9 @@
           </plugin>
         </plugins>
       </build>
-    </profile-->
+    </profile>
     <!-- repeat for JDK 1.7 -->
-    <!--profile>
+    <profile>
       <id>java5compilerFor7</id>
       <activation>
         <jdk>1.7</jdk>
@@ -839,6 +839,6 @@
           </plugin>
         </plugins>
       </build>
-    </profile-->
+    </profile>
   </profiles>
 </project>