diff options
author | Markus Knauer | 2011-06-05 13:35:03 +0000 |
---|---|---|
committer | Markus Knauer | 2011-06-05 13:35:03 +0000 |
commit | 47fb6662768582c431cc9c183672b3a7d2383a69 (patch) | |
tree | b107f94b9051d476e3c37143b606856e77a3e11f /packages/org.eclipse.epp.package.javascript | |
parent | 2f77193d8812ef7c969b6c39444ccc3ef05257ba (diff) | |
download | org.eclipse.epp.packages-47fb6662768582c431cc9c183672b3a7d2383a69.tar.gz org.eclipse.epp.packages-47fb6662768582c431cc9c183672b3a7d2383a69.tar.xz org.eclipse.epp.packages-47fb6662768582c431cc9c183672b3a7d2383a69.zip |
* javascript: bug 348016: fix line ending issues (CR/LF instead of just LF)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348016
Diffstat (limited to 'packages/org.eclipse.epp.package.javascript')
4 files changed, 104 insertions, 104 deletions
diff --git a/packages/org.eclipse.epp.package.javascript/about.html b/packages/org.eclipse.epp.package.javascript/about.html index ae65071e..e6ecf1e5 100644 --- a/packages/org.eclipse.epp.package.javascript/about.html +++ b/packages/org.eclipse.epp.package.javascript/about.html @@ -1,28 +1,28 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June, 2011</p>
-<h3>License</h3>
-
-<p>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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, "Program" will mean the Content.</p>
-
-<p>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
-and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June, 2011</p> +<h3>License</h3> + +<p>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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +For purposes of the EPL, "Program" will mean the Content.</p> + +<p>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 +and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> + +</body> +</html> diff --git a/packages/org.eclipse.epp.package.javascript/about.ini b/packages/org.eclipse.epp.package.javascript/about.ini index c6eae0b5..f1360ec5 100644 --- a/packages/org.eclipse.epp.package.javascript/about.ini +++ b/packages/org.eclipse.epp.package.javascript/about.ini @@ -1,34 +1,34 @@ -# 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 "featureImage" contains path to feature image (32x32)
-featureImage=javascript-ide_x32.png
-
-# Property "windowImage" contains path to window icon (16x16)
-# needed for primary features only
-windowImage=javascript-ide_x16.png
-
-# Property "aboutImage" contains path to product image (500x330 or 115x164)
-# needed for primary features only
-aboutImage=aboutgears_115x.png
-
-# Property "appName" contains name of the application (translated)
-# needed for primary features only
-appName=Eclipse
-
-# Property "welcomePage" contains path to welcome page (special XML-based format)
-#TODO need a javascript specfic intro
-# optional
-#welcomPage=org.eclipse.wtp.epp.package.jee.intro\introContent.xml
-
-# Property "welcomePerspective" contains the id of the perspective in which the
-# welcome page is to be opened.
-# optional
-#TODO need javascript specific welcome page
-# welcomePerspective=org.eclipse.wtp.epp.package.jee.intro
+# 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 "featureImage" contains path to feature image (32x32) +featureImage=javascript-ide_x32.png + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only +windowImage=javascript-ide_x16.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only +aboutImage=aboutgears_115x.png + +# Property "appName" contains name of the application (translated) +# needed for primary features only +appName=Eclipse + +# Property "welcomePage" contains path to welcome page (special XML-based format) +#TODO need a javascript specfic intro +# optional +#welcomPage=org.eclipse.wtp.epp.package.jee.intro\introContent.xml + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional +#TODO need javascript specific welcome page +# welcomePerspective=org.eclipse.wtp.epp.package.jee.intro diff --git a/packages/org.eclipse.epp.package.javascript/about.mappings b/packages/org.eclipse.epp.package.javascript/about.mappings index 720ca870..bddaab43 100644 --- a/packages/org.eclipse.epp.package.javascript/about.mappings +++ b/packages/org.eclipse.epp.package.javascript/about.mappings @@ -1,6 +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.
-
+# 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@
\ No newline at end of file diff --git a/packages/org.eclipse.epp.package.javascript/plugin_customization.ini b/packages/org.eclipse.epp.package.javascript/plugin_customization.ini index eeb59da4..1396febb 100644 --- a/packages/org.eclipse.epp.package.javascript/plugin_customization.ini +++ b/packages/org.eclipse.epp.package.javascript/plugin_customization.ini @@ -1,38 +1,38 @@ -# plugin_customization.ini
-# sets default values for plug-in-specific preferences
-# keys are qualified by plug-in id
-# e.g., com.example.acmeplugin/myproperty=myvalue
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# "%key" are externalized strings defined in plugin_customization.properties
-# This file does not need to be translated.
-
-# WARNING: This file defines the preference overrides for the Platform build
-# (the one with no JDT or PDE), not the SDK build (aka the IDE).
-# For the SDK build, use the plugin_customization.ini file in the
-# org.eclipse.sdk plug-in instead.
-
-# Property "org.eclipse.ui/defaultPerspectiveId" controls the
-# perspective that the workbench opens initially
-# TODO we need a JavaScript perspective
-org.eclipse.ui/defaultPerspectiveId=org.eclipse.wst.jsdt.ui.JavaPerspective
-
-# new-style tabs by default
-org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
-
-# put the perspective switcher on the top right
-org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
-
-# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
-
-# Welcome theme to use
-org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
-
-# Root page links to show in the Universal Welcome
-org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
-
-# Initial page layout of the Universal Welcome
-org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
-
-# Order help books in table of contents
+# plugin_customization.ini +# sets default values for plug-in-specific preferences +# keys are qualified by plug-in id +# e.g., com.example.acmeplugin/myproperty=myvalue +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in plugin_customization.properties +# This file does not need to be translated. + +# WARNING: This file defines the preference overrides for the Platform build +# (the one with no JDT or PDE), not the SDK build (aka the IDE). +# For the SDK build, use the plugin_customization.ini file in the +# org.eclipse.sdk plug-in instead. + +# Property "org.eclipse.ui/defaultPerspectiveId" controls the +# perspective that the workbench opens initially +# TODO we need a JavaScript perspective +org.eclipse.ui/defaultPerspectiveId=org.eclipse.wst.jsdt.ui.JavaPerspective + +# new-style tabs by default +org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false + +# put the perspective switcher on the top right +org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight + +# show progress on startup +org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true + +# Welcome theme to use +org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles + +# Root page links to show in the Universal Welcome +org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew + +# Initial page layout of the Universal Welcome +org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml + +# Order help books in table of contents org.eclipse.help/HELP_DATA = helpData.xml
\ No newline at end of file |