From 2a83e96ba4a1c01b868684241300fe7c8ee863ed Mon Sep 17 00:00:00 2001 From: rsrinivasan Date: Fri, 30 May 2008 21:45:03 +0000 Subject: Bug 234838 - jsf.common.runtime plugin needs attention --- .../org.eclipse.jst.jsf.common.runtime/build.properties | 3 ++- .../org.eclipse.jst.jsf.common.runtime/plugin.properties | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties 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 -- cgit v1.2.3