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_williams2007-02-11 23:29:13 +0000
committerdavid_williams2007-02-11 23:29:13 +0000
commitd4db55b76525e11a6c51f9498a68a5538873e326 (patch)
tree934c3bc241719b7156ed17a98ad4970a7b804e75
parent28048cfa0bb6d0d0fdfe64ecbdb14ec08a5492da (diff)
downloadwebtools.webservices-d4db55b76525e11a6c51f9498a68a5538873e326.tar.gz
webtools.webservices-d4db55b76525e11a6c51f9498a68a5538873e326.tar.xz
webtools.webservices-d4db55b76525e11a6c51f9498a68a5538873e326.zip
[173804] It's now a PDE "error" if plugin.properties doesn't exist
-rw-r--r--docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF4
-rw-r--r--docs/org.eclipse.jst.ws.axis.infopop/plugin.properties3
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF
index e30241e7d..b32b0f06b 100644
--- a/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.jst.ws.axis.infopop/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Web services Axis UI
+Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.jst.ws.axis.infopop; singleton:=true
Bundle-Version: 1.0.201.qualifier
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Eclipse-LazyStart: true
diff --git a/docs/org.eclipse.jst.ws.axis.infopop/plugin.properties b/docs/org.eclipse.jst.ws.axis.infopop/plugin.properties
new file mode 100644
index 000000000..d823bc2c3
--- /dev/null
+++ b/docs/org.eclipse.jst.ws.axis.infopop/plugin.properties
@@ -0,0 +1,3 @@
+# properties file for org.eclipse.jst.ws.axis.infopop
+Bundle-Name.0 = Web services Axis UI
+Bundle-Vendor.0 = Eclipse.org \ No newline at end of file

Back to the top