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/02/13 11:45:22 UTC

svn commit: r744059 - /myfaces/trinidad/trunk_1.2.x/pom.xml

Author: matzew
Date: Fri Feb 13 10:45:22 2009
New Revision: 744059

URL: http://svn.apache.org/viewvc?rev=744059&view=rev
Log:
tmp hack...

Modified:
    myfaces/trinidad/trunk_1.2.x/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/pom.xml?rev=744059&r1=744058&r2=744059&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/pom.xml Fri Feb 13 10:45:22 2009
@@ -770,7 +770,7 @@
   </profiles>
 </settings>
       -->
-    <profile>
+    <!--profile>
       <id>java5compilerFor6</id>
       <activation>
         <jdk>1.6</jdk>
@@ -789,9 +789,9 @@
           </plugin>
         </plugins>
       </build>
-    </profile>
+    </profile-->
     <!-- repeat for JDK 1.7 -->
-    <profile>
+    <!--profile>
       <id>java5compilerFor7</id>
       <activation>
         <jdk>1.7</jdk>
@@ -810,6 +810,6 @@
           </plugin>
         </plugins>
       </build>
-    </profile>
+    </profile-->
   </profiles>
 </project>