You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ff...@apache.org on 2011/06/30 23:12:11 UTC

svn commit: r1141719 - /tapestry/tapestry5/trunk/tapestry-ioc/build.gradle

Author: ffacon
Date: Thu Jun 30 21:12:11 2011
New Revision: 1141719

URL: http://svn.apache.org/viewvc?rev=1141719&view=rev
Log:
TAP5-116: Rename folder tapestry-annotation to tapestry5-annotations,
to match the artifact name

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/build.gradle?rev=1141719&r1=1141718&r2=1141719&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/build.gradle Thu Jun 30 21:12:11 2011
@@ -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'
   }
 }



Re: svn commit: r1141719 - /tapestry/tapestry5/trunk/tapestry-ioc/build.gradle

Posted by Josh Canfield <jo...@gmail.com>.
This is the wrong change. That section re-writes the pom, with the
directory change that shouldn't be needed any more.

On Thu, Jun 30, 2011 at 2:12 PM,  <ff...@apache.org> wrote:
> Author: ffacon
> Date: Thu Jun 30 21:12:11 2011
> New Revision: 1141719
>
> URL: http://svn.apache.org/viewvc?rev=1141719&view=rev
> Log:
> TAP5-116: Rename folder tapestry-annotation to tapestry5-annotations,
> to match the artifact name
>
> Modified:
>    tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
>
> Modified: tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
> URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/build.gradle?rev=1141719&r1=1141718&r2=1141719&view=diff
> ==============================================================================
> --- tapestry/tapestry5/trunk/tapestry-ioc/build.gradle (original)
> +++ tapestry/tapestry5/trunk/tapestry-ioc/build.gradle Thu Jun 30 21:12:11 2011
> @@ -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'
>   }
>  }
>
>
>

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