Author: bdelacretaz
Date: Thu Dec 4 02:43:36 2008
New Revision: 723282
URL: http://svn.apache.org/viewvc?rev=723282&view=rev
Log:
SLING-755 - missing module in pom
Modified:
incubator/sling/trunk/extensions/jcrinstall/pom.xml
Modified: incubator/sling/trunk/extensions/jcrinstall/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/pom.xml?rev=723282&r1=723281&r2=723282&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/pom.xml Thu Dec 4 02:43:36 2008
@@ -38,6 +38,7 @@
<modules>
<module>service</module>
+ <module>servlet</module>
<module>testbundles/observer</module>
</modules>
@@ -56,4 +57,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>