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 2012/11/12 23:27:52 UTC

svn commit: r1408479 - in /myfaces/tobago/branches/tobago-1.5.x: tobago-core/ tobago-extension/tobago-facelets/ tobago-extension/tobago-sandbox/ tobago-extension/tobago-taglib-extension/ tobago-tool/tobago-tool-annotation/ tobago-tool/tobago-tool-apt/

Author: lofwyr
Date: Mon Nov 12 22:27:51 2012
New Revision: 1408479

URL: http://svn.apache.org/viewvc?rev=1408479&view=rev
Log:
TOBAGO-1210: Build fails on a mac with jdk 1.7

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-facelets/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-annotation/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-apt/pom.xml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml?rev=1408479&r1=1408478&r2=1408479&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml Mon Nov 12 22:27:51 2012
@@ -363,6 +363,7 @@
       <activation>
         <!-- needs maven 2.0.3 or higher under Mac OS X -->
         <os><family>!mac</family></os>
+        <jdk>1.7</jdk>
       </activation>
       <dependencies>
         <dependency>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-facelets/pom.xml?rev=1408479&r1=1408478&r2=1408479&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-facelets/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-facelets/pom.xml Mon Nov 12 22:27:51 2012
@@ -137,6 +137,7 @@
       <id>tools.jar</id>
       <activation>
         <os><family>!mac</family></os>
+        <jdk>1.7</jdk>
       </activation>
       <dependencies>
         <dependency>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml?rev=1408479&r1=1408478&r2=1408479&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml Mon Nov 12 22:27:51 2012
@@ -351,6 +351,7 @@
       <activation>
         <!-- needs maven 2.0.3 or higher under Mac OS X -->
         <os><family>!mac</family></os>
+        <jdk>1.7</jdk>
       </activation>
       <dependencies>
         <dependency>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml?rev=1408479&r1=1408478&r2=1408479&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml Mon Nov 12 22:27:51 2012
@@ -175,6 +175,7 @@
       <activation>
         <!-- needs maven 2.0.3 or higher under Mac OS X -->
         <os><family>!mac</family></os>
+        <jdk>1.7</jdk>
       </activation>
       <dependencies>
         <dependency>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-annotation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-annotation/pom.xml?rev=1408479&r1=1408478&r2=1408479&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-annotation/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-annotation/pom.xml Mon Nov 12 22:27:51 2012
@@ -40,6 +40,7 @@
       <activation>
         <!-- needs maven 2.0.3 or higher under Mac OS X -->
         <os><family>!mac</family></os>
+        <jdk>1.7</jdk>
       </activation>
       <dependencies>
         <dependency>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-apt/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-apt/pom.xml?rev=1408479&r1=1408478&r2=1408479&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-apt/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-tool/tobago-tool-apt/pom.xml Mon Nov 12 22:27:51 2012
@@ -111,6 +111,7 @@
       <activation>
         <!-- needs maven 2.0.3 or higher under Mac OS X -->
         <os><family>!mac</family></os>
+        <jdk>1.7</jdk>
       </activation>
       <dependencies>
         <dependency>