You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2010/02/04 19:56:18 UTC

svn commit: r906608 - /cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml

Author: reinhard
Date: Thu Feb  4 18:56:17 2010
New Revision: 906608

URL: http://svn.apache.org/viewvc?rev=906608&view=rev
Log:
Java 5 language features

Modified:
    cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml

Modified: cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml?rev=906608&r1=906607&r2=906608&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml (original)
+++ cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml Thu Feb  4 18:56:17 2010
@@ -28,20 +28,23 @@
   </properties>
   <body>
     <release version="1.2.0-SNAPSHOT" date="2009-00-00" description="unreleased">
-    </release> 
-    <release version="1.1.0" date="2009-06-16" description="released"> 
+      <action dev="reinhard" type="update">
+        Use Java 5 language features throughout the codebase.
+      </action>
+    </release>
+    <release version="1.1.0" date="2009-06-16" description="released">
       <action dev="gkossakowski" type="add">
-        Split installURLHandlers into different public methods. URLHandlerFactoryCollector 
+        Split installURLHandlers into different public methods. URLHandlerFactoryCollector
         can be used directly from Java code and not only as AOP advice.
       </action>
     </release>
     <release version="1.0.0" date="2008-08-09" description="released">
       <action dev="gkossakowski" type="update">
         Java 5 as minimum requirement.
-      </action>       
+      </action>
       <action dev="reinhard" type="add">
         Initial creation.
-      </action>    
-    </release>    
+      </action>
+    </release>
   </body>
 </document>