Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.editor/plugin.properties
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.editor/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties30
1 files changed, 24 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties
index 4543ae75d4..62ee726571 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties
@@ -1,13 +1,25 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id: plugin.properties,v 1.1 2010-05-16 16:04:11 mfluegge Exp $
+# 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 = DawnCodeGen Editor
providerName = www.example.org
-_UI_DawngenmodelEditor_menu = &Dawngenmodel Editor
+_UI_DawngenmodelEditor_menu = Dawngenmodel Editor
_UI_CreateChild_menu_item = &New Child
_UI_CreateSibling_menu_item = N&ew Sibling
@@ -55,3 +67,9 @@ _UI_Wizard_initial_object_description = Select a model object to create
_UI_FileConflict_label = File Conflict
_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
+

Back to the top