Author: fmeschbe
Date: Thu Jan 15 02:25:41 2009
New Revision: 734658
URL: http://svn.apache.org/viewvc?rev=734658&view=rev
Log:
SLING-829 Cosmetics to the bundle/project names
Modified:
incubator/sling/trunk/api/pom.xml
incubator/sling/trunk/commons/json/pom.xml
incubator/sling/trunk/commons/log/pom.xml
incubator/sling/trunk/commons/mime/pom.xml
incubator/sling/trunk/commons/osgi/pom.xml
incubator/sling/trunk/commons/scheduler/pom.xml
incubator/sling/trunk/commons/testing/pom.xml
incubator/sling/trunk/commons/threads/pom.xml
incubator/sling/trunk/engine/pom.xml
incubator/sling/trunk/extensions/adapter/pom.xml
incubator/sling/trunk/extensions/apt/parser/pom.xml
incubator/sling/trunk/extensions/apt/servlet/pom.xml
incubator/sling/trunk/extensions/bundleresource/pom.xml
incubator/sling/trunk/extensions/dojo-sling/pom.xml
incubator/sling/trunk/extensions/dojo/pom.xml
incubator/sling/trunk/extensions/event/pom.xml
incubator/sling/trunk/extensions/gwt/sample/pom.xml
incubator/sling/trunk/extensions/gwt/servlet/pom.xml
incubator/sling/trunk/extensions/httpauth/pom.xml
incubator/sling/trunk/extensions/i18n/pom.xml
incubator/sling/trunk/extensions/jcrinstall/pom.xml
incubator/sling/trunk/extensions/jcrinstall/service/pom.xml
incubator/sling/trunk/extensions/jcrinstall/servlet/pom.xml
incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml
incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml
incubator/sling/trunk/extensions/runmode/pom.xml
incubator/sling/trunk/extensions/threaddump/pom.xml
incubator/sling/trunk/jcr/api/pom.xml
incubator/sling/trunk/jcr/base/pom.xml
incubator/sling/trunk/jcr/classloader/pom.xml
incubator/sling/trunk/jcr/contentloader/pom.xml
incubator/sling/trunk/jcr/jackrabbit-api/pom.xml
incubator/sling/trunk/jcr/jackrabbit-client/pom.xml
incubator/sling/trunk/jcr/jackrabbit-server/pom.xml
incubator/sling/trunk/jcr/ocm/pom.xml
incubator/sling/trunk/jcr/resource/pom.xml
incubator/sling/trunk/jcr/webdav/pom.xml
incubator/sling/trunk/launchpad/app/pom.xml
incubator/sling/trunk/launchpad/base/pom.xml
incubator/sling/trunk/launchpad/content/pom.xml
incubator/sling/trunk/launchpad/jcrapp/pom.xml
incubator/sling/trunk/launchpad/testing/pom.xml
incubator/sling/trunk/launchpad/webapp/pom.xml
incubator/sling/trunk/maven/maven-jspc-plugin/pom.xml
incubator/sling/trunk/maven/maven-sling-plugin/pom.xml
incubator/sling/trunk/osgi/obr/pom.xml
incubator/sling/trunk/parent/pom.xml
incubator/sling/trunk/pom.xml
incubator/sling/trunk/samples/espblog/pom.xml
incubator/sling/trunk/samples/fsresource/pom.xml
incubator/sling/trunk/samples/javashell/pom.xml
incubator/sling/trunk/samples/path-based-rtp/pom.xml
incubator/sling/trunk/samples/simple-demo/pom.xml
incubator/sling/trunk/samples/webloader/service/pom.xml
incubator/sling/trunk/samples/webloader/ui/pom.xml
incubator/sling/trunk/scripting/api/pom.xml
incubator/sling/trunk/scripting/core/pom.xml
incubator/sling/trunk/scripting/freemarker/pom.xml
incubator/sling/trunk/scripting/java/pom.xml
incubator/sling/trunk/scripting/javascript/pom.xml
incubator/sling/trunk/scripting/jsp-taglib/pom.xml
incubator/sling/trunk/scripting/jsp/pom.xml
incubator/sling/trunk/scripting/jst/pom.xml
incubator/sling/trunk/scripting/python/pom.xml
incubator/sling/trunk/scripting/ruby/pom.xml
incubator/sling/trunk/scripting/velocity/pom.xml
incubator/sling/trunk/servlets/get/pom.xml
incubator/sling/trunk/servlets/post/pom.xml
incubator/sling/trunk/servlets/resolver/pom.xml
Modified: incubator/sling/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/api/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/api/pom.xml (original)
+++ incubator/sling/trunk/api/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,15 +31,16 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Servlet Extension API</name>
+ <name>Apache Sling API</name>
<description>
- The Sling API defines an extension to the Servlet API 2.4 to
- provide access to content and unified access to request
- parameters hiding the differences between the different methods
- of transferring parameters from client to server. Note that the
- Sling API bundle does not include the Servlet API but instead
- requires the API to be provided by the Servlet container in
- which the Sling framework is running or by another bundle.
+ The Apache Sling API defines an extension to the Servlet
+ API 2.4 to provide access to content and unified access
+ to request parameters hiding the differences between the
+ different methods of transferring parameters from client
+ to server. Note that the Apache Sling API bundle does not
+ include the Servlet API but instead requires the API to
+ be provided by the Servlet container in which the Apache
+ Sling framework is running or by another bundle.
</description>
<scm>
@@ -89,4 +90,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: incubator/sling/trunk/commons/json/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/json/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/json/pom.xml (original)
+++ incubator/sling/trunk/commons/json/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Sling JSON Library</name>
+ <name>Sling Apache Sling JSON Library</name>
<description>Sling JSON Library</description>
<scm>
Modified: incubator/sling/trunk/commons/log/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/log/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/log/pom.xml (original)
+++ incubator/sling/trunk/commons/log/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - OSGi LogService Implementation</name>
+ <name>Apache Sling OSGi LogService Implementation</name>
<description>
Implementation of the OSGi Compendium Log Service using SLF4J
on top of a private implementation. In addition to providing the
Modified: incubator/sling/trunk/commons/mime/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/mime/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/mime/pom.xml (original)
+++ incubator/sling/trunk/commons/mime/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - MIME type mapping support</name>
+ <name>Apache Sling MIME type mapping support</name>
<description>
Support for configurable MIME type mapping and querying
</description>
Modified: incubator/sling/trunk/commons/osgi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/osgi/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/osgi/pom.xml (original)
+++ incubator/sling/trunk/commons/osgi/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Commons OSGi support</name>
+ <name>Apache Sling Commons OSGi support</name>
<description>Commons OSGi</description>
<scm>
Modified: incubator/sling/trunk/commons/scheduler/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/scheduler/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/scheduler/pom.xml (original)
+++ incubator/sling/trunk/commons/scheduler/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Scheduler Support</name>
+ <name>Apache Sling Scheduler Support</name>
<description>
Support for scheduling.
</description>
Modified: incubator/sling/trunk/commons/testing/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/testing/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/testing/pom.xml (original)
+++ incubator/sling/trunk/commons/testing/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - testing utilities</name>
+ <name>Apache Sling testing utilities</name>
<description>
Tools and utilities for automated testing of Sling modules
</description>
Modified: incubator/sling/trunk/commons/threads/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/threads/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/commons/threads/pom.xml (original)
+++ incubator/sling/trunk/commons/threads/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Thread Support</name>
+ <name>Apache Sling Thread Support</name>
<description>
Support for thread handling like pooling.
</description>
Modified: incubator/sling/trunk/engine/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/engine/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/engine/pom.xml (original)
+++ incubator/sling/trunk/engine/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Engine Implementation</name>
+ <name>Apache Sling Engine Implementation</name>
<description>
Bundle implementing the core of Sling.
</description>
Modified: incubator/sling/trunk/extensions/adapter/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/adapter/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/adapter/pom.xml (original)
+++ incubator/sling/trunk/extensions/adapter/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - AdapterManager implementation</name>
+ <name>Apache Sling AdapterManager implementation</name>
<description>
Bundle implementing the AdapterManager and provides a convenience
implementation of the Adaptable interface to make use of this
Modified: incubator/sling/trunk/extensions/apt/parser/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/apt/parser/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/apt/parser/pom.xml (original)
+++ incubator/sling/trunk/extensions/apt/parser/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - APT parser</name>
+ <name>Apache Sling APT parser</name>
<description>
Parser for the Sling variant of the APT (Almost Plain Text)
structured text format.
Modified: incubator/sling/trunk/extensions/apt/servlet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/apt/servlet/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/apt/servlet/pom.xml (original)
+++ incubator/sling/trunk/extensions/apt/servlet/pom.xml Thu Jan 15 02:25:41
2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - APT servlet</name>
+ <name>Apache Sling APT servlet</name>
<description>Servlet for *.apt requests, uses the apt-parser to convert
*.apt files to HTML.</description>
<scm>
Modified: incubator/sling/trunk/extensions/bundleresource/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/bundleresource/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/bundleresource/pom.xml (original)
+++ incubator/sling/trunk/extensions/bundleresource/pom.xml Thu Jan 15 02:25:41
2009
@@ -30,7 +30,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Bundle Resource Provider</name>
+ <name>Apache Sling Bundle Resource Provider</name>
<description>
Provides a ResourceProvider implementation supporting bundle
based resources.
Modified: incubator/sling/trunk/extensions/dojo-sling/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/dojo-sling/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/dojo-sling/pom.xml (original)
+++ incubator/sling/trunk/extensions/dojo-sling/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Dojo Data Extension</name>
+ <name>Apache Sling Dojo Data Extension</name>
<description>
This bundle provides support to look at the repository using
Dojo.
Modified: incubator/sling/trunk/extensions/dojo/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/dojo/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/dojo/pom.xml (original)
+++ incubator/sling/trunk/extensions/dojo/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>1.1.0.002-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Dojo JavaScript Library</name>
+ <name>Apache Sling Dojo JavaScript Library</name>
<description>
This bundle provides the Dojo 1.1.0 JavaScript library and
provides it as BundleResources.
Modified: incubator/sling/trunk/extensions/event/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/event/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/event/pom.xml (original)
+++ incubator/sling/trunk/extensions/event/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Event Support</name>
+ <name>Apache Sling Event Support</name>
<description>
Support for eventing.
</description>
Modified: incubator/sling/trunk/extensions/gwt/sample/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/gwt/sample/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/gwt/sample/pom.xml (original)
+++ incubator/sling/trunk/extensions/gwt/sample/pom.xml Thu Jan 15 02:25:41 2009
@@ -33,7 +33,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling Google Web Toolkit Sample</name>
+ <name>Apache Sling Google Web Toolkit Sample</name>
<description>
This bundle provides a small demonstration of using Google Web
Toolkit with RPC servlet interaction. The application lets you
Modified: incubator/sling/trunk/extensions/gwt/servlet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/gwt/servlet/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/gwt/servlet/pom.xml (original)
+++ incubator/sling/trunk/extensions/gwt/servlet/pom.xml Thu Jan 15 02:25:41
2009
@@ -34,7 +34,7 @@
<packaging>bundle</packaging>
- <name>Sling Google Web Toolkit Servlet Library</name>
+ <name>Apache Sling Google Web Toolkit Servlet Library</name>
<description>
This bundle provides the Google Web Toolkit (GWT) servlet
library.
Modified: incubator/sling/trunk/extensions/httpauth/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/httpauth/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/httpauth/pom.xml (original)
+++ incubator/sling/trunk/extensions/httpauth/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - HTTP Header Authentication</name>
+ <name>Apache Sling HTTP Header Authentication</name>
<description>
Bundle implementing Basic HTTP Header authentication with login
and logout support
Modified: incubator/sling/trunk/extensions/i18n/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/i18n/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/i18n/pom.xml (original)
+++ incubator/sling/trunk/extensions/i18n/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.1-incubator-SNAPSHOT</version>
- <name>Sling - Internationalization Support</name>
+ <name>Apache Sling Internationalization Support</name>
<description>
Support for creating Java I18N ResourceBundles from repository
resources.
Modified: incubator/sling/trunk/extensions/jcrinstall/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/pom.xml Thu Jan 15 02:25:41 2009
@@ -27,7 +27,7 @@
<artifactId>org.apache.sling.jcr.jcrinstall.parent</artifactId>
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Sling - JCR OSGi Installer Parent</name>
+ <name>Apache Sling JCR OSGi Installer Parent</name>
<description>Parent pom for the the jcrinstall submodules</description>
<scm>
Modified: incubator/sling/trunk/extensions/jcrinstall/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/service/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/service/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/service/pom.xml Thu Jan 15
02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - JCR OSGi Installer Service</name>
+ <name>Apache Sling JCR OSGi Installer Service</name>
<description>
Loads OSGi bundles, deployment packages and configs from
configurable locations in the JCR repository.
Modified: incubator/sling/trunk/extensions/jcrinstall/servlet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/servlet/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/servlet/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/servlet/pom.xml Thu Jan 15
02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - JCR OSGi Installer Servlet</name>
+ <name>Apache Sling JCR OSGi Installer Servlet</name>
<description>
Information and control servlet for the jcrinstall service
</description>
Modified:
incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml
(original)
+++ incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml
Thu Jan 15 02:25:41 2009
@@ -28,7 +28,7 @@
<artifactId>org.apache.sling.jcr.jcrinstall.testbundles.observer</artifactId>
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - JCR OSGi Installer - Observer test bundle</name>
+ <name>Apache Sling JCR OSGi Installer Observer test bundle</name>
<description> Bundle used in jcrinstall automated tests. </description>
<scm>
Modified: incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml Thu Jan 15
02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>war</packaging>
<version>5-incubator-SNAPSHOT</version>
- <name>Sling - JCR OSGi Installer Integration Testing</name>
+ <name>Apache Sling JCR OSGi Installer Integration Testing</name>
<description>
Integration tests for the jcrinstall module.
</description>
Modified: incubator/sling/trunk/extensions/runmode/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/runmode/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/runmode/pom.xml (original)
+++ incubator/sling/trunk/extensions/runmode/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - RunMode service</name>
+ <name>Apache Sling RunMode service</name>
<description>
Used to enable/disable sets of components based on a list of
"run mode" strings.
Modified: incubator/sling/trunk/extensions/threaddump/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/threaddump/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/threaddump/pom.xml (original)
+++ incubator/sling/trunk/extensions/threaddump/pom.xml Thu Jan 15 02:25:41 2009
@@ -33,7 +33,7 @@
<packaging>bundle</packaging>
<version>0.1.0-incubator-SNAPSHOT</version>
- <name>Sling Thread Dumper</name>
+ <name>Apache Sling Thread Dumper</name>
<description>
Plugin providing plugins to the Felix Shell and Web Console to
have the current threads with the stack traces dumped.
Modified: incubator/sling/trunk/jcr/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/api/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/api/pom.xml (original)
+++ incubator/sling/trunk/jcr/api/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Repository API Bundle</name>
+ <name>Apache Sling Repository API Bundle</name>
<description>
This OSGi bundle provides the JCR packages as
well as a helper service interface to be implemented and
Modified: incubator/sling/trunk/jcr/base/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/base/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/base/pom.xml (original)
+++ incubator/sling/trunk/jcr/base/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - JCR Base Bundle</name>
+ <name>Apache Sling JCR Base Bundle</name>
<description>
The JCR base bundle provides JCR utility classes
</description>
Modified: incubator/sling/trunk/jcr/classloader/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/classloader/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/classloader/pom.xml (original)
+++ incubator/sling/trunk/jcr/classloader/pom.xml Thu Jan 15 02:25:41 2009
@@ -30,7 +30,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Repository ClassLoader</name>
+ <name>Apache Sling Repository ClassLoader</name>
<description>
Provides Support for delegate class loaders built dynamically.
Delegate class loaders supported are generic ClassLoader, OSGi
Modified: incubator/sling/trunk/jcr/contentloader/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/contentloader/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/contentloader/pom.xml (original)
+++ incubator/sling/trunk/jcr/contentloader/pom.xml Thu Jan 15 02:25:41 2009
@@ -30,7 +30,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Initial Content Loader</name>
+ <name>Apache Sling Initial Content Loader</name>
<description>
This bundle provides initial content installation through bundles.
</description>
Modified: incubator/sling/trunk/jcr/jackrabbit-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-api/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/jackrabbit-api/pom.xml (original)
+++ incubator/sling/trunk/jcr/jackrabbit-api/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Jackrabbit API Bundle</name>
+ <name>Apache Sling Jackrabbit API Bundle</name>
<description>
This OSGi bundle provides the Jackrabbit API packages.
</description>
Modified: incubator/sling/trunk/jcr/jackrabbit-client/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-client/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/jackrabbit-client/pom.xml (original)
+++ incubator/sling/trunk/jcr/jackrabbit-client/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Repository Accessor</name>
+ <name>Apache Sling Repository Accessor</name>
<description>
Bundle to access an existing JCR repository from JNDI or through
RMI
Modified: incubator/sling/trunk/jcr/jackrabbit-server/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-server/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/jackrabbit-server/pom.xml (original)
+++ incubator/sling/trunk/jcr/jackrabbit-server/pom.xml Thu Jan 15 02:25:41 2009
@@ -30,7 +30,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Jackrabbit Embedded Repository</name>
+ <name>Apache Sling Jackrabbit Embedded Repository</name>
<description>
Bundle providing support to embed Jackrabbit Repository
instances and publish via RMI and/or JNDI
Modified: incubator/sling/trunk/jcr/ocm/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/ocm/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/ocm/pom.xml (original)
+++ incubator/sling/trunk/jcr/ocm/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Object Content Mapping</name>
+ <name>Apache Sling Object Content Mapping</name>
<description>
This bundle provides Object Content Mapping support for
resources loaded from a JCR repositories. This support is
Modified: incubator/sling/trunk/jcr/resource/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/pom.xml (original)
+++ incubator/sling/trunk/jcr/resource/pom.xml Thu Jan 15 02:25:41 2009
@@ -30,7 +30,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Resource Resolver</name>
+ <name>Apache Sling Resource Resolver</name>
<description>
This bundle provides the JCR based ResourceResolver.
</description>
Modified: incubator/sling/trunk/jcr/webdav/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/webdav/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/webdav/pom.xml (original)
+++ incubator/sling/trunk/jcr/webdav/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Simple WebDAV Access to repositories</name>
+ <name>Apache Sling Simple WebDAV Access to repositories</name>
<description>
Bundle to access JCR repositories over WebDAV
</description>
Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<version>5-incubator-SNAPSHOT</version>
- <name>Sling - Launchpad Application</name>
+ <name>Apache Sling Launchpad Application</name>
<description>
Standalone Launchpad Java Application. Everything needed to run
the Launchpad is included in a single JAR file.
Modified: incubator/sling/trunk/launchpad/base/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/base/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/base/pom.xml (original)
+++ incubator/sling/trunk/launchpad/base/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Launchpad Base</name>
+ <name>Apache Sling Launchpad Base</name>
<description>
This module contains the common classes and configuration files used
by the various
launchpad modules..
Modified: incubator/sling/trunk/launchpad/content/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/content/pom.xml (original)
+++ incubator/sling/trunk/launchpad/content/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Launchpad Content</name>
+ <name>Apache Sling Launchpad Content</name>
<description>
This bundle provides content that is loaded in the JCR repository
for the Sling Launchpad.
Modified: incubator/sling/trunk/launchpad/jcrapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/jcrapp/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/jcrapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/jcrapp/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<version>2.0.0-incubator-SNAPSHOT</version>
- <name>Sling - Launchpad Jackrabbit Server</name>
+ <name>Apache Sling Launchpad Jackrabbit Server</name>
<description>
Standalone Sling JCR Server launching the embedded Jackrabbit
Repository.
Note, that this is not the full Sling Application but just the bundles
Modified: incubator/sling/trunk/launchpad/testing/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>war</packaging>
<version>5-incubator-SNAPSHOT</version>
- <name>Sling - Launchpad Testing</name>
+ <name>Apache Sling Launchpad Testing</name>
<description>
Sling Launchpad Testing module, contains integration tests that
were previously in the launchpad webapp module.
Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>war</packaging>
<version>5-incubator-SNAPSHOT</version>
- <name>Sling - Launchpad Web Application</name>
+ <name>Apache Sling Launchpad Web Application</name>
<description>
The launchpad webapp packages the standard launchpad components
in a Sling web application. See SLING-149.
Modified: incubator/sling/trunk/maven/maven-jspc-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/maven/maven-jspc-plugin/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/maven/maven-jspc-plugin/pom.xml (original)
+++ incubator/sling/trunk/maven/maven-jspc-plugin/pom.xml Thu Jan 15 02:25:41
2009
@@ -32,7 +32,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
- <name>Sling - Maven Plugin for Compiling JSP Sources into Bundles</name>
+ <name>Apache Sling Maven Plugin for Compiling JSP Sources into
Bundles</name>
<description>
Maven Plugin compiling JSPs
</description>
Modified: incubator/sling/trunk/maven/maven-sling-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/maven/maven-sling-plugin/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/maven/maven-sling-plugin/pom.xml (original)
+++ incubator/sling/trunk/maven/maven-sling-plugin/pom.xml Thu Jan 15 02:25:41
2009
@@ -32,7 +32,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
- <name>Sling - Maven Plugin for Supporting Bundle Development</name>
+ <name>Apache Sling Maven Plugin for Supporting Bundle Development</name>
<description>
Maven Plugin supporting various Sling Development Tasks
</description>
Modified: incubator/sling/trunk/osgi/obr/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/osgi/obr/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/osgi/obr/pom.xml (original)
+++ incubator/sling/trunk/osgi/obr/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - OSGi Bundle Repository</name>
+ <name>Apache Sling OSGi Bundle Repository</name>
<description>
This bundle provides a servlet, which implements an OSGi Bundle
Repository with the following functionality: Upload of bundles,
Modified: incubator/sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>pom</packaging>
<version>5-incubator-SNAPSHOT</version>
- <name>Sling (Parent)</name>
+ <name>Apache Sling (Parent)</name>
<description>The parent project for Apache Sling</description>
<inceptionYear>2007</inceptionYear>
Modified: incubator/sling/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Thu Jan 15 02:25:41 2009
@@ -27,7 +27,7 @@
<packaging>pom</packaging>
<version>4-incubator</version>
- <name>Sling (Builder)</name>
+ <name>Apache Sling (Builder)</name>
<description>
Pseudo project to build the complete Sling project
</description>
Modified: incubator/sling/trunk/samples/espblog/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/espblog/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/espblog/pom.xml (original)
+++ incubator/sling/trunk/samples/espblog/pom.xml Thu Jan 15 02:25:41 2009
@@ -20,7 +20,7 @@
<artifactId>org.apache.sling.samples.espblog</artifactId>
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - ESP blog sample</name>
+ <name>Apache Sling ESP blog sample</name>
<description>
Sample Sling application - blog written using ESP scripts.
</description>
Modified: incubator/sling/trunk/samples/fsresource/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/fsresource/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/fsresource/pom.xml (original)
+++ incubator/sling/trunk/samples/fsresource/pom.xml Thu Jan 15 02:25:41 2009
@@ -30,7 +30,7 @@
<packaging>bundle</packaging>
<version>0.9.0-incubator-SNAPSHOT</version>
- <name>Sling - Filesystem Resource Provider</name>
+ <name>Apache Sling Filesystem Resource Provider</name>
<description>
Provides a ResourceProvider implementation supporting filesystem
based resources.
Modified: incubator/sling/trunk/samples/javashell/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/javashell/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/javashell/pom.xml (original)
+++ incubator/sling/trunk/samples/javashell/pom.xml Thu Jan 15 02:25:41 2009
@@ -32,7 +32,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Javashell sample</name>
+ <name>Apache Sling Javashell sample</name>
<description>
Sample applications that executes java code snippets
defined by content nodes, includes a simple editing form.
Modified: incubator/sling/trunk/samples/path-based-rtp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/path-based-rtp/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/path-based-rtp/pom.xml (original)
+++ incubator/sling/trunk/samples/path-based-rtp/pom.xml Thu Jan 15 02:25:41
2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Sample Path Based Resource Type Provider</name>
+ <name>Apache Sling Sample Path Based Resource Type Provider</name>
<description>
Provides a configurable path-based sample resource type provider
for resources which do not have an explicit one.
Modified: incubator/sling/trunk/samples/simple-demo/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/simple-demo/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/simple-demo/pom.xml (original)
+++ incubator/sling/trunk/samples/simple-demo/pom.xml Thu Jan 15 02:25:41 2009
@@ -32,12 +32,12 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Sample Sling Application</name>
+ <name>Apache Sling Sample Application</name>
<description>
- This bundle provides a simple Sling Application to show some of
- the features and functionalities of Sling, such as node type
- definition, content mapping, running JSPs off the repository and
- the bundle.
+ This bundle provides a simple Apache Sling Application to show
+ some of the features and functionalities of Apache Sling, such
+ as node type definition, content mapping, running JSPs off the
+ repository and the bundle.
</description>
<scm>
Modified: incubator/sling/trunk/samples/webloader/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/webloader/service/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/webloader/service/pom.xml (original)
+++ incubator/sling/trunk/samples/webloader/service/pom.xml Thu Jan 15 02:25:41
2009
@@ -32,7 +32,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Webloader Service</name>
+ <name>Apache Sling Webloader Service</name>
<description>
Sample OSGi service that retrieves documents from the Web using a
Google
search, and stores them into the repository.
Modified: incubator/sling/trunk/samples/webloader/ui/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/webloader/ui/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/samples/webloader/ui/pom.xml (original)
+++ incubator/sling/trunk/samples/webloader/ui/pom.xml Thu Jan 15 02:25:41 2009
@@ -32,7 +32,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Webloader User Interface</name>
+ <name>Apache Sling Webloader User Interface</name>
<description>
Simple user interface for the Sling Webloader service.
</description>
Modified: incubator/sling/trunk/scripting/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/api/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/api/pom.xml (original)
+++ incubator/sling/trunk/scripting/api/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting Implementation API</name>
+ <name>Apache Sling Scripting Implementation API</name>
<description>
This bundle provides the internal API to implement scripting. As such
it bundles the Java Scripting API provided by Apache BSF.
Modified: incubator/sling/trunk/scripting/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/core/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/core/pom.xml (original)
+++ incubator/sling/trunk/scripting/core/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting Core implementation</name>
+ <name>Apache Sling Scripting Core implementation</name>
<description>
Sling Scripting core functionality
</description>
Modified: incubator/sling/trunk/scripting/freemarker/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/freemarker/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/freemarker/pom.xml (original)
+++ incubator/sling/trunk/scripting/freemarker/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - Freemarker Support</name>
+ <name>Apache Sling Scripting Freemarker Support</name>
<description>Support for Freemarker scripting</description>
<scm>
Modified: incubator/sling/trunk/scripting/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/java/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/java/pom.xml (original)
+++ incubator/sling/trunk/scripting/java/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - Java Support</name>
+ <name>Apache Sling Scripting Java Support</name>
<description>Support for scripting Java</description>
<scm>
Modified: incubator/sling/trunk/scripting/javascript/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/javascript/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/javascript/pom.xml (original)
+++ incubator/sling/trunk/scripting/javascript/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - JavaScript Support</name>
+ <name>Apache Sling Scripting JavaScript Support</name>
<description>Support for JavaScript scripting</description>
<scm>
Modified: incubator/sling/trunk/scripting/jsp-taglib/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp-taglib/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/jsp-taglib/pom.xml (original)
+++ incubator/sling/trunk/scripting/jsp-taglib/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,9 +31,9 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - JSP Support, Core Tag Library</name>
+ <name>Apache Sling JSP Tag Library</name>
<description>
- Core Tag Library for Project Sling JSP support
+ Core Tag Library for Apache Sling JSP support
</description>
<scm>
Modified: incubator/sling/trunk/scripting/jsp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/jsp/pom.xml (original)
+++ incubator/sling/trunk/scripting/jsp/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - JSP Support</name>
+ <name>Apache Sling Scripting JSP Support</name>
<description>Support for JSP scripting</description>
<scm>
Modified: incubator/sling/trunk/scripting/jst/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jst/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/jst/pom.xml (original)
+++ incubator/sling/trunk/scripting/jst/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - JST Support</name>
+ <name>Apache Sling Scripting JST Support</name>
<description>Support for JST scripting</description>
<scm>
Modified: incubator/sling/trunk/scripting/python/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/python/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/python/pom.xml (original)
+++ incubator/sling/trunk/scripting/python/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.3-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - Python Support</name>
+ <name>Apache Sling Scripting Python Support</name>
<description>Support for Python scripting</description>
<scm>
Modified: incubator/sling/trunk/scripting/ruby/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/ruby/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/ruby/pom.xml (original)
+++ incubator/sling/trunk/scripting/ruby/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - Ruby Support</name>
+ <name>Apache Sling Scripting Ruby Support</name>
<description>Support for Ruby scripting</description>
<scm>
Modified: incubator/sling/trunk/scripting/velocity/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/velocity/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/velocity/pom.xml (original)
+++ incubator/sling/trunk/scripting/velocity/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<version>2.0.0-incubator-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Sling - Scripting - Velocity Support</name>
+ <name>Apache Sling Scripting Velocity Support</name>
<description>Support for Velocity scripting</description>
<scm>
Modified: incubator/sling/trunk/servlets/get/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/get/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/servlets/get/pom.xml (original)
+++ incubator/sling/trunk/servlets/get/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Default GET Servlets</name>
+ <name>Apache Sling Default GET Servlets</name>
<description>
Provides default GET servlets for HTML, Text and JSON rendering
and streaming resources.
Modified: incubator/sling/trunk/servlets/post/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/post/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/servlets/post/pom.xml (original)
+++ incubator/sling/trunk/servlets/post/pom.xml Thu Jan 15 02:25:41 2009
@@ -30,7 +30,7 @@
<packaging>bundle</packaging>
<version>2.0.3-incubator-SNAPSHOT</version>
- <name>Sling - Default POST Servlets</name>
+ <name>Apache Sling Default POST Servlets</name>
<description>
Provides default POST servlets.
</description>
Modified: incubator/sling/trunk/servlets/resolver/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/resolver/pom.xml?rev=734658&r1=734657&r2=734658&view=diff
==============================================================================
--- incubator/sling/trunk/servlets/resolver/pom.xml (original)
+++ incubator/sling/trunk/servlets/resolver/pom.xml Thu Jan 15 02:25:41 2009
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<version>2.0.5-incubator-SNAPSHOT</version>
- <name>Sling - Servlet Resolver</name>
+ <name>Apache Sling Servlet Resolver</name>
<description>
Bundle implementing the Sling API ServletResolver.
</description>