Author: cziegeler
Date: Tue Jul 14 11:43:51 2009
New Revision: 793867
URL: http://svn.apache.org/viewvc?rev=793867&view=rev
Log:
Moved classloader to main bundle area.
Modified:
sling/trunk/contrib/pom.xml
sling/trunk/pom.xml
Modified: sling/trunk/contrib/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/pom.xml?rev=793867&r1=793866&r2=793867&view=diff
==============================================================================
--- sling/trunk/contrib/pom.xml (original)
+++ sling/trunk/contrib/pom.xml Tue Jul 14 11:43:51 2009
@@ -57,7 +57,6 @@
<!-- List modules to be included in the build here ! -->
<modules>
- <module>commons/classloader</module>
<module>commons/compiler</module>
<module>extensions/apt/parser</module>
<module>extensions/apt/servlet</module>
Modified: sling/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=793867&r1=793866&r2=793867&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Tue Jul 14 11:43:51 2009
@@ -69,6 +69,7 @@
<module>bundles/api</module>
<!-- The commons sub project -->
+ <module>bundles/commons/classloader</module>
<module>bundles/commons/json</module>
<module>bundles/commons/log</module>
<module>bundles/commons/mime</module>