You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/01/25 11:24:13 UTC

svn commit: r902764 - in /sling/trunk/bundles/jcr/classloader: NOTICE pom.xml src/main/resources/META-INF/NOTICE

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>
             <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/).



Re: svn commit: r902764 - in /sling/trunk/bundles/jcr/classloader: NOTICE pom.xml src/main/resources/META-INF/NOTICE

Posted by Ian Boston <ie...@tfd.co.uk>.
On 25 Jan 2010, at 12:52, Carsten Ziegeler wrote:

> Ian Boston wrote
>> 
>> Was this intentional ?
>> 
>> Breaks the build.
>> 
>> 
> Yes, it was intentional - unfortunately I forgot to commit the new
> classes - should be fixed now. Sorry!

np, 
I thought I had made a huge mess with my reverts of SLING-1282.
Thanks
Ian

> 
> Regards
> Carsten
> -- 
> Carsten Ziegeler
> cziegeler@apache.org


Re: svn commit: r902764 - in /sling/trunk/bundles/jcr/classloader: NOTICE pom.xml src/main/resources/META-INF/NOTICE

Posted by Carsten Ziegeler <cz...@apache.org>.
Ian Boston wrote
> 
> Was this intentional ?
> 
> Breaks the build.
> 
>
Yes, it was intentional - unfortunately I forgot to commit the new
classes - should be fixed now. Sorry!

Regards
Carsten
-- 
Carsten Ziegeler
cziegeler@apache.org

Re: svn commit: r902764 - in /sling/trunk/bundles/jcr/classloader: NOTICE pom.xml src/main/resources/META-INF/NOTICE

Posted by Ian Boston <ie...@tfd.co.uk>.
see inline:

On 25 Jan 2010, at 10:24, cziegeler@apache.org 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/).
> 
>