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 2014/06/04 21:41:27 UTC

svn commit: r1600472 - in /sling/trunk/tooling/ide: eclipse-core/plugin.xml eclipse-ui/plugin.xml

Author: rombert
Date: Wed Jun  4 19:41:27 2014
New Revision: 1600472

URL: http://svn.apache.org/r1600472
Log:
SLING-3031 - [Tooling] add whitelabel support for slingclipse

More neutral wording for the bundle/content modules.

Modified:
    sling/trunk/tooling/ide/eclipse-core/plugin.xml
    sling/trunk/tooling/ide/eclipse-ui/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=1600472&r1=1600471&r2=1600472&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-core/plugin.xml (original)
+++ sling/trunk/tooling/ide/eclipse-core/plugin.xml Wed Jun  4 19:41:27 2014
@@ -6,13 +6,13 @@
   <extension point="org.eclipse.wst.server.core.moduleTypes">
     <moduleType
        id="sling.content"
-       name="Sling content module type"/>
+       name="Content module"/>
   </extension>
   
   <extension point="org.eclipse.wst.server.core.moduleTypes">
     <moduleType
        id="sling.bundle"
-       name="Sling bundle module type"/>
+       name="Bundle module"/>
   </extension>
 
   <!-- Define a sling module factory -->
@@ -42,8 +42,8 @@
 	<!-- Define the sling facet we support -->
 	<extension point="org.eclipse.wst.common.project.facet.core.facets">
 		<project-facet id="sling.content">
-			<label>Sling content module</label>
-			<description>Sling content modules contain content which is installed into the repository as-is. Good examples are static files ( HTML, CSS, JS ), scripts ( JSP, ESP ) and any other form of content.</description>
+			<label>Content module</label>
+			<description>Content modules contain resources which are installed into the repository as they are. Good examples are static files ( HTML, CSS, JS ), scripts ( JSP, ESP ) and any other form of content.</description>
 		</project-facet>
 		
   		<project-facet-version facet="sling.content" version="1.0"/>
@@ -57,8 +57,8 @@
   		</action>
 
 		<project-facet id="sling.bundle">
-			<label>Sling bundle module</label>
-			<description>Sling/OSGi bundle modules contain java code which is installed as an OSGi bundle in Sling.</description>
+			<label>Bundle module</label>
+			<description>OSGi bundle modules contain java code which is installed as an OSGi bundle in Sling-compatbile runtime.</description>
 		</project-facet>
 		
   		<project-facet-version facet="sling.bundle" version="1.0"/>

Modified: sling/trunk/tooling/ide/eclipse-ui/plugin.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/plugin.xml?rev=1600472&r1=1600471&r2=1600472&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-ui/plugin.xml (original)
+++ sling/trunk/tooling/ide/eclipse-ui/plugin.xml Wed Jun  4 19:41:27 2014
@@ -359,14 +359,14 @@
             id="org.apache.sling.ide.eclipse.ui.pluginProjectToolSet">
 
          <action
-            label="Convert to Sling Content Project..."
+            label="Convert to Content Project..."
             class="org.apache.sling.ide.eclipse.ui.wizards.ConvertToContentPackageAction"
             menubarPath="org.eclipse.ui.projectConfigure/additions"
             enablesFor="+"
             id="org.apache.sling.ide.eclipse.ui.wizards.ConvertToContentPackageAction">
       	</action>
          <action
-            label="Convert to Sling Bundle Project..."
+            label="Convert to Bundle Project..."
             class="org.apache.sling.ide.eclipse.ui.wizards.ConvertToBundleAction"
             menubarPath="org.eclipse.ui.projectConfigure/additions"
             enablesFor="+"