You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/06/03 09:51:58 UTC

tapestry-5 git commit: remove obsolete property

Repository: tapestry-5
Updated Branches:
  refs/heads/master 87832dd4b -> 867e32c30


remove obsolete property


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

Branch: refs/heads/master
Commit: 867e32c302e10d1efe13aef662c36081fc64ddb8
Parents: 87832dd
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jun 3 09:51:34 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jun 3 09:51:34 2015 +0200

----------------------------------------------------------------------
 tapestry-core/build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/867e32c3/tapestry-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index 99b6e10..96e4f1f 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -5,7 +5,6 @@ import t5build.*
 description = "Central module for Tapestry, containing all core services and components"
 
 project.ext {
-    antlrSource = "src/main/antlr"
     mainGeneratedDir = "src/main/generated"
     testGeneratedDir = "src/test/generated"
 }