You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/04/01 15:31:11 UTC

svn commit: r1737381 - /sling/trunk/tooling/ide/eclipse-core/plugin.xml

Author: rombert
Date: Fri Apr  1 13:31:11 2016
New Revision: 1737381

URL: http://svn.apache.org/viewvc?rev=1737381&view=rev
Log:
SLING-5634 - Content projects automatically configured as WST projects
fail to deploy 

Remove unintended changes related to jst.web modules

Modified:
    sling/trunk/tooling/ide/eclipse-core/plugin.xml

Modified: sling/trunk/tooling/ide/eclipse-core/plugin.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-core/plugin.xml?rev=1737381&r1=1737380&r2=1737381&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-core/plugin.xml (original)
+++ sling/trunk/tooling/ide/eclipse-core/plugin.xml Fri Apr  1 13:31:11 2016
@@ -100,7 +100,6 @@
        class="org.apache.sling.ide.eclipse.core.internal.SlingLaunchpadRuntime">
        <moduleType types="sling.content" versions="1.0"/> 
        <moduleType types="sling.bundle" versions="1.0"/> 
-       <moduleType types="jst.web" versions="2.2, 2.3, 2.4, 2.5, 3.0, 3.1"/>
     </runtimeType>
   </extension>
   
@@ -139,7 +138,7 @@
         sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
   </extension>
     
-	<!-- Declare that the launchpad runtime type, supporting content and web modules -->
+	<!-- Declare that the launchpad runtime type, supporting content modules -->
 	<extension point="org.eclipse.wst.common.project.facet.core.runtimes">
 		<runtime-component-type id="org.apache.sling.ide.launchpadRuntimeComponentType"/>
 		<runtime-component-version type="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
@@ -157,31 +156,6 @@
   			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
   			<facet id="sling.content" version="1.0"/>
   		</supported>
-  		
-  		<supported>
-  			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
-       		<facet id="jst.web" version="2.2"/>
-  		</supported>
-  		<supported>
-  			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
-       		<facet id="jst.web" version="2.3"/>
-  		</supported>
-  		<supported>
-  			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
-       		<facet id="jst.web" version="2.4"/>
-  		</supported>
-  		<supported>
-  			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
-       		<facet id="jst.web" version="2.5"/>
-  		</supported>
-  		<supported>
-  			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
-       		<facet id="jst.web" version="3.0"/>
-  		</supported>
-  		<supported>
-  			<runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType" version="1.0"/>
-       		<facet id="jst.web" version="3.1"/>
-  		</supported>
 	</extension>
 
 
@@ -195,7 +169,6 @@
       <runtime-component id="org.apache.sling.ide.launchpadRuntimeComponentType"/>
       <facet id="sling.bundle" version="1.0"/>
     </default-facets>
-    
   </extension>
   	
 	<!-- Map from the launchpad runtime type to our runtime components -->