Author: craigmcc Date: Wed Jun 14 11:56:38 2006 New Revision: 414347 URL: http://svn.apache.org/viewvc?rev=414347&view=rev Log: Remove shale-apps from the list of modules created by the master POM. The applications will be packaged individually (TODO: need to add assembly stuff for each of them), so the master assembly will be just the framework stuff.
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=414347&r1=414346&r2=414347&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/pom.xml (original) +++ struts/shale/branches/mvn_reorg/pom.xml Wed Jun 14 11:56:38 2006 @@ -138,7 +138,9 @@ <module>shale-test</module> <module>shale-tiger</module> <module>shale-tiles</module> +<!-- The applications will be packaged separately from the framework <module>shale-apps</module> +--> <module>shale-dist</module> </modules>