You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/04/24 17:29:29 UTC

svn commit: r651291 - /myfaces/tomahawk/trunk/pom.xml

Author: skitching
Date: Thu Apr 24 08:29:14 2008
New Revision: 651291

URL: http://svn.apache.org/viewvc?rev=651291&view=rev
Log:
Build sandbox15 when jdk is >= 1.5 (ie not 1.4)

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=651291&r1=651290&r2=651291&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Thu Apr 24 08:29:14 2008
@@ -77,7 +77,7 @@
   <profiles>
     <profile>
       <activation>
-        <jdk>1.5</jdk>
+        <jdk>!1.4</jdk>
       </activation>
       <modules>
         <module>sandbox15</module>