svn commit: r962765 - in /ofbiz/branches/jackrabbit20100709: ./ framework/base/lib/commons/ framework/jackrabbit/ framework/jackrabbit/lib/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r962765 - in /ofbiz/branches/jackrabbit20100709: ./ framework/base/lib/commons/ framework/jackrabbit/ framework/jackrabbit/lib/

lektran
Author: lektran
Date: Sat Jul 10 06:05:48 2010
New Revision: 962765

URL: http://svn.apache.org/viewvc?rev=962765&view=rev
Log:
Add jackrabbit folder and lib directory with jackrabbit-core-2.1.0.jar and all of the dependencies declared in the pom.xml
Required upgrading commons io from 1.3.1 to 1.4 since jackrabbit depends on at least one class that wasn't present in the previous version.

TODO: Complete the LICENSE and NOTICE files for all these jars, jackrabbit's LICENSE and NOTICE files were very sparse.

Added:
    ofbiz/branches/jackrabbit20100709/framework/base/lib/commons/commons-io-1.4.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/concurrent-1.3.4.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-api-2.1.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-core-2.1.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-jcr-commons-2.1.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-2.1.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-commons-2.1.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jcr-2.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/pdfbox-1.0.0.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-api-1.5.8.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-log4j12-1.5.8.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-core-0.6.jar   (with props)
    ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-parsers-0.6.jar   (with props)
Removed:
    ofbiz/branches/jackrabbit20100709/framework/base/lib/commons/commons-io-1.3.1.jar
Modified:
    ofbiz/branches/jackrabbit20100709/.classpath
    ofbiz/branches/jackrabbit20100709/NOTICE

Modified: ofbiz/branches/jackrabbit20100709/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/.classpath?rev=962765&r1=962764&r2=962765&view=diff
==============================================================================
--- ofbiz/branches/jackrabbit20100709/.classpath (original)
+++ ofbiz/branches/jackrabbit20100709/.classpath Sat Jul 10 06:05:48 2010
@@ -45,7 +45,6 @@
     <classpathentry kind="lib" path="framework/base/lib/xercesImpl-2.9.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/ws-commons-java5-1.0.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/ws-commons-util-1.0.2.jar"/>
-
     <classpathentry kind="lib" path="framework/base/lib/xml-apis-2.9.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/xml-apis-ext-1.3.04.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/xmlgraphics-commons-1.3.1.jar"/>
@@ -62,7 +61,7 @@
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-discovery-0.4.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-el-1.0.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-fileupload-1.2.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/commons/commons-io-1.3.1.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/commons/commons-io-1.4.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-lang-2.4.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-logging-1.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-modeler-2.0.jar"/>
@@ -126,6 +125,18 @@
     <classpathentry kind="lib" path="framework/geronimo/lib/geronimo-transaction-2.1.1.jar"/>
     <classpathentry kind="lib" path="framework/guiapp/lib/XuiCoreSwing-v3.2rc2b.jar"/>
     <classpathentry kind="lib" path="framework/guiapp/lib/XuiOptional-v3.2rc2b.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/concurrent-1.3.4.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/jackrabbit-api-2.1.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/jackrabbit-core-2.1.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/jackrabbit-jcr-commons-2.1.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/jackrabbit-spi-2.1.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/jackrabbit-spi-commons-2.1.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/jcr-2.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/pdfbox-1.0.0.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/slf4j-api-1.5.8.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/slf4j-log4j12-1.5.8.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/tika-core-0.6.jar"/>
+    <classpathentry kind="lib" path="framework/jackrabbit/lib/tika-parsers-0.6.jar"/>
     <classpathentry kind="lib" path="framework/jetty/lib/jasper-compiler-5.5.15.jar"/>
     <classpathentry kind="lib" path="framework/jetty/lib/jasper-runtime-5.5.15.jar"/>
     <classpathentry kind="lib" path="framework/jetty/lib/jetty-6.1.11.jar"/>

Modified: ofbiz/branches/jackrabbit20100709/NOTICE
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/NOTICE?rev=962765&r1=962764&r2=962765&view=diff
==============================================================================
--- ofbiz/branches/jackrabbit20100709/NOTICE (original)
+++ ofbiz/branches/jackrabbit20100709/NOTICE Sat Jul 10 06:05:48 2010
@@ -95,6 +95,19 @@ and are placed here unaltered.
 (C) Copyright 2004, 2005 International Business Machines Corporation.  All rights reserved.
 
 =========================================================================
+==  Apache Jackrabbit Notice                                           ==
+=========================================================================
+
+Apache Jackrabbit
+Copyright 2010 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Based on source code originally developed by
+Day Software (http://www.day.com/).
+
+=========================================================================
 ==  Apache Log4J Notice                                                ==
 =========================================================================
 

Added: ofbiz/branches/jackrabbit20100709/framework/base/lib/commons/commons-io-1.4.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/base/lib/commons/commons-io-1.4.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/base/lib/commons/commons-io-1.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/concurrent-1.3.4.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/concurrent-1.3.4.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/concurrent-1.3.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-api-2.1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-api-2.1.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-api-2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-core-2.1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-core-2.1.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-core-2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-jcr-commons-2.1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-jcr-commons-2.1.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-jcr-commons-2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-2.1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-2.1.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-commons-2.1.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-commons-2.1.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jackrabbit-spi-commons-2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jcr-2.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jcr-2.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/jcr-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/pdfbox-1.0.0.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/pdfbox-1.0.0.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/pdfbox-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-api-1.5.8.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-api-1.5.8.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-api-1.5.8.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-log4j12-1.5.8.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-log4j12-1.5.8.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/slf4j-log4j12-1.5.8.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-core-0.6.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-core-0.6.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-core-0.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-parsers-0.6.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-parsers-0.6.jar?rev=962765&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/jackrabbit20100709/framework/jackrabbit/lib/tika-parsers-0.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream