Author: cziegeler
Date: Mon Sep 20 16:13:13 2010
New Revision: 998979
URL: http://svn.apache.org/viewvc?rev=998979&view=rev
Log:
SLING-1787 : Unify symbolic names and check package names
Modified:
sling/trunk/pom.xml
Modified: sling/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=998979&r1=998978&r2=998979&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Mon Sep 20 16:13:13 2010
@@ -136,10 +136,10 @@
<module>bundles/extensions/explorer</module>
<!-- Installer -->
- <module>installer/osgi/installer</module>
- <module>installer/osgi/it</module>
- <module>installer/fileinstall</module>
- <module>installer/jcr/jcrinstall</module>
+ <module>installer/core</module>
+ <module>installer/providers/file</module>
+ <module>installer/providers/jcr</module>
+ <module>installer/it</module>
<!-- Launchpad -->
<module>launchpad/base</module>