update 3.5.x launcher, back to the 'roots'
diff --git a/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/feature.xml b/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/feature.xml
index dd6ebd8..a2bec0f 100755
--- a/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/feature.xml
+++ b/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/feature.xml
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.epp.wizard.installer.jnlp.feature"
-      label="EPP installer"
-      version="1.0.0">
-
-   <description url="http://www.example.com/description">
-      [Enter Feature Description here.]
-   </description>
-
-   <copyright url="http://www.example.com/copyright">
-      [Enter Copyright Description here.]
-   </copyright>
-
-   <license url="http://www.example.com/license">
-      [Enter License Description here.]
-   </license>
-
-   <includes
-         id="org.eclipse.equinox.p2.installer.feature"
-         version="0.0.0"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>

+<feature

+      id="org.eclipse.epp.wizard.installer.jnlp.feature"

+      label="EPP installer"

+      version="1.0.0">

+

+   <description url="http://www.example.com/description">

+      [Enter Feature Description here.]

+   </description>

+

+   <copyright url="http://www.example.com/copyright">

+      [Enter Copyright Description here.]

+   </copyright>

+

+   <license url="http://www.example.com/license">

+      [Enter License Description here.]

+   </license>

+

+   <includes

+         id="org.eclipse.equinox.p2.installer.feature"

+         version="0.0.0"/>

+

+</feature>

diff --git a/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/epp.jnlp b/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/epp.jnlp
index 0fd7e11..89491bd 100755
--- a/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/epp.jnlp
+++ b/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/epp.jnlp
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jnlp spec="1.0+" codebase="${codebase}" href="${href}">
-<information>
-  <title>EPP Installer</title>
-  <vendor>eclipse.org</vendor>
-  <homepage href="http://eclipse.org" />
-  <description>EPP Package Installer</description>
-  <icon kind="splash" href="splash.jpg"/>
-  <offline-allowed/>
-</information>
-<security>
-  <all-permissions/>
-</security>
-<application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
-  <argument>-nosplash -console -noexit -consolelog </argument>
-</application-desc>
-
-<resources os="Mac OS X">     
- <j2se version="1.4+" java-vm-args="-XstartOnFirstThread"/>
- </resources>
- 
-<resources>
-  <j2se version="1.4+"/>
-  <jar href="launcher.jar"/>
-  <extension name="p2 Installer Feature" href="features/org.eclipse.equinox.p2.installer.feature_1.0.100.jnlp"/>
-  <property name="eclipse.product" value="org.eclipse.equinox.p2.installer.product"/>
-  <property name="osgi.bundles" value="org.eclipse.equinox.app@start,org.eclipse.equinox.frameworkadmin.equinox@start,org.eclipse.equinox.simpleconfigurator.manipulator@start"/>
-
-  <property name="eclipse.p2.rootId" value="${rootId}"/>
-  <property name="eclipse.p2.metadata" value="http://download.eclipse.org/eclipse/testUpdates"/>
-  <property name="eclipse.p2.artifacts" value="http://download.eclipse.org/eclipse/testUpdates"/>
-  <property name="eclipse.p2.flavor" value="tooling"/>
-  <property name="eclipse.p2.profileName" value="${profileName}"/>
-  <property name="eclipse.p2.launcherName" value="eclipse"/>
-  <property name="eclipse.p2.autoStart" value="true"/>
-</resources>
-
+<?xml version="1.0" encoding="UTF-8"?>

+<jnlp spec="1.0+" codebase="${codebase}" href="${href}">

+<information>

+  <title>EPP Installer</title>

+  <vendor>eclipse.org</vendor>

+  <homepage href="http://eclipse.org" />

+  <description>EPP Package Installer</description>

+  <icon kind="splash" href="splash.jpg"/>

+  <offline-allowed/>

+</information>

+<security>

+  <all-permissions/>

+</security>

+<application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">

+  <argument>-nosplash -console -noexit -consolelog </argument>

+</application-desc>

+

+<resources os="Mac OS X">     

+ <j2se version="1.4+" java-vm-args="-XstartOnFirstThread"/>

+ </resources>

+ 

+<resources>

+  <j2se version="1.4+"/>

+  <jar href="launcher.jar"/>

+  <extension name="p2 Installer Feature" href="features/org.eclipse.equinox.p2.installer.feature_1.0.100.jnlp"/>

+  <property name="eclipse.product" value="org.eclipse.equinox.p2.installer.product"/>

+  <property name="osgi.bundles" value="org.eclipse.equinox.app@start,org.eclipse.equinox.frameworkadmin.equinox@start,org.eclipse.equinox.simpleconfigurator.manipulator@start"/>

+

+  <property name="eclipse.p2.roots" value="${roots}"/>

+  <property name="eclipse.p2.metadata" value="http://download.eclipse.org/eclipse/testUpdates"/>

+  <property name="eclipse.p2.artifacts" value="http://download.eclipse.org/eclipse/testUpdates"/>

+  <property name="eclipse.p2.flavor" value="tooling"/>

+  <property name="eclipse.p2.profileName" value="${profileName}"/>

+  <property name="eclipse.p2.launcherName" value="eclipse"/>

+  <property name="eclipse.p2.autoStart" value="true"/>

+</resources>

+

 </jnlp>
\ No newline at end of file
diff --git a/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/launcher.jar b/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/launcher.jar
index 1a3e69f..ffc9f1f 100755
--- a/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/launcher.jar
+++ b/plugins/org.eclipse.epp.wizard.installer.jnlp.feature/rootfiles/launcher.jar
Binary files differ