Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:12:35 +0000
committerMartin Taal2011-11-01 18:12:35 +0000
commit97842a213a338601aa158b3d9f995f464bb25681 (patch)
tree5b9a657ccdce9960b252f3bc8dcc09a2626bd711 /eclipselink/org.eclipse.emf.teneo.orm.eclipse/plugin.properties
parent709ec105b89258b5e6b27e57cb3deb177529c54c (diff)
downloadorg.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.tar.gz
org.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.tar.xz
org.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.zip
New structure
Diffstat (limited to 'eclipselink/org.eclipse.emf.teneo.orm.eclipse/plugin.properties')
-rwxr-xr-xeclipselink/org.eclipse.emf.teneo.orm.eclipse/plugin.properties36
1 files changed, 36 insertions, 0 deletions
diff --git a/eclipselink/org.eclipse.emf.teneo.orm.eclipse/plugin.properties b/eclipselink/org.eclipse.emf.teneo.orm.eclipse/plugin.properties
new file mode 100755
index 000000000..49939e175
--- /dev/null
+++ b/eclipselink/org.eclipse.emf.teneo.orm.eclipse/plugin.properties
@@ -0,0 +1,36 @@
+#/**
+# * <copyright>
+# *
+# * Copyright (c) 2005, 2006, 2007, 2008, 2009 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.6 2009/05/13 10:24:08 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.
+# ==============================================================================
+
+pluginName = EMF Teneo ORM Eclipse UI
+pluginProvider = Eclipse Modeling Project
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
+teneo = Teneo
+teneo.orm.file = Generate ORM File
+teneo.tooltip.orm = Select to generate an orm.xml file from the ecore model(s). \ No newline at end of file

Back to the top