Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2010-10-19 16:13:34 +0000
committernhauge2010-10-19 16:13:34 +0000
commit4b628e246be83fba11748e28a5091d4f0ebb0875 (patch)
tree017659d8834de1177ef270cecfb9ea62b8003589
parent27b85dc106de81f3d15b068b534f4d1dad8eafda (diff)
downloadwebtools.dali-4b628e246be83fba11748e28a5091d4f0ebb0875.tar.gz
webtools.dali-4b628e246be83fba11748e28a5091d4f0ebb0875.tar.xz
webtools.dali-4b628e246be83fba11748e28a5091d4f0ebb0875.zip
327572 - Unfortunately DTP allows for optional support of catalogs in extensions
-rw-r--r--jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF
index 1930d62e1c..d2ff438819 100644
--- a/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.db
-Bundle-Version: 1.2.201.qualifier
+Bundle-Version: 1.2.202.qualifier
Bundle-Activator: org.eclipse.jpt.db.JptDbPlugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .

Back to the top