[260230] Documentation for Visualization components
diff --git a/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/preferences/package-info.java b/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/preferences/package-info.java
new file mode 100644
index 0000000..2153108
--- /dev/null
+++ b/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/preferences/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 preference pages.
+ */
+package org.eclipse.actf.ui.preferences;
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/util/package-info.java b/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/util/package-info.java
new file mode 100644
index 0000000..0c77342
--- /dev/null
+++ b/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/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 UI utilities.
+ */
+package org.eclipse.actf.ui.util;
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/util/timer/package-info.java b/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/util/timer/package-info.java
new file mode 100644
index 0000000..e26c293
--- /dev/null
+++ b/plugins/org.eclipse.actf.ui/src/org/eclipse/actf/ui/util/timer/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 timer utilities.
+ */
+package org.eclipse.actf.ui.util.timer;
\ No newline at end of file