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:
authorbchilds2008-01-04 16:29:27 +0000
committerbchilds2008-01-04 16:29:27 +0000
commita8e78e7cf17f4240d4c28e97a30eac9add598097 (patch)
treeba9fa46b063c068a7c72983098b57fc83a62912b
parentd0023dff6e5ac338efd2ffde44f622f6fc18885b (diff)
downloadwebtools.jsdt.core-a8e78e7cf17f4240d4c28e97a30eac9add598097.tar.gz
webtools.jsdt.core-a8e78e7cf17f4240d4c28e97a30eac9add598097.tar.xz
webtools.jsdt.core-a8e78e7cf17f4240d4c28e97a30eac9add598097.zip
Added provider information.
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties3
2 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF
index 6a7a2fc6..20e7e9a3 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF
@@ -10,3 +10,4 @@ Require-Bundle: org.eclipse.wst.jsdt.core,
org.eclipse.core.resources
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Localization: plugin
+Bundle-Vendor: %Bundle-Vendor.0
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties b/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties
index 5e4294a8..87d5d1a1 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties
@@ -1,3 +1,4 @@
#Properties file for org.eclipse.wst.jsdt.support.ie
Bundle-Name.0 = JSDT Support for Internet Explorer
-classpathContainerPage.name.0 = Internet Explorer Library \ No newline at end of file
+classpathContainerPage.name.0 = Internet Explorer Library
+Bundle-Vendor.0 = Eclipse.org \ No newline at end of file

Back to the top