You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cd...@apache.org on 2008/12/10 00:38:55 UTC

svn commit: r724931 - in /hadoop/core/trunk: ./ src/contrib/chukwa/lib/ src/contrib/chukwa/src/web/hicc/css/images/ src/contrib/chukwa/src/web/hicc/images/

Author: cdouglas
Date: Tue Dec  9 15:38:54 2008
New Revision: 724931

URL: http://svn.apache.org/viewvc?rev=724931&view=rev
Log:
HADOOP-4708. Add binaries missed in the initial checkin for Chukwa. Contributed by Eric Yang.

Added:
    hadoop/core/trunk/src/contrib/chukwa/lib/jstl.jar   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/close.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/handle.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/info.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/refresh.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/stop.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb2.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/add_widget.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/application.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_left.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_right.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/backButton.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/blueButton.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/cancel.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/chukwa.jpg   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/close.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox_selected.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/drive.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/end.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/grayButton.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/handle.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/info.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_add.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_delete.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/listGroup.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/pinstripes.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/refresh.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/selection.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle2.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-track-left.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/start.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/startend.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/stop.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_add.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_delete.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/table.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/thumb.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggle.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggleOn.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolButton.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolbar.png   (with props)
    hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/whiteButton.png   (with props)
Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=724931&r1=724930&r2=724931&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Dec  9 15:38:54 2008
@@ -326,6 +326,9 @@
     HADOOP-4796. Fix Chukwa test configuration, remove unused components. (Eric
     Yang via cdouglas)
 
+    HADOOP-4708. Add binaries missed in the initial checkin for Chukwa. (Eric
+    Yang via cdouglas)
+
 Release 0.19.1 - Unreleased
 
   IMPROVEMENTS

Added: hadoop/core/trunk/src/contrib/chukwa/lib/jstl.jar
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/lib/jstl.jar?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/lib/jstl.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/close.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/close.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/close.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/handle.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/handle.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/handle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/info.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/info.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/info.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/refresh.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/refresh.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/refresh.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/stop.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/stop.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/css/images/stop.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb2.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb2.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/SliderThumb2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/add_widget.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/add_widget.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/add_widget.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/add_widget.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/application.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/application.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/application.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/application.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_left.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_left.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_left.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_right.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_right.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_right.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/arrow_right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/backButton.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/backButton.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/backButton.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/blueButton.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/blueButton.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/blueButton.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/cancel.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/cancel.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/cancel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/chukwa.jpg
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/chukwa.jpg?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/chukwa.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/close.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/close.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/close.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox_selected.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox_selected.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/closebox_selected.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/drive.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/drive.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/drive.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/drive.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/end.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/end.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/end.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/grayButton.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/grayButton.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/grayButton.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/handle.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/handle.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/handle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/info.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/info.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/info.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_add.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_add.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_add.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_add.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_delete.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_delete.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_delete.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/layout_delete.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/listGroup.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/listGroup.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/listGroup.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/pinstripes.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/pinstripes.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/pinstripes.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/refresh.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/refresh.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/refresh.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/selection.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/selection.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/selection.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle2.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle2.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-handle2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-track-left.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-track-left.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/slider-images-track-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/start.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/start.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/start.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/startend.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/startend.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/startend.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/stop.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/stop.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/stop.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_add.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_add.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_add.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_add.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_delete.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_delete.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_delete.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/tab_delete.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/table.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/table.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/table.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/table.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/thumb.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/thumb.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/thumb.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggle.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggle.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggleOn.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggleOn.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toggleOn.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolButton.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolButton.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolButton.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolbar.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolbar.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/toolbar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/whiteButton.png
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/whiteButton.png?rev=724931&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/core/trunk/src/contrib/chukwa/src/web/hicc/images/whiteButton.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream