Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-08-31 14:19:18 +0000
committerEike Stepper2007-08-31 14:19:18 +0000
commitb106479fff445d28dc412554ec1b3f865512c133 (patch)
treef242b27408bcbc6ea36b5f7dbdcce5aa3fc6b9d7 /plugins/org.eclipse.emf.cdo.doc
parentb74434a54e748752337096bfeff4604edc120507 (diff)
downloadcdo-b106479fff445d28dc412554ec1b3f865512c133.tar.gz
cdo-b106479fff445d28dc412554ec1b3f865512c133.tar.xz
cdo-b106479fff445d28dc412554ec1b3f865512c133.zip
[201839] Net4j/CDO Components must comform to incubation rules
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201839
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/META-INF/MANIFEST.MF6
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/about.properties36
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/build.properties10
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/build.xml2
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/plugin.properties29
5 files changed, 36 insertions, 47 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.doc/META-INF/MANIFEST.MF
index 3b20427a31..9163dda31d 100644
--- a/plugins/org.eclipse.emf.cdo.doc/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.doc/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Plugin.name
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.doc; singleton:=true
-Bundle-Version: 0.7.0.qualifier
-Bundle-Vendor: %Provider.name
+Bundle-Version: 0.8.0.qualifier
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help
Eclipse-LazyStart: true
diff --git a/plugins/org.eclipse.emf.cdo.doc/about.properties b/plugins/org.eclipse.emf.cdo.doc/about.properties
index c35e4ffd0f..741cfa1135 100644
--- a/plugins/org.eclipse.emf.cdo.doc/about.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/about.properties
@@ -1,19 +1,12 @@
-# /**
-# * <copyright>
-# *
-# * Copyright (c) 2004-2007 Eike Stepper, Germany.
-# * 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:
-# * Eike Stepper - Initial API and implementation
-# *
-# * </copyright>
-# *
-# */
-
+# Copyright (c) 2004-2007 Eike Stepper, Germany.
+# 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:
+# Eike Stepper - initial API and implementation
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================
@@ -23,15 +16,8 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-# about.properties
-# contains externalized strings for about.ini
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# fill-ins are supplied by about.mappings
-# This file should be translated.
-
-featureName=CDO Documentation
-
-featureText=CDO Documentation\n\
+featureName = CDO Documentation (Incubation)
+featureText = CDO Documentation\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
diff --git a/plugins/org.eclipse.emf.cdo.doc/build.properties b/plugins/org.eclipse.emf.cdo.doc/build.properties
index cd5731b804..5ed478e901 100644
--- a/plugins/org.eclipse.emf.cdo.doc/build.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/build.properties
@@ -1,2 +1,12 @@
+# Copyright (c) 2004-2007 Eike Stepper, Germany.
+# 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:
+# Eike Stepper - initial API and implementation
+
# NLS_MESSAGEFORMAT_VAR
+
custom = true
diff --git a/plugins/org.eclipse.emf.cdo.doc/build.xml b/plugins/org.eclipse.emf.cdo.doc/build.xml
index 1d09f506ab..fc8e785e95 100644
--- a/plugins/org.eclipse.emf.cdo.doc/build.xml
+++ b/plugins/org.eclipse.emf.cdo.doc/build.xml
@@ -2,7 +2,7 @@
<project name="org.eclipse.emf.cdo.doc" default="build.jars" basedir=".">
<!-- Plug-in version. This is a HACK. Do not forget to update. -->
- <property name="pluginVersion" value="0.7.0"/>
+ <property name="pluginVersion" value="0.8.0"/>
<property name="plugin" value="org.eclipse.emf.cdo"/>
<property name="docPlugin" value="org.eclipse.emf.cdo.doc"/>
diff --git a/plugins/org.eclipse.emf.cdo.doc/plugin.properties b/plugins/org.eclipse.emf.cdo.doc/plugin.properties
index 2cf1c9dfa2..1d603180e3 100644
--- a/plugins/org.eclipse.emf.cdo.doc/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/plugin.properties
@@ -1,19 +1,12 @@
-# /**
-# * <copyright>
-# *
-# * Copyright (c) 2004-2007 Eike Stepper, Germany.
-# * 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:
-# * Eike Stepper - Initial API and implementation
-# *
-# * </copyright>
-# *
-# */
-
+# Copyright (c) 2004-2007 Eike Stepper, Germany.
+# 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:
+# Eike Stepper - initial API and implementation
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================
@@ -23,8 +16,8 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-Plugin.name=CDO Documentation
-Provider.name=Eclipse.org
+pluginName = CDO Documentation (Incubation)
+providerName = Eclipse.org
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%

Back to the top