Author: ieb
Date: Mon Jan 19 16:48:40 2009
New Revision: 735892
URL: http://svn.apache.org/viewvc?rev=735892&view=rev
Log:
Hudson is unalble to build samples since the reporting modules dont know it
exists, and so it fails.
Needs to be in the default build.
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=735892&r1=735891&r2=735892&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Mon Jan 19 16:48:40 2009
@@ -756,7 +756,6 @@
</build>
<modules>
<module>java</module>
- <module>java/samples</module>
<module>assembly</module>
</modules>
</profile>