diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/package.html b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/package.html
new file mode 100644
index 00000000000..f128e5a7353
--- /dev/null
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/package.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Package-level Javadoc
+
+
+Application programming interface for creating customized DataStore file subsystems.
+
+Package Specification
+The package provides support classes for creating customized DataStore file
+subsystems.
+The class DStoreFileSubSystemConfiguration is the main factory
+for creating an DataStore file subsystem. By deriving from it, extenders
+can create their customized DataStore file subsystem configuration which can
+then be registered against their system types. A custom
+SubSystemConfigurationAdapter can be registered for UI-specific
+customizations. Possible customizations include:
+
+- Changing the isCaseSensitive() method for system types that
+ are not of UNIX style.
+- Registering pre-defined filters through a filter pool manager.
+- Wrapping the created FileServiceSubSystem or DStoreFileService in a
+ delegate for modifying operation of the Subsystem.
+
+
+
+
diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/src/org/eclipse/rse/subsystems/processes/dstore/package.html b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/src/org/eclipse/rse/subsystems/processes/dstore/package.html
new file mode 100644
index 00000000000..e08bc6e1804
--- /dev/null
+++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/src/org/eclipse/rse/subsystems/processes/dstore/package.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Package-level Javadoc
+
+
+Application programming interface for creating customized DataStore process subsystems.
+
+Package Specification
+The package provides support classes for creating customized DataStore process
+subsystems.
+The class DStoreProcessSubSystemConfiguration is the main factory
+for creating a DataStore process subsystem. By deriving from it, extenders
+can create their customized DataStore process subsystem configuration which can
+then be registered against their system types. A custom
+SubSystemConfigurationAdapter can be registered for UI-specific
+customizations. Possible customizations include:
+
+- Changing the isCaseSensitive() method for system types that
+ are not of UNIX style.
+- Registering pre-defined filters through a filter pool manager.
+- Wrapping the created ProcessServiceSubSystem or DStoreProcessService
+ in a delegate for modifying operation of the Subsystem.
+
+
+
+
diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/src/org/eclipse/rse/subsystems/shells/dstore/package.html b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/src/org/eclipse/rse/subsystems/shells/dstore/package.html
new file mode 100644
index 00000000000..0abb0a5397a
--- /dev/null
+++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/src/org/eclipse/rse/subsystems/shells/dstore/package.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Package-level Javadoc
+
+
+Application programming interface for creating customized DataStore shell subsystems.
+
+Package Specification
+The package provides support classes for creating customized DataStore shell
+subsystems.
+The class DStoreShellSubSystemConfiguration is the main factory
+for creating an DataStore shell subsystem. By deriving from it, extenders
+can create their customized DataStore shell subsystem configuration which can
+then be registered against their system types. A custom
+SubSystemConfigurationAdapter can be registered for UI-specific
+customizations. Possible customizations include:
+
+- Changing the isCaseSensitive() method for system types that
+ are not of UNIX style.
+- Registering pre-defined filters through a filter pool manager.
+- Wrapping the created ShellServiceSubSystem or DStoreShellService
+ in a delegate for modifying operation of the Subsystem.
+
+
+
+