You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ul...@apache.org on 2013/05/08 11:07:08 UTC

git commit: make the Eclipse STS Gradle plugin correctly pick up the 'provided' configuration

Updated Branches:
  refs/heads/master b96fba612 -> 89113d890


make the Eclipse STS Gradle plugin correctly pick up the 'provided' configuration


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

Branch: refs/heads/master
Commit: 89113d890623a2482ff999b9792a1ad1ab7a642d
Parents: b96fba6
Author: Ulrich Staerk <ul...@apache.org>
Authored: Wed May 8 11:06:56 2013 +0200
Committer: Ulrich Staerk <ul...@apache.org>
Committed: Wed May 8 11:06:56 2013 +0200

----------------------------------------------------------------------
 build.gradle |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/89113d89/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 4c41f39..cafec92 100755
--- a/build.gradle
+++ b/build.gradle
@@ -157,6 +157,8 @@ subprojects {
     idea.module {
         scopes.PROVIDED.plus += configurations.provided
     }
+    
+    eclipse.classpath.plusConfigurations += configurations.provided
 
     dependencies {
         groovy "org.codehaus.groovy:groovy-all:${versions.groovy}"