You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/12/03 13:47:09 UTC

svn commit: r481767 - in /jackrabbit/trunk/jackrabbit-api: LICENSE.txt NOTICE.txt README.txt

Author: jukka
Date: Sun Dec  3 04:47:08 2006
New Revision: 481767

URL: http://svn.apache.org/viewvc?view=rev&rev=481767
Log:
JCR-612: Added README, LICENSE, and NOTICE files to jackrabbit-api.

Added:
    jackrabbit/trunk/jackrabbit-api/LICENSE.txt
      - copied unchanged from r481759, jackrabbit/trunk/jackrabbit-core/LICENSE.txt
    jackrabbit/trunk/jackrabbit-api/NOTICE.txt
      - copied, changed from r481759, jackrabbit/trunk/jackrabbit-core/NOTICE.txt
    jackrabbit/trunk/jackrabbit-api/README.txt
      - copied, changed from r481759, jackrabbit/trunk/jackrabbit-core/README.txt

Copied: jackrabbit/trunk/jackrabbit-api/NOTICE.txt (from r481759, jackrabbit/trunk/jackrabbit-core/NOTICE.txt)
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-api/NOTICE.txt?view=diff&rev=481767&p1=jackrabbit/trunk/jackrabbit-core/NOTICE.txt&r1=481759&p2=jackrabbit/trunk/jackrabbit-api/NOTICE.txt&r2=481767
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/NOTICE.txt (original)
+++ jackrabbit/trunk/jackrabbit-api/NOTICE.txt Sun Dec  3 04:47:08 2006
@@ -6,10 +6,3 @@
 
 Based on source code originally developed by
 Day Software (http://www.day.com/).
-
-This product also includes:
-
-- XPath grammar and parser from the W3C
-  Copyright (c) 2002 World Wide Web Consortium,
-  (Massachusetts Institute of Technology, Institut National de
-  Recherche en Informatique et en Automatique, Keio University).

Copied: jackrabbit/trunk/jackrabbit-api/README.txt (from r481759, jackrabbit/trunk/jackrabbit-core/README.txt)
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-api/README.txt?view=diff&rev=481767&p1=jackrabbit/trunk/jackrabbit-core/README.txt&r1=481759&p2=jackrabbit/trunk/jackrabbit-api/README.txt&r2=481767
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/README.txt (original)
+++ jackrabbit/trunk/jackrabbit-api/README.txt Sun Dec  3 04:47:08 2006
@@ -1,6 +1,22 @@
-=============================================================
-Welcome to Apache Jackrabbit  <http://jackrabbit.apache.org/>
-=============================================================
+=========================
+Welcome to Jackrabbit API
+=========================
+
+This is the API component of the Apache Jackrabbit project.
+This component contains the interface extensions that Apache
+Jackrabbit supports in addition to the standard JCR API. You can
+use these interfaces to access Jackrabbit-specific functionality.
+
+See the Apache Jackrabbit web site (http://jackrabbit.apache.org/)
+for documentation and other information. You are welcome to join the
+Jackrabbit mailing lists (http://jackrabbit.apache.org/mail-lists.html)
+to discuss this compoment and to use the Jackrabbit issue tracker
+(http://issues.apache.org/jira/browse/JCR) to report issues or request
+new features.
+
+Apache Jackrabbit is a project of the Apache Software Foundation
+(http://www.apache.org).
+
 
 License (see also LICENSE.txt)
 ==============================
@@ -26,60 +42,19 @@
 Getting Started
 ===============
 
-Mailing Lists
--------------
-
-To get involved with the Apache Jackrabbit project, start by having a
-look at our website (link at top of page) and join our mailing
-lists by sending an empty message to
-
-   dev-subscribe     :at: jackrabbit.apache.org
-and
-   commits-subscribe :at: jackrabbit.apache.org
-
-and the dev mailing list archives can be found at
-
-   http://jackrabbit.apache.org/mail/dev/
-
-
-Downloading
------------
-
-The Jackrabbit source code is available via Subversion at
-
-   https://svn.apache.org/repos/asf/jackrabbit/trunk
-
-and anonymous access is available at
-
-   http://svn.apache.org/repos/asf/jackrabbit/trunk
-
-or with ViewVC at
-
-   http://svn.apache.org/viewvc/jackrabbit/trunk/
-
-The Jackrabbit main project is located in the "jackrabbit" subdirectory
-and the "contrib" subdirectory contains various additional modules and
-contributed projects.
-
-To checkout the main Jackrabbit source tree, run
-
-   svn checkout http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit
-
-Once you have a copy of the source code tree, you can use Apache Maven
-
-   http://maven.apache.org/maven-1.x/
-
-to build the project. You should use Maven 1.0.2 to build Jackrabbit.
-The minimal command to build and test all the Jackrabbit sources is:
+This compoment uses a Maven 2 (http://maven.apache.org/) build
+environment. If you have Maven 2 installed, you can compile and
+package the jacrabbit-api jar using the following command:
 
-   maven
+    mvn package
 
-For more instructions, please see the documentation at:
+See the Maven 2 documentation for other build features.
 
-   http://jackrabbit.apache.org/doc/building.html
+The latest source code for this compoment is available in the
+Subversion (http://subversion.tigris.org/) source repository of
+the Apache Software Foundation. If you have Subversion installed,
+you can checkout the latest source using the following command:
 
-Credits
-=======
+    svn checkout http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-api
 
-See http://jackrabbit.apache.org/team-list.html for the list of 
-Jackrabbit committers and main contributors.
+See the Subversion documentation for other source control features.