[260230] Documentation for Visualization components
diff --git a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/SimpleStringComparetor.java b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/SimpleStringComparator.java
similarity index 92%
rename from plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/SimpleStringComparetor.java
rename to plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/SimpleStringComparator.java
index ab1bc26..a35cf9b 100644
--- a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/SimpleStringComparetor.java
+++ b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/SimpleStringComparator.java
@@ -16,7 +16,7 @@
 /**
  * Utility class that simply compare the target Strings
  */
-public class SimpleStringComparetor implements Comparator<String> {
+public class SimpleStringComparator implements Comparator<String> {
 
 	/*
 	 * (non-Javadoc)
diff --git a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/package-info.java b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/package-info.java
new file mode 100644
index 0000000..2620f6e
--- /dev/null
+++ b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/comparator/package-info.java
@@ -0,0 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and Others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Kentarou FUKUDA - initial API and implementation
+ *******************************************************************************/
+
+/**
+ * This package contains utilities for comparator.
+ */
+package org.eclipse.actf.util.comparator;
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/dom/package-info.java b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/dom/package-info.java
new file mode 100644
index 0000000..532e376
--- /dev/null
+++ b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/dom/package-info.java
@@ -0,0 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and Others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Kentarou FUKUDA - initial API and implementation
+ *******************************************************************************/
+
+/**
+ * This package contains DOM utilities.
+ */
+package org.eclipse.actf.util.dom;
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/logging/package-info.java b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/logging/package-info.java
new file mode 100644
index 0000000..89537c7
--- /dev/null
+++ b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/logging/package-info.java
@@ -0,0 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and Others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Kentarou FUKUDA - initial API and implementation
+ *******************************************************************************/
+
+/**
+ * This package contains logging utilities.
+ */
+package org.eclipse.actf.util.logging;
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/package-info.java b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/package-info.java
new file mode 100644
index 0000000..cf9277f
--- /dev/null
+++ b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/package-info.java
@@ -0,0 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and Others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Kentarou FUKUDA - initial API and implementation
+ *******************************************************************************/
+
+/**
+ * This package contains utilities commonly used in ACTF.
+ */
+package org.eclipse.actf.util;
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/xpath/package-info.java b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/xpath/package-info.java
new file mode 100644
index 0000000..e3248a9
--- /dev/null
+++ b/plugins/org.eclipse.actf.core/src/org/eclipse/actf/util/xpath/package-info.java
@@ -0,0 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2009 IBM Corporation and Others
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Kentarou FUKUDA - initial API and implementation
+ *******************************************************************************/
+
+/**
+ * This package contains XPath utilities.
+ */
+package org.eclipse.actf.util.xpath;
\ No newline at end of file