Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-10 18:09:36 +0000
committerMarkus Knauer2009-06-10 18:09:36 +0000
commit14b9892a26f9db011c1281a92fa883f736e18079 (patch)
tree08cb604b4e35a8b8831504bad4b7e165d328365f /packages/org.eclipse.epp.package.reporting
parent135718f73fdae0d89018c4dec16da572db2e3e97 (diff)
downloadorg.eclipse.epp.packages-14b9892a26f9db011c1281a92fa883f736e18079.tar.gz
org.eclipse.epp.packages-14b9892a26f9db011c1281a92fa883f736e18079.tar.xz
org.eclipse.epp.packages-14b9892a26f9db011c1281a92fa883f736e18079.zip
fix invalid line endings (CR/LF instead of just LF)
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting')
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin_customization.ini72
1 files changed, 36 insertions, 36 deletions
diff --git a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
index fe5213d6..0849b75f 100644
--- a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
@@ -1,37 +1,37 @@
-# 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
-org.eclipse.ui/defaultPerspectiveId=org.eclipse.jst.j2ee.J2EEPerspective
-
-# 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
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.jst.j2ee.J2EEPerspective
+
+# 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

Back to the top