I'm still uncertain that this is appropriate to include in the Sling 6 release, but it has to stay in launchpad/builder/src/main/bundles/list.xml for the time being because there are integration tests which depend upon it.
I guess the existence of integration tests is a good sign that this bundle should in fact be included in the release... Justin On Sat, Jan 22, 2011 at 1:56 PM, <[email protected]> wrote: > Author: justin > Date: Sat Jan 22 18:56:37 2011 > New Revision: 1062229 > > URL: http://svn.apache.org/viewvc?rev=1062229&view=rev > Log: > restoring groovy extension to launchpad bundle list to fix failing tests > > Modified: > sling/trunk/launchpad/builder/src/main/bundles/list.xml > > Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml > URL: > http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1062229&r1=1062228&r2=1062229&view=diff > > ============================================================================== > --- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original) > +++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Sat Jan 22 > 18:56:37 2011 > @@ -258,6 +258,11 @@ > </bundle> > <bundle> > <groupId>org.apache.sling</groupId> > + <artifactId>org.apache.sling.extensions.groovy</artifactId> > + <version>1.0.0-SNAPSHOT</version> > + </bundle> > + <bundle> > + <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.extensions.explorer</artifactId> > <version>1.0.0</version> > </bundle> > > >
