You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/03/20 11:36:22 UTC

svn commit: r1083391 - in /tapestry/tapestry5/trunk: settings.gradle tapestry-beanvalidator/build.gradle

Author: hlship
Date: Sun Mar 20 10:36:21 2011
New Revision: 1083391

URL: http://svn.apache.org/viewvc?rev=1083391&view=rev
Log:
TAP5-116: Add tapestry-beanvalidator to the Gradle build

Added:
    tapestry/tapestry5/trunk/tapestry-beanvalidator/build.gradle
Modified:
    tapestry/tapestry5/trunk/settings.gradle

Modified: tapestry/tapestry5/trunk/settings.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/settings.gradle?rev=1083391&r1=1083390&r2=1083391&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/settings.gradle (original)
+++ tapestry/tapestry5/trunk/settings.gradle Sun Mar 20 10:36:21 2011
@@ -1,5 +1,5 @@
 include "tapestry-annotations", "tapestry-test", "tapestry-func", "tapestry-ioc", "tapestry-json", "tapestry-core"
 include "tapestry-hibernate-core", "tapestry-hibernate", "tapestry-jmx", "tapestry-upload", "tapestry-spring"
-// TODO: tapestry-beanvalidator
+include "tapestry-beanvalidator"
 // TODO (LATER): tapestry-component-report, quickstart
 

Added: tapestry/tapestry5/trunk/tapestry-beanvalidator/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-beanvalidator/build.gradle?rev=1083391&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-beanvalidator/build.gradle (added)
+++ tapestry/tapestry5/trunk/tapestry-beanvalidator/build.gradle Sun Mar 20 10:36:21 2011
@@ -0,0 +1,16 @@
+description = "Support for JSR-303 Bean Validation via the Hibernate validator implementation"
+
+dependencies {
+  compile project(':tapestry-core')
+
+  compile "javax.validation:validation-api:1.0.0.GA"
+  compile "org.hibernate:hibernate-validator:4.0.0.GA"
+
+  testCompile project(':tapestry-test')
+}
+
+jar {
+    manifest {
+        attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.beanvalidator.BeanValidatorModule'
+    }
+}
\ No newline at end of file



Re: svn commit: r1083391 - in /tapestry/tapestry5/trunk: settings.gradle tapestry-beanvalidator/build.gradle

Posted by Massimo Lusetti <ml...@gmail.com>.
On Sun, Mar 20, 2011 at 11:36 AM,  <hl...@apache.org> wrote:
> Author: hlship
> Date: Sun Mar 20 10:36:21 2011
> New Revision: 1083391
>
> URL: http://svn.apache.org/viewvc?rev=1083391&view=rev
> Log:
> TAP5-116: Add tapestry-beanvalidator to the Gradle build
>

I really like these commit lately...


-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org