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/01/30 12:48:31 UTC

svn commit: r373492 - in /incubator/jackrabbit/trunk/jcr-rmi: README.txt project.xml

Author: jukka
Date: Mon Jan 30 03:48:18 2006
New Revision: 373492

URL: http://svn.apache.org/viewcvs?rev=373492&view=rev
Log:
JCR-304: Added a README and a better project description for JCR-RMI. Removed the developers/contributors section in favor of the list in the main Jackrabbit POM.

Added:
    incubator/jackrabbit/trunk/jcr-rmi/README.txt   (with props)
Modified:
    incubator/jackrabbit/trunk/jcr-rmi/project.xml

Added: incubator/jackrabbit/trunk/jcr-rmi/README.txt
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jcr-rmi/README.txt?rev=373492&view=auto
==============================================================================
--- incubator/jackrabbit/trunk/jcr-rmi/README.txt (added)
+++ incubator/jackrabbit/trunk/jcr-rmi/README.txt Mon Jan 30 03:48:18 2006
@@ -0,0 +1,30 @@
+==================
+Welcome to JCR-RMI
+==================
+
+JCR-RMI is a transparent Remote Method Invocation (RMI) layer for
+the Content Repository for Java Technology API (JCR). The layer makes
+it possible to remotely access JCR content repositories. JCR-RMI is
+developed as a part of the incubating Apache Jackrabbit project, but
+the implementation is compatible with all JCR content repositories.
+
+See the Jackrabbit web site at http://incubator.apache.org/jackrabbit/
+for more information.
+
+License (see also LICENSE.txt)
+==============================
+
+Copyright 2004-2005 The Apache Software Foundation or its licensors,
+                    as applicable.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.

Propchange: incubator/jackrabbit/trunk/jcr-rmi/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/jackrabbit/trunk/jcr-rmi/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jcr-rmi/project.xml?rev=373492&r1=373491&r2=373492&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/jcr-rmi/project.xml (original)
+++ incubator/jackrabbit/trunk/jcr-rmi/project.xml Mon Jan 30 03:48:18 2006
@@ -26,40 +26,13 @@
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.jackrabbit.rmi.*</package>
   <description>
-    JCR-RMI is an independent subproject of the Jackrabbit project. It
-    provides a transparent Remote Method Invocation (RMI) layer for the
-    Content Repository for Java Technology API (JCR). The JCR-RMI layer
-    makes it possible to access JCR content repositories across virtual
-    machine boundaries. Although implemented as a contribution to the
-    Jackrabbit project, the JCR-RMI layer is independent of the underlying
-    JCR repository implementation.
+    JCR-RMI is a transparent Remote Method Invocation (RMI) layer for
+    the Content Repository for Java Technology API (JCR). The layer makes
+    it possible to remotely access JCR content repositories. JCR-RMI is
+    developed as a part of the incubating Apache Jackrabbit project, but
+    the implementation is compatible with all JCR content repositories.
   </description>
   <shortDescription>Transparent RMI layer for the JCR API</shortDescription>
-
-  <developers>
-    <developer>
-      <name>Jukka Zitting</name>
-      <id>jukkaz</id>
-      <email>jz@yukatan.fi</email>
-      <organization>Yukatan</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+2</timezone>
-    </developer>
-  </developers>
-
-  <contributors>
-    <contributor>
-      <name>Felix Meschberger</name>
-      <email/>
-      <organization>Day Software</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-  </contributors>
 
   <licenses>
     <license>