Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdimov2011-08-10 13:20:49 +0000
committersdimov2011-08-10 13:20:49 +0000
commit4aed5230a075ec9c6e3507a7d059d74a0ca11828 (patch)
tree4c6f46294344ae88bd2f00760e59fc23a0582f68
parentae83f6ac912a6fc8912ba370ef9d39e7426caaf9 (diff)
downloadwebtools.dali-4aed5230a075ec9c6e3507a7d059d74a0ca11828.tar.gz
webtools.dali-4aed5230a075ec9c6e3507a7d059d74a0ca11828.tar.xz
webtools.dali-4aed5230a075ec9c6e3507a7d059d74a0ca11828.zip
Fixing plugin version number
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/META-INF/MANIFEST.MF b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/META-INF/MANIFEST.MF
index 3fa9ba8037..66fc9f83ed 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/META-INF/MANIFEST.MF
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.doc.user/META-INF/MANIFEST.MF
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.jpadiagrameditor.doc.user; singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.100.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.3.100,4.0.0)"

Back to the top