You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/03/24 00:28:39 UTC

svn commit: r757592 - in /commons/proper/commons-build/trunk: menus/components-items.ent menus/sandbox-items.ent parts/components-table.ent parts/sandbox-table.ent

Author: niallp
Date: Mon Mar 23 23:28:39 2009
New Revision: 757592

URL: http://svn.apache.org/viewvc?rev=757592&view=rev
Log:
Move compress from Sandbox to Proper page

Modified:
    commons/proper/commons-build/trunk/menus/components-items.ent
    commons/proper/commons-build/trunk/menus/sandbox-items.ent
    commons/proper/commons-build/trunk/parts/components-table.ent
    commons/proper/commons-build/trunk/parts/sandbox-table.ent

Modified: commons/proper/commons-build/trunk/menus/components-items.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/components-items.ent?rev=757592&r1=757591&r2=757592&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/components-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/components-items.ent Mon Mar 23 23:28:39 2009
@@ -5,6 +5,7 @@
     <item name="CLI"                   href="http://commons.apache.org/cli/"/>
     <item name="Codec"                 href="http://commons.apache.org/codec/"/>
     <item name="Collections"           href="http://commons.apache.org/collections/"/>
+    <item name="Compress"              href="http://commons.apache.org/compress/"/>
     <item name="Configuration"         href="http://commons.apache.org/configuration/"/>
     <item name="Daemon"                href="http://commons.apache.org/daemon/"/>
     <item name="DBCP"                  href="http://commons.apache.org/dbcp"/>

Modified: commons/proper/commons-build/trunk/menus/sandbox-items.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/sandbox-items.ent?rev=757592&r1=757591&r2=757592&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/sandbox-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/sandbox-items.ent Mon Mar 23 23:28:39 2009
@@ -1,5 +1,4 @@
     <item name="CLI2"                   href="http://commons.apache.org/sandbox/cli2/"/>
-    <item name="Compress"              href="http://commons.apache.org/sandbox/compress/"/>
     <item name="CSV"                   href="http://commons.apache.org/sandbox/csv/"/>
     <item name="Finder"                href="http://commons.apache.org/sandbox/finder/"/>
     <item name="Flatfile"              href="http://commons.apache.org/sandbox/flatfile/"/>

Modified: commons/proper/commons-build/trunk/parts/components-table.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/parts/components-table.ent?rev=757592&r1=757591&r2=757592&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/components-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/components-table.ent Mon Mar 23 23:28:39 2009
@@ -43,6 +43,12 @@
     </td>
 </tr>
 <tr>
+    <td><a href="http://commons.apache.org/compress/">Compress</a></td>
+    <td>
+     Defines an API for working with tar, zip and bzip2 files.
+    </td>
+</tr>
+<tr>
     <td><a href="http://commons.apache.org/configuration/">Configuration</a></td>
     <td>
      Reading of configuration/preferences files in various formats.

Modified: commons/proper/commons-build/trunk/parts/sandbox-table.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/parts/sandbox-table.ent?rev=757592&r1=757591&r2=757592&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/sandbox-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/sandbox-table.ent Mon Mar 23 23:28:39 2009
@@ -7,12 +7,6 @@
     </td>
 </tr>
 <tr>
-    <td><a href="http://commons.apache.org/sandbox/compress/">Compress</a></td>
-    <td>
-     Defines an API for working with tar, zip and bzip2 files.
-    </td>
-</tr>
-<tr>
     <td><a href="http://commons.apache.org/sandbox/csv/">CSV</a></td>
     <td>
      Component for reading and writing comma separated value files.