Author: desruisseaux
Date: Wed Sep 12 17:29:08 2012
New Revision: 1384045
URL: http://svn.apache.org/viewvc?rev=1384045&view=rev
Log:
Exclude the sis-build-helper from the build for now, since it doesn't work with current Jenkins
configuration.
Modified:
incubator/sis/trunk/pom.xml
Modified: incubator/sis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sis/trunk/pom.xml?rev=1384045&r1=1384044&r2=1384045&view=diff
==============================================================================
--- incubator/sis/trunk/pom.xml (original)
+++ incubator/sis/trunk/pom.xml Wed Sep 12 17:29:08 2012
@@ -431,7 +431,6 @@ Apache SIS is a toolkit for describing l
Modules to build in approximate dependency order.
============================================================== -->
<modules>
- <module>sis-build-helper</module>
<module>sis-core</module>
<module>sis-metadata</module>
<module>sis-webapp</module>
|