Author: craigmcc Date: Sat Jun 3 11:10:54 2006 New Revision: 411452 URL: http://svn.apache.org/viewvc?rev=411452&view=rev Log: Comment out the shale-designtime module, which will always require some special handling (local installs into the repository) before building.
Modified: struts/shale/branches/mvn_reorg/pom.xml Modified: struts/shale/branches/mvn_reorg/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/pom.xml?rev=411452&r1=411451&r2=411452&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/pom.xml (original) +++ struts/shale/branches/mvn_reorg/pom.xml Sat Jun 3 11:10:54 2006 @@ -115,7 +115,7 @@ <modules> <module>shale-clay</module> <module>shale-core</module> - <module>shale-designtime</module> +<!-- <module>shale-designtime</module> --> <module>shale-remoting</module> <module>shale-spring</module> <module>shale-test</module>