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, <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
