Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-01-12 08:15:46 +0000
committerdavid_williams2006-01-12 08:15:46 +0000
commit95aef6ed59e51dc5a47123532b059df4d95e9cb6 (patch)
tree9807397954b9d94813efa972cf66fc77568f6d2f /bundles/org.eclipse.wst.dtd.core
parent80c1dc0ca0e58336f20dd0bcca46da21befc548e (diff)
downloadwebtools.sourceediting-95aef6ed59e51dc5a47123532b059df4d95e9cb6.tar.gz
webtools.sourceediting-95aef6ed59e51dc5a47123532b059df4d95e9cb6.tar.xz
webtools.sourceediting-95aef6ed59e51dc5a47123532b059df4d95e9cb6.zip
[123569] Need to add qualifier to version numbers
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.core')
-rw-r--r--bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
index adc2aa8108..0e8487ea36 100644
--- a/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.dtd.core; singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.100.qualifier
Bundle-Activator: org.eclipse.wst.dtd.core.internal.DTDCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top