Author: hlship Date: Fri Apr 15 22:56:04 2011 New Revision: 1092837 URL: http://svn.apache.org/viewvc?rev=1092837&view=rev Log: Temporarily disable tapestry-jpa build until its tests can be fixed Modified: tapestry/tapestry5/trunk/pom.xml tapestry/tapestry5/trunk/settings.gradle Modified: tapestry/tapestry5/trunk/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=1092837&r1=1092836&r2=1092837&view=diff ============================================================================== --- tapestry/tapestry5/trunk/pom.xml (original) +++ tapestry/tapestry5/trunk/pom.xml Fri Apr 15 22:56:04 2011 @@ -210,7 +210,9 @@ tapestry-hibernate-core tapestry-hibernate tapestry-upload + tapestry-yuicompressor quickstart Modified: tapestry/tapestry5/trunk/settings.gradle URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/settings.gradle?rev=1092837&r1=1092836&r2=1092837&view=diff ============================================================================== --- tapestry/tapestry5/trunk/settings.gradle (original) +++ tapestry/tapestry5/trunk/settings.gradle Fri Apr 15 22:56:04 2011 @@ -1,5 +1,6 @@ include "plastic", "tapestry-annotations", "tapestry-test", "tapestry-func", "tapestry-ioc", "tapestry-json", "tapestry-core" include "tapestry-hibernate-core", "tapestry-hibernate", "tapestry-jmx", "tapestry-upload", "tapestry-spring" -include "tapestry-beanvalidator", "tapestry-yuicompressor", "tapestry-jpa" +include "tapestry-beanvalidator", "tapestry-yuicompressor" +// Temporarily removed: include "tapestry-jpa" // TODO (LATER): tapestry-component-report, quickstart