Author: justin
Date: Sat Feb 12 12:12:35 2011
New Revision: 1070060
URL: http://svn.apache.org/viewvc?rev=1070060&view=rev
Log:
fixing build failure due to bad directory name
Modified:
sling/trunk/samples/pom.xml
Modified: sling/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/pom.xml?rev=1070060&r1=1070059&r2=1070060&view=diff
==============================================================================
--- sling/trunk/samples/pom.xml (original)
+++ sling/trunk/samples/pom.xml Sat Feb 12 12:12:35 2011
@@ -66,6 +66,6 @@
<module>webloader/ui</module>
<module>custom-login-form</module>
<module>slingbucks</module>
- <module>installing-dependencies-sample</module>
+ <module>installing-dependencies</module>
</modules>
</project>
\ No newline at end of file
|