You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/05/19 11:03:57 UTC

svn commit: r776243 - in /incubator/sling/trunk/contrib/extensions/jcrinstall: osgi/ osgiworker/ pom.xml

Author: bdelacretaz
Date: Tue May 19 09:03:56 2009
New Revision: 776243

URL: http://svn.apache.org/viewvc?rev=776243&view=rev
Log:
SLING-904 - rename osgiworker module to osgi

Added:
    incubator/sling/trunk/contrib/extensions/jcrinstall/osgi/
      - copied from r776242, incubator/sling/trunk/contrib/extensions/jcrinstall/osgiworker/
Removed:
    incubator/sling/trunk/contrib/extensions/jcrinstall/osgiworker/
Modified:
    incubator/sling/trunk/contrib/extensions/jcrinstall/pom.xml

Modified: incubator/sling/trunk/contrib/extensions/jcrinstall/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/extensions/jcrinstall/pom.xml?rev=776243&r1=776242&r2=776243&view=diff
==============================================================================
--- incubator/sling/trunk/contrib/extensions/jcrinstall/pom.xml (original)
+++ incubator/sling/trunk/contrib/extensions/jcrinstall/pom.xml Tue May 19 09:03:56 2009
@@ -39,7 +39,7 @@
 	<modules>
 		<module>service</module>
 		<module>servlet</module>
-		<module>osgiworker</module>
+		<module>osgi</module>
 		<module>testbundles/observer</module>
 		<module>it</module>
 	</modules>