see inline: On 25 Jan 2010, at 10:24, [email protected] wrote:
> Author: cziegeler > Date: Mon Jan 25 10:24:12 2010 > New Revision: 902764 > > URL: http://svn.apache.org/viewvc?rev=902764&view=rev > Log: > Update notice to 2010 and use JCR in bundle name as this is a bundle in our > JCR section. > > Modified: > sling/trunk/bundles/jcr/classloader/NOTICE > sling/trunk/bundles/jcr/classloader/pom.xml > sling/trunk/bundles/jcr/classloader/src/main/resources/META-INF/NOTICE > > Modified: sling/trunk/bundles/jcr/classloader/NOTICE > URL: > http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/NOTICE?rev=902764&r1=902763&r2=902764&view=diff > ============================================================================== > --- sling/trunk/bundles/jcr/classloader/NOTICE (original) > +++ sling/trunk/bundles/jcr/classloader/NOTICE Mon Jan 25 10:24:12 2010 > @@ -1,5 +1,5 @@ > Apache Sling JCR Classloader > -Copyright 2008-2009 The Apache Software Foundation > +Copyright 2008-2010 The Apache Software Foundation > > Apache Sling is based on source code originally developed > by Day Software (http://www.day.com/). > > Modified: sling/trunk/bundles/jcr/classloader/pom.xml > URL: > http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=902764&r1=902763&r2=902764&view=diff > ============================================================================== > --- sling/trunk/bundles/jcr/classloader/pom.xml (original) > +++ sling/trunk/bundles/jcr/classloader/pom.xml Mon Jan 25 10:24:12 2010 > @@ -29,7 +29,7 @@ > <version>3.0.1-SNAPSHOT</version> > <packaging>bundle</packaging> > > - <name>Apache Sling Repository ClassLoader</name> > + <name>Apache Sling JCR ClassLoader</name> > <description> > Provides Support for delegate class loaders built dynamically. > Delegate class loaders supported are generic ClassLoader, OSGi > @@ -107,18 +107,6 @@ > <scope>provided</scope> > </dependency> > <dependency> > - <groupId>org.apache.jackrabbit</groupId> > - <artifactId>jackrabbit-classloader</artifactId> > - <version>1.5.0</version> > - <scope>compile</scope> > - </dependency> > - <dependency> > - <groupId>org.apache.jackrabbit</groupId> > - <artifactId>jackrabbit-jcr-commons</artifactId> > - <version>1.6.0</version> > - <scope>compile</scope> > - </dependency> > - <dependency> Was this intentional ? Breaks the build. Ian > <groupId>org.slf4j</groupId> > <artifactId>slf4j-api</artifactId> > </dependency> > > Modified: > sling/trunk/bundles/jcr/classloader/src/main/resources/META-INF/NOTICE > URL: > http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/src/main/resources/META-INF/NOTICE?rev=902764&r1=902763&r2=902764&view=diff > ============================================================================== > --- sling/trunk/bundles/jcr/classloader/src/main/resources/META-INF/NOTICE > (original) > +++ sling/trunk/bundles/jcr/classloader/src/main/resources/META-INF/NOTICE > Mon Jan 25 10:24:12 2010 > @@ -1,5 +1,5 @@ > Apache Sling JCR Classloader > -Copyright 2008-2009 The Apache Software Foundation > +Copyright 2008-2010 The Apache Software Foundation > > Apache Sling is based on source code originally developed > by Day Software (http://www.day.com/). > >
