Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2010-05-17 18:28:19 +0000
committerMartin Fluegge2010-05-17 18:28:19 +0000
commitb793fe6fc9eecab3b4debc942b3d2abd5e05ea84 (patch)
treeb6dc183ce932b62b27001214724ef3180ae471ea /plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit
parent8fa6911ef1746be41a107c04901797ddd2b8e43b (diff)
downloadcdo-b793fe6fc9eecab3b4debc942b3d2abd5e05ea84.tar.gz
cdo-b793fe6fc9eecab3b4debc942b3d2abd5e05ea84.tar.xz
cdo-b793fe6fc9eecab3b4debc942b3d2abd5e05ea84.zip
[308232] [Dawn] Develop collaborative support for GMF on CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308232
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties33
1 files changed, 25 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties
index f784c881c5..a5b5d8a2ce 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties
@@ -1,11 +1,23 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id: plugin.properties,v 1.1 2010-05-16 16:04:08 mfluegge Exp $
-
-pluginName = DawnCodeGen Edit Support
-providerName = www.example.org
+# Copyright (c) 2010 Martin Fluegge (Berlin, Germany) and others.
+# 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 = Dawn Genmodel Edit
+providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
@@ -36,3 +48,8 @@ _UI_DawnGMFGenerator_dawnDiagramEditPartClassName_feature = Dawn Diagram Edit Pa
_UI_DawnGMFGenerator_dawnEditPartFactoryClassName_feature = Dawn Edit Part Factory Class Name
_UI_DawnGMFGenerator_dawnEditPartProviderClassName_feature = Dawn Edit Part Provider Class Name
_UI_DawnGMFGenerator_dawnEditPolicyProviderClassName_feature = Dawn Edit Policy Provider Class Name
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================

Back to the top