Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-11-20 09:46:25 +0000
committermtaal2007-11-20 09:46:25 +0000
commit47fd281056c985bef8ebeb3dda2e74043680af14 (patch)
treefd3e1139258feaef593e5ac9b9abd96c510e2243 /tests/org.eclipse.emf.teneo.jpox.libraries
parent49820c3b52c57df4a7fe7913131b5dd97ffe1f4d (diff)
downloadorg.eclipse.emf.teneo-47fd281056c985bef8ebeb3dda2e74043680af14.tar.gz
org.eclipse.emf.teneo-47fd281056c985bef8ebeb3dda2e74043680af14.tar.xz
org.eclipse.emf.teneo-47fd281056c985bef8ebeb3dda2e74043680af14.zip
[206497]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.jpox.libraries')
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.libraries/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.libraries/plugin.properties34
2 files changed, 35 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.jpox.libraries/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.teneo.jpox.libraries/META-INF/MANIFEST.MF
index 068d8f817..3a9792002 100644
--- a/tests/org.eclipse.emf.teneo.jpox.libraries/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.teneo.jpox.libraries/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Plugin.name (Incubation)
+Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.emf.teneo.jpox.libraries
Bundle-Version: 0.8.0.qualifier
Eclipse-BuddyPolicy: dependent
diff --git a/tests/org.eclipse.emf.teneo.jpox.libraries/plugin.properties b/tests/org.eclipse.emf.teneo.jpox.libraries/plugin.properties
new file mode 100644
index 000000000..3f45bdafb
--- /dev/null
+++ b/tests/org.eclipse.emf.teneo.jpox.libraries/plugin.properties
@@ -0,0 +1,34 @@
+#/**
+# * <copyright>
+# *
+# * Copyright (c) 2005, 2006, 2007 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
+# * Davide Marchignoli - Initial API and implementation
+# *
+# * </copyright>
+# *
+# * $Id: plugin.properties,v 1.1 2007/11/20 09:46:25 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 = Teneo JPOX Libraries (Incubation)
+Plugin.providerName = Eclipse.org
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================

Back to the top