You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2007/10/27 22:23:54 UTC

svn commit: r589210 - in /myfaces/tomahawk/trunk/core/src: main/java/org/apache/myfaces/convert/ main/resources-facesconfig/META-INF/ site/ site/xdoc/ test/java/org/apache/myfaces/convert/

Author: mkienenb
Date: Sat Oct 27 13:23:53 2007
New Revision: 589210

URL: http://svn.apache.org/viewvc?rev=589210&view=rev
Log:
Reverting 576248 -- Irreconcilable JDK 1.5 dependencies, 
					no discussion before checked into Tomahawk, No Jira issue
					Recommend putting this into sandbox1.5 instead.  These will be excellent additions for Tomahawk 1.2.

        URL: http://svn.apache.org/viewvc?rev=576248&view=rev
        Log: three new Converters, three tests, and documentation

Removed:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/convert/AtomicBooleanConverter.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/convert/AtomicIntegerConverter.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/convert/AtomicLongConverter.java
    myfaces/tomahawk/trunk/core/src/site/xdoc/atomicConversion.xml
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/convert/AtomicBooleanConverterTestCase.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/convert/AtomicIntegerConverterTest.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/convert/AtomicLongConverterTest.java
Modified:
    myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml
    myfaces/tomahawk/trunk/core/src/site/site.xml

Modified: myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml?rev=589210&r1=589209&r2=589210&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml Sat Oct 27 13:23:53 2007
@@ -423,21 +423,6 @@
         <converter-class>org.apache.myfaces.custom.fileupload.UploadedFileConverter</converter-class>
     </converter>
 
-    <converter>
-        <converter-for-class>java.util.concurrent.atomic.AtomicBoolean</converter-for-class>
-        <converter-class>org.apache.myfaces.convert.AtomicBooleanConverter</converter-class>
-    </converter>
-
-    <converter>
-        <converter-for-class>java.util.concurrent.atomic.AtomicInteger</converter-for-class>
-        <converter-class>org.apache.myfaces.convert.AtomicIntegerConverter</converter-class>
-    </converter>
-    
-    <converter>
-        <converter-for-class>java.util.concurrent.atomic.AtomicLong</converter-for-class>
-        <converter-class>org.apache.myfaces.convert.AtomicLongConverter</converter-class>
-    </converter>
-
     <!-- MyFaces Renderkit Extensions -->
 
     <render-kit>

Modified: myfaces/tomahawk/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/site.xml?rev=589210&r1=589209&r2=589210&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/site.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/site.xml Sat Oct 27 13:23:53 2007
@@ -77,7 +77,6 @@
 	    <item name="Extensions filter" href="extensionsFilter.html"/>  
 	    <item name="forceId" href="forceId.html"/>
 	    <item name="Tiles Support" href="tiles.html"/>
-	    <item name="Atomic Conversion" href="atomicConversion.html"/> 
 	  </menu>    
 	
       <menu name="Testing">