[559907] Stop declaring JavaScript Editor as default=true
diff --git a/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF
index b4c281c..1963165 100755
--- a/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-SymbolicName: org.eclipse.wst.jsdt.ui; singleton:=true
-Bundle-Version: 2.0.401.qualifier
+Bundle-Version: 2.0.402.qualifier
 Bundle-Activator: org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin
 Import-Package: com.ibm.icu.text,
  com.ibm.icu.util,
diff --git a/bundles/org.eclipse.wst.jsdt.ui/plugin.xml b/bundles/org.eclipse.wst.jsdt.ui/plugin.xml
index 01ff322..9a0f28c 100755
--- a/bundles/org.eclipse.wst.jsdt.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.jsdt.ui/plugin.xml
@@ -808,7 +808,7 @@
          point="org.eclipse.ui.editors">
       <editor
             name="%CompilationUnitEditorName"
-            default="true"
+            default="false"
             icon="$nl$/icons/full/obj16/jcu_obj.gif"
             contributorClass="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor"
             class="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditor"
@@ -819,7 +819,7 @@
       </editor>
       <editor
             name="%ClassFileViewerName"
-            default="true"
+            default="false"
             icon="$nl$/icons/full/obj16/classf_obj.gif"
             contributorClass="org.eclipse.wst.jsdt.internal.ui.javaeditor.ClassFileEditorActionContributor"
             class="org.eclipse.wst.jsdt.internal.ui.javaeditor.ClassFileEditor"
@@ -829,28 +829,6 @@
                contentTypeId="org.eclipse.wst.jsdt.core.javaClass"
             /> 
       </editor>
-<!--      
-      <editor
-            name="%PropertiesFileEditorName"
-            icon="$nl$/icons/full/obj16/file_obj.gif"
-            contributorClass="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertiesFileEditorActionContributor"
-            class="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertiesFileEditor"
-            symbolicFontName="org.eclipse.wst.jsdt.ui.PropertiesFileEditor.textfont"
-            id="org.eclipse.wst.jsdt.ui.PropertiesFileEditor">
-            <contentTypeBinding
-               contentTypeId="org.eclipse.wst.jsdt.core.javaProperties"
-            /> 
-      </editor>
-      <editor
-            name="%jarDescEditorName"
-            default="true"
-            icon="$nl$/icons/full/obj16/jar_desc_obj.gif"
-            extensions="jardesc"
-            contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
-            class="org.eclipse.ui.editors.text.TextEditor"
-            id="org.eclipse.wst.jsdt.ui.JARDescEditor">
-      </editor>
--->      
    </extension>
    
    <extension
diff --git a/bundles/org.eclipse.wst.jsdt.ui/pom.xml b/bundles/org.eclipse.wst.jsdt.ui/pom.xml
index 121bcc8..9a10e1e 100644
--- a/bundles/org.eclipse.wst.jsdt.ui/pom.xml
+++ b/bundles/org.eclipse.wst.jsdt.ui/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.webtools.jsdt.bundles</groupId>
   <artifactId>org.eclipse.wst.jsdt.ui</artifactId>
-  <version>2.0.401-SNAPSHOT</version>
+  <version>2.0.402-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <build>
diff --git a/features/org.eclipse.wst.jsdt.feature/feature.xml b/features/org.eclipse.wst.jsdt.feature/feature.xml
index 31bf9bd..82e71cf 100644
--- a/features/org.eclipse.wst.jsdt.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.wst.jsdt.feature"

       label="%featureName"

-      version="2.1.4.qualifier"

+      version="2.1.5.qualifier"

       provider-name="%providerName"

       plugin="org.eclipse.wst.jsdt.ui"

       license-feature="org.eclipse.license"

diff --git a/features/org.eclipse.wst.jsdt.feature/pom.xml b/features/org.eclipse.wst.jsdt.feature/pom.xml
index 32b71ef..1cda4732 100644
--- a/features/org.eclipse.wst.jsdt.feature/pom.xml
+++ b/features/org.eclipse.wst.jsdt.feature/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.webtools.jsdt.features</groupId>
   <artifactId>org.eclipse.wst.jsdt.feature</artifactId>
-  <version>2.1.4-SNAPSHOT</version>
+  <version>2.1.5-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>
diff --git a/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml b/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml
index a672b00..98bb61e 100644
--- a/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.wst.jsdt_sdk.feature"

       label="%featureName"

-      version="2.1.3.qualifier"

+      version="2.1.5.qualifier"

       provider-name="%providerName"

       license-feature="org.eclipse.license"

       license-feature-version="0.0.0">

diff --git a/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml b/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml
index 5fabd9c..34f2ecd 100644
--- a/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml
+++ b/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml
@@ -22,6 +22,6 @@
 
   <groupId>org.eclipse.webtools.jsdt.features</groupId>
   <artifactId>org.eclipse.wst.jsdt_sdk.feature</artifactId>
-  <version>2.1.3-SNAPSHOT</version>
+  <version>2.1.5-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>