Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:10:14 +0000
committerMartin Taal2011-11-01 18:10:14 +0000
commit709ec105b89258b5e6b27e57cb3deb177529c54c (patch)
tree436b7b45306590da29d24dfa9b6ad252c2a987d1 /examples/org.eclipse.emf.teneo.samples/plugin.properties
parent0298896cf5731abb5e728ca6997fd2410d0a8f0f (diff)
downloadorg.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.gz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.xz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.zip
Remove everything for restructuring
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/plugin.properties')
-rwxr-xr-xexamples/org.eclipse.emf.teneo.samples/plugin.properties53
1 files changed, 0 insertions, 53 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/plugin.properties b/examples/org.eclipse.emf.teneo.samples/plugin.properties
deleted file mode 100755
index ea097e24c..000000000
--- a/examples/org.eclipse.emf.teneo.samples/plugin.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-#/**
-# * <copyright>
-# *
-# * Copyright (c) 2005, 2006, 2007, 2008 Springsite BV (The Netherlands) 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:
-# * Martin Taal - Initial API and implementation
-# *
-# * </copyright>
-# *
-# * $Id: plugin.properties,v 1.11 2009/08/23 16:04:41 mtaal Exp $
-# */
-
-# 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.
-# ==============================================================================
-
-Plugin.name = EMF Teneo Samples
-Plugin.providerName = Eclipse Modeling Project
-
-# ==============================================================================
-# %%% END OF TRANSLATED PROPERTIES %%%
-# The above properties have been shipped for translation.
-# ==============================================================================
-pluginName = Bz277546 Model
-providerName = www.example.org
-_UI_CreateChild_text = {0}
-_UI_CreateChild_text2 = {1} {0}
-_UI_CreateChild_text3 = {1}
-_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
-_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
-_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
-_UI_PropertyDescriptor_description = The {0} of the {1}
-_UI_Family_type = Family
-_UI_Person_type = Person
-_UI_Note_type = Note
-_UI_Unknown_type = Object
-_UI_Unknown_datatype= Value
-_UI_Family_string_feature = String
-_UI_Family_persons_feature = Persons
-_UI_Person_notes_feature = Notes
-_UI_Person_parents_feature = Parents
-_UI_Note_name_feature = Name
-_UI_Unknown_feature = Unspecified

Back to the top