From 5d75d3735f10bbbc45df51aee7ee8e20ada07d3e Mon Sep 17 00:00:00 2001 From: david_williams Date: Mon, 5 May 2008 06:25:18 +0000 Subject: 220603 need to have about.html files, etc in source bundles --- .../sourceTemplateBundle/about.html | 27 ++++++++++++++++++ .../sourceTemplateBundle/about.ini | 31 +++++++++++++++++++++ .../sourceTemplateBundle/about.mappings | 6 ++++ .../sourceTemplateBundle/about.properties | 27 ++++++++++++++++++ .../sourceTemplateBundle/build.properties | 13 +++++++++ .../sourceTemplateBundle/eclipse32.gif | Bin 0 -> 1706 bytes .../sourceTemplateBundle/eclipse32.png | Bin 0 -> 4634 bytes .../sourceTemplateBundle/plugin.properties | 20 +++++++++++++ 8 files changed, 124 insertions(+) create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.html create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.ini create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.mappings create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.properties create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/build.properties create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.gif create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.png create mode 100644 jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/plugin.properties diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.html b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.html new file mode 100644 index 000000000..d4916df47 --- /dev/null +++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.html @@ -0,0 +1,27 @@ + + + +About + + + +

About This Content

+ +

June 06, 2007

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content.

+ +

Source Code

+

This plug-in contains source code zip files ("Source Zips") that correspond to binary content in other plug-ins. These Source Zips may be distributed under different license +agreements and/or notices. Details about these license agreements and notices are contained in "about.html" files ("Abouts") located in sub-directories in the +src/ directory of this plug-in. Such Abouts govern your use of the Source Zips in that directory, not the EPL.

+ + + diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.ini b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.ini new file mode 100644 index 000000000..2dee36a2e --- /dev/null +++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.ini @@ -0,0 +1,31 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=eclipse32.gif + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePage" contains path to welcome page (special XML-based format) +# optional + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + + diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.mappings b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.mappings new file mode 100644 index 000000000..a28390a75 --- /dev/null +++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.mappings @@ -0,0 +1,6 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + +0=@build@ diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.properties b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.properties new file mode 100644 index 000000000..e3cbbc358 --- /dev/null +++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/about.properties @@ -0,0 +1,27 @@ +############################################################################### +# Copyright (c) 2005, 2007 Oracle Corporation and others. +# 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 +# +# Contributors: +# Gerry Kessler - initial API and implementation +############################################################################### +# This file should be translated. +# about.properties +# contains externalized strings for about.ini +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# fill-ins are supplied by about.mappings +# This file should be translated. +# +# Do not translate any values surrounded by {} + +blurb=Web Page Editor Source\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2007. All rights reserved.\n\ +Visit http://www.eclipse.org/webtools + diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/build.properties b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/build.properties new file mode 100644 index 000000000..43309f0af --- /dev/null +++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/build.properties @@ -0,0 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2007 Oracle Corporation and others. +# 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 +# +# Contributors: +# Oracle Corporation - initial API and implementation +############################################################################### + +bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/**, META-INF/ +sourcePlugin = true diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.gif b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.gif new file mode 100644 index 000000000..e6ad7ccd7 Binary files /dev/null and b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.gif differ diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.png b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.png new file mode 100644 index 000000000..50ae49de2 Binary files /dev/null and b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/eclipse32.png differ diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/plugin.properties b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/plugin.properties new file mode 100644 index 000000000..46b3449b8 --- /dev/null +++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/sourceTemplateBundle/plugin.properties @@ -0,0 +1,20 @@ +############################################################################### +# Copyright (c) 2005, 2007 Oracle Corporation and others. +# 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 +# +# Contributors: +# Gerry Kessler - initial API and implementation +############################################################################### +# This file should be translated. +# plugin.properties +# contains externalized strings for manifest.mf +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# fill-ins are supplied by about.mappings +# This file should be translated. +# +# Do not translate any values surrounded by {} +pluginName=Web Page Editor Source +providerName=Eclipse.org -- cgit v1.2.3