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 2014/02/08 19:51:10 UTC

[1/2] git commit: Remove tapestry-cdi from the build, temporarily

Updated Branches:
  refs/heads/master bf7149776 -> 45a341009


Remove tapestry-cdi from the build, temporarily


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

Branch: refs/heads/master
Commit: 45a341009fb31b5cd1ba4e9fff08bd1892a84738
Parents: a7de737
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sat Feb 8 13:50:25 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sat Feb 8 13:51:06 2014 -0500

----------------------------------------------------------------------
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/45a34100/settings.gradle
----------------------------------------------------------------------
diff --git a/settings.gradle b/settings.gradle
index b5fe8d3..f32d28d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,4 +4,4 @@ include "tapestry-beanvalidator", "tapestry-jpa", "tapestry-kaptcha"
 include "tapestry-javadoc", "quickstart", "tapestry-clojure", "tapestry-mongodb"
 include "tapestry-test-data", 'tapestry-internal-test'
 include "tapestry-webresources", "tapestry-runner"
-include "tapestry-cdi"
+// include "tapestry-cdi"


[2/2] git commit: Add SLF4J as a dependency of Plastic

Posted by hl...@apache.org.
Add SLF4J as a dependency of Plastic


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

Branch: refs/heads/master
Commit: a7de737989c1be7834d083fcc0bed40f646bc152
Parents: bf71497
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sat Feb 8 13:49:59 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sat Feb 8 13:51:06 2014 -0500

----------------------------------------------------------------------
 plastic/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a7de7379/plastic/build.gradle
----------------------------------------------------------------------
diff --git a/plastic/build.gradle b/plastic/build.gradle
index 54e6c62..3b5987e 100644
--- a/plastic/build.gradle
+++ b/plastic/build.gradle
@@ -1,8 +1,9 @@
-description = "Plastic core framework"
+description = "High-level runtime transformations of Java classes"
 
 dependencies {
-    
+    compile "org.slf4j:slf4j-api:${versions.slf4j}"
 	testCompile "org.spockframework:spock-core:$versions.spock"
+
 }
 
 test { 


[2/2] git commit: Add SLF4J as a dependency of Plastic

Posted by hl...@apache.org.
Add SLF4J as a dependency of Plastic


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

Branch: refs/heads/master
Commit: a7de737989c1be7834d083fcc0bed40f646bc152
Parents: bf71497
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sat Feb 8 13:49:59 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sat Feb 8 13:51:06 2014 -0500

----------------------------------------------------------------------
 plastic/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a7de7379/plastic/build.gradle
----------------------------------------------------------------------
diff --git a/plastic/build.gradle b/plastic/build.gradle
index 54e6c62..3b5987e 100644
--- a/plastic/build.gradle
+++ b/plastic/build.gradle
@@ -1,8 +1,9 @@
-description = "Plastic core framework"
+description = "High-level runtime transformations of Java classes"
 
 dependencies {
-    
+    compile "org.slf4j:slf4j-api:${versions.slf4j}"
 	testCompile "org.spockframework:spock-core:$versions.spock"
+
 }
 
 test {