You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Massimo Lusetti <ml...@gmail.com> on 2011/06/30 11:21:03 UTC

tapestry-annotation => tapestry5-annotation

It's me or there's a leftover on line 24 of tapestry-ioc/build.gradle ?

diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index a2e69d0..eab8c49 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -22,7 +22,7 @@ dependencies {
 configure(install.repositories.mavenInstaller) {
   pom.whenConfigured {pom ->
     pom.dependencies.find {dep ->
-      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
'tapestry-annotations'
+      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
'tapestry5-annotations'
     }.artifactId = 'tapestry5-annotations'
   }
 }
@@ -34,4 +34,4 @@ ideaModule {
 test {
   // Override the master build.gradle
   systemProperties.remove("tapestry.service-reloading-enabled")
-}
\ No newline at end of file
+}


Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: tapestry-annotation => tapestry5-annotation

Posted by François Facon <fr...@atosorigin.com>.
was the same for me.
must be ok now.

François

2011/6/30 Massimo Lusetti <ml...@gmail.com>:
> It's me or there's a leftover on line 24 of tapestry-ioc/build.gradle ?
>
> diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
> index a2e69d0..eab8c49 100644
> --- a/tapestry-ioc/build.gradle
> +++ b/tapestry-ioc/build.gradle
> @@ -22,7 +22,7 @@ dependencies {
>  configure(install.repositories.mavenInstaller) {
>   pom.whenConfigured {pom ->
>     pom.dependencies.find {dep ->
> -      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
> 'tapestry-annotations'
> +      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
> 'tapestry5-annotations'
>     }.artifactId = 'tapestry5-annotations'
>   }
>  }
> @@ -34,4 +34,4 @@ ideaModule {
>  test {
>   // Override the master build.gradle
>   systemProperties.remove("tapestry.service-reloading-enabled")
> -}
> \ No newline at end of file
> +}
>
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org