Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-27 09:16:59 +0000
committerEike Stepper2011-05-27 09:16:59 +0000
commit8e1d580edc32d612e77c40c00f5e256be8ccfdd6 (patch)
tree818a1638c44bbb6e3246bfc9a5b1dacb0a7566d0
parent2d56f13e7c5c6ca2c59745f9cdf5c0a0150221b1 (diff)
downloadcdo-8e1d580edc32d612e77c40c00f5e256be8ccfdd6.tar.gz
cdo-8e1d580edc32d612e77c40c00f5e256be8ccfdd6.tar.xz
cdo-8e1d580edc32d612e77c40c00f5e256be8ccfdd6.zip
javadoc -> doc plugin
-rw-r--r--features/org.eclipse.emf.cdo.doc-feature/feature.properties2
-rw-r--r--features/org.eclipse.net4j.doc-feature/feature.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/about.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/toc.xml2
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/plugin.properties2
-rw-r--r--plugins/org.eclipse.net4j.doc/about.properties4
-rw-r--r--plugins/org.eclipse.net4j.doc/plugin.properties2
7 files changed, 9 insertions, 9 deletions
diff --git a/features/org.eclipse.emf.cdo.doc-feature/feature.properties b/features/org.eclipse.emf.cdo.doc-feature/feature.properties
index 99890c1b3b..0daa8519e2 100644
--- a/features/org.eclipse.emf.cdo.doc-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.doc-feature/feature.properties
@@ -4,5 +4,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-featureName = CDO Model Repository Documentation
+featureName = CDO Documentation
description = Contains the documentation of the CDO SDK.
diff --git a/features/org.eclipse.net4j.doc-feature/feature.properties b/features/org.eclipse.net4j.doc-feature/feature.properties
index 36b5c9c1fd..2f4f518851 100644
--- a/features/org.eclipse.net4j.doc-feature/feature.properties
+++ b/features/org.eclipse.net4j.doc-feature/feature.properties
@@ -4,5 +4,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-featureName = Net4j Signalling Platform Documentation
+featureName = Net4j Documentation
description = Contains the documentation of the Net4j SDK.
diff --git a/plugins/org.eclipse.emf.cdo.doc/about.properties b/plugins/org.eclipse.emf.cdo.doc/about.properties
index f4bab858be..869a9921da 100644
--- a/plugins/org.eclipse.emf.cdo.doc/about.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/about.properties
@@ -16,8 +16,8 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-featureName = CDO Model Repository Documentation
-featureText = CDO Model Repository Documentation\n\
+featureName = CDO Documentation
+featureText = CDO Documentation\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/toc.xml b/plugins/org.eclipse.emf.cdo.doc/javadoc/toc.xml
index 683ddd4005..d42c497a25 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/toc.xml
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/toc.xml
@@ -2,6 +2,6 @@
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="CDO Model Repository Documentation" topic="javadoc/overview-summary.html">
+<toc label="CDO Documentation" topic="javadoc/overview-summary.html">
<topic label="API Reference" href="javadoc/overview-summary.html"/>
</toc>
diff --git a/plugins/org.eclipse.emf.cdo.doc/plugin.properties b/plugins/org.eclipse.emf.cdo.doc/plugin.properties
index 3a5a341017..f7b11fcccc 100644
--- a/plugins/org.eclipse.emf.cdo.doc/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = CDO Model Repository Documentation
+pluginName = CDO Documentation
providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.net4j.doc/about.properties b/plugins/org.eclipse.net4j.doc/about.properties
index 899c316672..2da4ccdfab 100644
--- a/plugins/org.eclipse.net4j.doc/about.properties
+++ b/plugins/org.eclipse.net4j.doc/about.properties
@@ -16,8 +16,8 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-featureName = Net4j Signalling Platform Documentation
-featureText = Net4j Signalling Platform Documentation\n\
+featureName = Net4j Documentation
+featureText = Net4j Documentation\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
diff --git a/plugins/org.eclipse.net4j.doc/plugin.properties b/plugins/org.eclipse.net4j.doc/plugin.properties
index 4c7c79450f..e51d38eb3c 100644
--- a/plugins/org.eclipse.net4j.doc/plugin.properties
+++ b/plugins/org.eclipse.net4j.doc/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = Net4j Signalling Platform Documentation
+pluginName = Net4j Documentation
providerName = Eclipse Modeling Project

Back to the top