You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2016/07/21 06:58:02 UTC

tapestry-5 git commit: dos2unix, tab2spaces

Repository: tapestry-5
Updated Branches:
  refs/heads/master 00d02e144 -> 0bf2a80bd


dos2unix, tab2spaces


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/0bf2a80b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0bf2a80b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0bf2a80b

Branch: refs/heads/master
Commit: 0bf2a80bd3224cfc4552f8ddea2f394d456c8d4e
Parents: 00d02e1
Author: Jochen Kemnade <jk...@apache.org>
Authored: Thu Jul 21 08:57:23 2016 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Thu Jul 21 08:57:23 2016 +0200

----------------------------------------------------------------------
 beanmodel/build.gradle | 62 ++++++++++++++++++++++-----------------------
 1 file changed, 31 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0bf2a80b/beanmodel/build.gradle
----------------------------------------------------------------------
diff --git a/beanmodel/build.gradle b/beanmodel/build.gradle
index ca1908e..ca0d1cf 100644
--- a/beanmodel/build.gradle
+++ b/beanmodel/build.gradle
@@ -1,32 +1,32 @@
-import org.gradle.plugins.ide.idea.model.*
-import t5build.*
-
-description = "Fast class property discovery, reading and writing library based on bytecode generation. Extracted from Apache Tapestry, but not dependent on the Web framework (tapestry-core) nor the IoC one (tapestry-ioc)."
-
-//apply plugin: JavaPlugin
-apply plugin: 'antlr'
-
-buildDir = 'target/gradle-build'
-
-dependencies {
-	compile project(":plastic")
-	compile project(":tapestry5-annotations")
-	compile project(":commons")
-	compile "org.slf4j:slf4j-api:${versions.slf4j}"
-	
-	// ANTLR tool path used with the generateGrammarSource task
-	antlr "org.antlr:antlr:3.5.2"
-
-	// Transitive will bring in the unwanted string template library as well
-	compile "org.antlr:antlr-runtime:3.5.2", {
-		exclude group: "org.antlr", module: "stringtemplate"
-	}
-    
-    testCompile "org.testng:testng:${versions.testng}", { transitive = false }
-}
-
-clean.delete generateGrammarSource.outputDirectory
-
-compileJava {
-	options.fork(memoryMaximumSize: '512m')
+import org.gradle.plugins.ide.idea.model.*
+import t5build.*
+
+description = "Fast class property discovery, reading and writing library based on bytecode generation. Extracted from Apache Tapestry, but not dependent on the Web framework (tapestry-core) nor the IoC one (tapestry-ioc)."
+
+//apply plugin: JavaPlugin
+apply plugin: 'antlr'
+
+buildDir = 'target/gradle-build'
+
+dependencies {
+    compile project(":plastic")
+    compile project(":tapestry5-annotations")
+    compile project(":commons")
+    compile "org.slf4j:slf4j-api:${versions.slf4j}"
+
+    // ANTLR tool path used with the generateGrammarSource task
+    antlr "org.antlr:antlr:3.5.2"
+
+    // Transitive will bring in the unwanted string template library as well
+    compile "org.antlr:antlr-runtime:3.5.2", {
+        exclude group: "org.antlr", module: "stringtemplate"
+    }
+
+    testCompile "org.testng:testng:${versions.testng}", { transitive = false }
+}
+
+clean.delete generateGrammarSource.outputDirectory
+
+compileJava {
+    options.fork(memoryMaximumSize: '512m')
 }
\ No newline at end of file