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.edit/plugin.properties
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.edit/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.edit/plugin.properties36
1 files changed, 20 insertions, 16 deletions
diff --git a/plugins/org.eclipse.emf.cdo.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.edit/plugin.properties
index 3e0ccdfda1..916a5d513a 100644
--- a/plugins/org.eclipse.emf.cdo.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.edit/plugin.properties
@@ -1,20 +1,20 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id$
-
-# ====================================================================
-# To code developer:
-# Do NOT change the properties between this line and the
-# "%%% END OF TRANSLATED PROPERTIES %%%" line.
-# Make a new property name, append to the end of the file and change
-# the code to use the new property.
-# ====================================================================
-
-# ====================================================================
+# 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
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
# %%% END OF TRANSLATED PROPERTIES %%%
-# ====================================================================
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
pluginName = CDO Edit Support (Incubation)
providerName = Eclipse.org
@@ -44,3 +44,7 @@ _UI_CDOResource_warnings_feature = Warnings
_UI_CDOResource_path_feature = Path
_UI_Unknown_feature = Unspecified
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================

Back to the top