You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/03/18 01:23:47 UTC

svn commit: r1082767 - /tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle

Author: hlship
Date: Fri Mar 18 00:23:47 2011
New Revision: 1082767

URL: http://svn.apache.org/viewvc?rev=1082767&view=rev
Log:
TAP5-116: Generate the Manifest entry to autoload the HibernateCoreModule

Modified:
    tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle?rev=1082767&r1=1082766&r2=1082767&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle Fri Mar 18 00:23:47 2011
@@ -21,4 +21,10 @@ dependencies {
   testCompile "org.testng:testng:$testngVersion", { transitive = false }
   
   testRuntime "org.hsqldb:hsqldb:1.8.0.10"
+}
+
+jar {
+    manifest {
+        attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.hibernate.HibernateCoreModule'
+    }
 }
\ No newline at end of file