Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsrinivasan2008-05-30 21:45:03 +0000
committerrsrinivasan2008-05-30 21:45:03 +0000
commit2a83e96ba4a1c01b868684241300fe7c8ee863ed (patch)
treea70870e9cb3e16d6fbe6bdfc5fa5136c6ecb32ef
parent3d4d3955844453c39fdc0346835e1dc5661bd11c (diff)
downloadwebtools.jsf-2a83e96ba4a1c01b868684241300fe7c8ee863ed.tar.gz
webtools.jsf-2a83e96ba4a1c01b868684241300fe7c8ee863ed.tar.xz
webtools.jsf-2a83e96ba4a1c01b868684241300fe7c8ee863ed.zip
Bug 234838 - jsf.common.runtime plugin needs attention
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common.runtime/build.properties3
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties11
2 files changed, 13 insertions, 1 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common.runtime/build.properties b/jsf/plugins/org.eclipse.jst.jsf.common.runtime/build.properties
index 3985222de..6cc80f1ce 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common.runtime/build.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.common.runtime/build.properties
@@ -11,4 +11,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.properties
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties
new file mode 100644
index 000000000..2279dd94d
--- /dev/null
+++ b/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties
@@ -0,0 +1,11 @@
+###############################################################################
+# Copyright (c) 2008 Oracle Corporation.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+###############################################################################
+#Properties file for org.eclipse.jst.jsf.common.runtime
+Bundle-Vendor.0 = Eclipse.org
+Bundle-Name.0 = JavaServer Faces Tools - Common Runtime \ No newline at end of file

Back to the top