diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-05-07 20:57:35 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-05-07 20:57:35 +0530 |
| commit | 2668c28ff8a4bb678304e73b156c34dc889aea8b (patch) | |
| tree | 8c5e3bf42b211d6212ba343645ddb86690b20d39 /src/com.gluster.storage.management.console.help/plugin.xml | |
| parent | 740e91a3ad585a7c9e4a58e1e9c8f01c6c85392f (diff) | |
Added new plug-in project for help, Changed title of all summary views to "Summary", modified not to show the disk usage pie chart when the storage cloud is empty.
Diffstat (limited to 'src/com.gluster.storage.management.console.help/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console.help/plugin.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console.help/plugin.xml b/src/com.gluster.storage.management.console.help/plugin.xml new file mode 100644 index 00000000..0b62d954 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/plugin.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.4"?> +<plugin> + + <extension + point="org.eclipse.help.toc"> + <toc + file="toc.xml" + primary="true"> + </toc> + <toc + file="tocconcepts.xml"> + </toc> + <toc + file="tocgettingstarted.xml"> + </toc> + <toc + file="tocreference.xml"> + </toc> + <toc + file="toctasks.xml"> + </toc> + </extension> + +</plugin> |
