[260230] Documentation for Visualization components
diff --git a/plugins/org.eclipse.actf.mediator/src/org/eclipse/actf/mediator/package-info.java b/plugins/org.eclipse.actf.mediator/src/org/eclipse/actf/mediator/package-info.java new file mode 100644 index 0000000..f44e5f5 --- /dev/null +++ b/plugins/org.eclipse.actf.mediator/src/org/eclipse/actf/mediator/package-info.java
@@ -0,0 +1,16 @@ +/******************************************************************************* + * 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 Mediator that manages components and dataflows in the ACTF by + * collaborating with the Eclipse framework. + */ +package org.eclipse.actf.mediator; \ No newline at end of file
diff --git a/plugins/org.eclipse.actf.model.dom.dombycom/src/org/eclipse/actf/model/dom/dombycom/package-info.java b/plugins/org.eclipse.actf.model.dom.dombycom/src/org/eclipse/actf/model/dom/dombycom/package-info.java new file mode 100644 index 0000000..b22f9a4 --- /dev/null +++ b/plugins/org.eclipse.actf.model.dom.dombycom/src/org/eclipse/actf/model/dom/dombycom/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 to access DOM information via the COM wrapper. + */ +package org.eclipse.actf.model.dom.dombycom; \ No newline at end of file