You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/02/15 23:42:13 UTC

svn commit: r1660000 - /commons/proper/compress/trunk/src/changes/changes.xml

Author: sebb
Date: Sun Feb 15 22:42:13 2015
New Revision: 1660000

URL: http://svn.apache.org/r1660000
Log:
Easier to read outline in Eclipse IDE if issue number is put first

Modified:
    commons/proper/compress/trunk/src/changes/changes.xml

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1660000&r1=1659999&r2=1660000&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Sun Feb 15 22:42:13 2015
@@ -54,7 +54,7 @@ breaks backwards compatibility for code
 This also changes the superclass of ZCompressorInputStream.    
 ">
 
-      <action type="add" date="2014-01-10" issue="COMPRESS-296"
+      <action issue="COMPRESS-296" type="add" date="2014-01-10"
               due-to="Kristian Rosenvold">
         Added support for parallel compression. This low-level API allows
         a client to build a zip/jar file by using the class
@@ -87,23 +87,23 @@ This also changes the superclass of ZCom
         of the API that is officially supported.  This will break
         existing code that uses the old package.
       </action>
-      <action type="add" date="2014-12-18" issue="COMPRESS-295"
+      <action issue="COMPRESS-295" type="add" date="2014-12-18"
               due-to="Kristian Rosenvold">
         New methods in ZipArchiveOutputStream and ZipFile allows
         entries to be copied from one archive to another without
         having to re-compress them.
       </action>
-      <action type="fix" date="2014-12-22" issue="COMPRESS-297">
+      <action issue="COMPRESS-297" type="fix" date="2014-12-22">
         ZipFile logs a warning in its finalizer when its constructor
         has thrown an exception reading the file - for example if the
         file doesn't exist.
       </action>
-      <action type="fix" date="2015-01-13" issue="COMPRESS-290"
+      <action issue="COMPRESS-290" type="fix" date="2015-01-13"
               due-to="Kristian Rosenvold">
         Improved error message when tar encounters a groupId that is
         too big to write without using the STAR or POSIX format.
       </action>
-      <action type="fix" date="2015-01-20" issue="COMPRESS-298">
+      <action issue="COMPRESS-298" type="fix" date="2015-01-20">
         SevenZFile now throws the specific PasswordRequiredException
         when it encounters an encrypted stream but no password has
         been specified.