Author: fmeschbe
Date: Fri Apr 4 14:06:39 2008
New Revision: 644930
URL: http://svn.apache.org/viewvc?rev=644930&view=rev
Log:
SLING-356 Add sling/bundleresource to global reactor
Modified:
incubator/sling/trunk/pom.xml
Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=644930&r1=644929&r2=644930&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Fri Apr 4 14:06:39 2008
@@ -106,6 +106,7 @@
<module>sling/servlets-default</module>
<module>sling/servlets-post</module>
<module>sling/threads</module>
+ <module>sling/bundleresource</module>
<!-- Scripting Support -->
<module>scripting/api</module>
|