Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.db.derby')
-rw-r--r--plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.net4j.db.derby/fragment.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF
index f7733f1c6e..d2d5693385 100644
--- a/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %fragmentName
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.net4j.db.derby;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Vendor: %providerName
diff --git a/plugins/org.eclipse.net4j.db.derby/fragment.properties b/plugins/org.eclipse.net4j.db.derby/fragment.properties
index cdad838dff..66858ff9e3 100644
--- a/plugins/org.eclipse.net4j.db.derby/fragment.properties
+++ b/plugins/org.eclipse.net4j.db.derby/fragment.properties
@@ -24,8 +24,8 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-fragmentName=JMS Support
-providerName=Eclipse.org
+pluginName = JMS Support (Incubation)
+providerName = Eclipse.org
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%

Back to the top