Author: ogrisel
Date: Sat Apr 9 20:43:42 2011
New Revision: 1090683
URL: http://svn.apache.org/viewvc?rev=1090683&view=rev
Log:
renamed the 'lite' launcher to 'stateless' to make it more explicit
Added:
incubator/stanbol/trunk/launchers/stateless/
- copied from r1090650, incubator/stanbol/trunk/launchers/lite/
incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml
- copied unchanged from r1090652,
incubator/stanbol/trunk/launchers/lite/src/main/bundles/list.xml
Removed:
incubator/stanbol/trunk/launchers/lite/
Modified:
incubator/stanbol/trunk/launchers/stateless/pom.xml
incubator/stanbol/trunk/pom.xml
Modified: incubator/stanbol/trunk/launchers/stateless/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stateless/pom.xml?rev=1090683&r1=1090650&r2=1090683&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stateless/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stateless/pom.xml Sat Apr 9 20:43:42 2011
@@ -10,18 +10,18 @@
</parent>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.launchers.lite</artifactId>
+ <artifactId>org.apache.stanbol.launchers.stateless</artifactId>
<packaging>jar</packaging>
- <name>Apache Stanbol Enhancer Sling-based standalone launcher - lite
version</name>
- <description>Runnable jar that runs the lite Stanbol
configuration</description>
+ <name>Apache Stanbol Enhancer Sling-based standalone launcher - stateless
version</name>
+ <description>Runnable jar that runs the stateless Stanbol
configuration</description>
<scm>
<connection>
-
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/lite/
+
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/stateless/
</connection>
<developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/lite/
+
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/stateless/
</developerConnection>
<url>http://incubator.apache.org/stanbol/</url>
</scm>
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1090683&r1=1090682&r2=1090683&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Sat Apr 9 20:43:42 2011
@@ -48,7 +48,7 @@
<module>entityhub</module>
<module>enhancer</module>
<module>contenthub/web</module>
- <module>launchers/lite</module>
+ <module>launchers/stateless</module>
<module>launchers/full</module>
<module>integration-tests</module>
</modules>