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.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkprice2007-04-05 02:46:59 +0000
committerkprice2007-04-05 02:46:59 +0000
commit9bbaa63aa266cfc7c244bc05a9c78ff87c6184dd (patch)
tree572aebf0004cb3f827d524d572ea367331cfe788
parent17359fcc94fccf2cd008ba999749ae7258121411 (diff)
downloadwebtools.sourceediting-9bbaa63aa266cfc7c244bc05a9c78ff87c6184dd.tar.gz
webtools.sourceediting-9bbaa63aa266cfc7c244bc05a9c78ff87c6184dd.tar.xz
webtools.sourceediting-9bbaa63aa266cfc7c244bc05a9c78ff87c6184dd.zip
[152390] change content assist from lax to strict
-rw-r--r--docs/org.eclipse.wst.xmleditor.doc.user/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.xmleditor.doc.user/META-INF/MANIFEST.MF
index a1071d363a..96e38c0a7c 100644
--- a/docs/org.eclipse.wst.xmleditor.doc.user/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xmleditor.doc.user; singleton:=true
-Bundle-Version: 1.0.203.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top