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 2014/03/18 14:21:10 UTC

svn commit: r1578865 - in /myfaces/tobago/tags/tobago-1.0.41: core/pom.xml extension/fileupload/pom.xml extension/message-fix/pom.xml sandbox/pom.xml theme/scarborough/pom.xml theme/speyside/pom.xml theme/standard/pom.xml

Author: lofwyr
Date: Tue Mar 18 13:21:10 2014
New Revision: 1578865

URL: http://svn.apache.org/r1578865
Log:
patch for release

Modified:
    myfaces/tobago/tags/tobago-1.0.41/core/pom.xml
    myfaces/tobago/tags/tobago-1.0.41/extension/fileupload/pom.xml
    myfaces/tobago/tags/tobago-1.0.41/extension/message-fix/pom.xml
    myfaces/tobago/tags/tobago-1.0.41/sandbox/pom.xml
    myfaces/tobago/tags/tobago-1.0.41/theme/scarborough/pom.xml
    myfaces/tobago/tags/tobago-1.0.41/theme/speyside/pom.xml
    myfaces/tobago/tags/tobago-1.0.41/theme/standard/pom.xml

Modified: myfaces/tobago/tags/tobago-1.0.41/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/core/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/core/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/core/pom.xml Tue Mar 18 13:21:10 2014
@@ -439,7 +439,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
                   </verifyClasspath>

Modified: myfaces/tobago/tags/tobago-1.0.41/extension/fileupload/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/extension/fileupload/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/extension/fileupload/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/extension/fileupload/pom.xml Tue Mar 18 13:21:10 2014
@@ -77,7 +77,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
                   </verifyClasspath>

Modified: myfaces/tobago/tags/tobago-1.0.41/extension/message-fix/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/extension/message-fix/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/extension/message-fix/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/extension/message-fix/pom.xml Tue Mar 18 13:21:10 2014
@@ -66,7 +66,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
                   </verifyClasspath>

Modified: myfaces/tobago/tags/tobago-1.0.41/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/sandbox/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/sandbox/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/sandbox/pom.xml Tue Mar 18 13:21:10 2014
@@ -369,7 +369,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
 <!--

Modified: myfaces/tobago/tags/tobago-1.0.41/theme/scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/theme/scarborough/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/theme/scarborough/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/theme/scarborough/pom.xml Tue Mar 18 13:21:10 2014
@@ -100,7 +100,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
                   </verifyClasspath>

Modified: myfaces/tobago/tags/tobago-1.0.41/theme/speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/theme/speyside/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/theme/speyside/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/theme/speyside/pom.xml Tue Mar 18 13:21:10 2014
@@ -76,7 +76,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
                   </verifyClasspath>

Modified: myfaces/tobago/tags/tobago-1.0.41/theme/standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.41/theme/standard/pom.xml?rev=1578865&r1=1578864&r2=1578865&view=diff
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.41/theme/standard/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.41/theme/standard/pom.xml Tue Mar 18 13:21:10 2014
@@ -83,7 +83,9 @@
                 <configuration>
                   <classifier>jdk14retro</classifier>
                   <attach>true</attach>
+<!--
                   <verify>true</verify>
+-->
                   <verifyClasspath>
                     <element>${java14.home}/${java.classes.jar}</element>
                   </verifyClasspath>