Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.javascript/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.javascript/plugin.xml138
1 files changed, 69 insertions, 69 deletions
diff --git a/packages/org.eclipse.epp.package.javascript/plugin.xml b/packages/org.eclipse.epp.package.javascript/plugin.xml
index 13d0f001..936838a1 100644
--- a/packages/org.eclipse.epp.package.javascript/plugin.xml
+++ b/packages/org.eclipse.epp.package.javascript/plugin.xml
@@ -1,69 +1,69 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- id="product"
- name="JavaScript IDE"
- point="org.eclipse.core.runtime.products">
- <product
- application="org.eclipse.ui.ide.workbench"
- name="Eclipse">
- <property
- name="preferenceCustomization"
- value="plugin_customization.ini">
- </property>
- <property
- name="appName"
- value="Eclipse">
- </property>
- <property
- name="aboutText"
- value="Eclipse IDE for JavaScript Web Developers.&#x0A;&#x0A;Version: Indigo Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2005, 2011. All rights reserved.&#x0A;Visit http://www.eclipse.org/webtools">
- </property>
- <property
- name="startupProgressRect"
- value="0,280,455,15">
- </property>
- <property
- name="aboutImage"
- value="aboutgears_115x.png">
- </property>
- <property
- name="windowImages"
- value="javascript-ide_x16.png,javascript-ide_x32.png,javascript-ide_x48.png">
- </property>
- <property
- name="startupForegroundColor"
- value="C8D5EA">
- </property>
- <property
- name="startupMessageRect"
- value="7,220,441,20">
- </property>
- <property
- name="buildIdLocation"
- value="303,190">
- </property>
- <property
- name="introBrandingImage"
- value="product:intro-eclipse.png"/>
- <property
- name="introTitle"
- value="Welcome to Eclipse IDE for JavaScript Developers">
- </property>
- <property
- name="introBrandingImageText"
- value="Eclipse Project">
- </property>
- </product>
- </extension>
- <extension
- point="org.eclipse.ui.intro">
- <introProductBinding
- introId="org.eclipse.ui.intro.universal"
- productId="org.eclipse.epp.package.javascript.product">
- </introProductBinding>
- </extension>
-
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="product"
+ name="JavaScript IDE"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ name="Eclipse">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="Eclipse">
+ </property>
+ <property
+ name="aboutText"
+ value="Eclipse IDE for JavaScript Web Developers.&#x0A;&#x0A;Version: Indigo Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2005, 2011. All rights reserved.&#x0A;Visit http://www.eclipse.org/webtools">
+ </property>
+ <property
+ name="startupProgressRect"
+ value="0,280,455,15">
+ </property>
+ <property
+ name="aboutImage"
+ value="aboutgears_115x.png">
+ </property>
+ <property
+ name="windowImages"
+ value="javascript-ide_x16.png,javascript-ide_x32.png,javascript-ide_x48.png">
+ </property>
+ <property
+ name="startupForegroundColor"
+ value="C8D5EA">
+ </property>
+ <property
+ name="startupMessageRect"
+ value="7,220,441,20">
+ </property>
+ <property
+ name="buildIdLocation"
+ value="303,190">
+ </property>
+ <property
+ name="introBrandingImage"
+ value="product:intro-eclipse.png"/>
+ <property
+ name="introTitle"
+ value="Welcome to Eclipse IDE for JavaScript Developers">
+ </property>
+ <property
+ name="introBrandingImageText"
+ value="Eclipse Project">
+ </property>
+ </product>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro">
+ <introProductBinding
+ introId="org.eclipse.ui.intro.universal"
+ productId="org.eclipse.epp.package.javascript.product">
+ </introProductBinding>
+ </extension>
+
+
+</plugin>

Back to the top