Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate/plugin.properties')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate/plugin.properties34
1 files changed, 34 insertions, 0 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate/plugin.properties b/hibernate/org.eclipse.emf.teneo.hibernate/plugin.properties
new file mode 100755
index 000000000..76561fb51
--- /dev/null
+++ b/hibernate/org.eclipse.emf.teneo.hibernate/plugin.properties
@@ -0,0 +1,34 @@
+#/**
+# * <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.12 2010/02/06 18:25:50 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 Hibernate
+Plugin.providerName = Eclipse Modeling Project
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
+

Back to the top