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 2009/04/01 17:43:41 UTC

svn commit: r760928 - in /jackrabbit/commons: jcr-rmi/trunk/README.txt site/ site/pom.xml site/src/ site/src/site/ site/src/site/apt/ site/src/site/resources/ site/src/site/site.xml

Author: jukka
Date: Wed Apr  1 15:43:40 2009
New Revision: 760928

URL: http://svn.apache.org/viewvc?rev=760928&view=rev
Log:
commons: Added a skeleton of the JCR Commons site.

Added:
    jackrabbit/commons/site/
    jackrabbit/commons/site/pom.xml   (with props)
    jackrabbit/commons/site/src/
    jackrabbit/commons/site/src/site/
    jackrabbit/commons/site/src/site/apt/
    jackrabbit/commons/site/src/site/resources/
    jackrabbit/commons/site/src/site/site.xml   (with props)
Modified:
    jackrabbit/commons/jcr-rmi/trunk/README.txt

Modified: jackrabbit/commons/jcr-rmi/trunk/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-rmi/trunk/README.txt?rev=760928&r1=760927&r2=760928&view=diff
==============================================================================
--- jackrabbit/commons/jcr-rmi/trunk/README.txt (original)
+++ jackrabbit/commons/jcr-rmi/trunk/README.txt Wed Apr  1 15:43:40 2009
@@ -1,9 +1,33 @@
-=============================
-Welcome to Jackrabbit JCR-RMI
-=============================
+==================================================================
+Welcome to JCR-RMI <http://jackrabbit.apache.org/commons/jcr-rmi/>
+==================================================================
 
 This is the JCR-RMI component of the Apache Jackrabbit project.
+JCR-RMI is a part of the JCR Commons collection of generic JCR tools.
+
 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 and is
-compatible with all JCR implementations.
+the Content Repository for Java Technology API (JCR) version 1.0.
+The layer makes it possible to remotely access JCR content repositories
+and is compatible with all JCR implementations.
+
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+License (see also LICENSE.txt)
+==============================
+
+Collective work: Copyright 2009 The Apache Software Foundation.
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.

Added: jackrabbit/commons/site/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/site/pom.xml?rev=760928&view=auto
==============================================================================
--- jackrabbit/commons/site/pom.xml (added)
+++ jackrabbit/commons/site/pom.xml Wed Apr  1 15:43:40 2009
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                             http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jackrabbit</groupId>
+    <artifactId>parent</artifactId>
+    <version>2</version>
+  </parent>
+
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+
+  <!-- =================================================================== -->
+  <!-- P R O J E C T  D E S C R I P T I O N                                -->
+  <!-- =================================================================== -->
+  <artifactId>commons-site</artifactId>
+  <version>SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>JCR Commons website</name>
+
+</project>

Propchange: jackrabbit/commons/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jackrabbit/commons/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/site/src/site/site.xml?rev=760928&view=auto
==============================================================================
--- jackrabbit/commons/site/src/site/site.xml (added)
+++ jackrabbit/commons/site/src/site/site.xml Wed Apr  1 15:43:40 2009
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+  -->
+
+<project name="Apache JCR Commons">
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="Jackrabbit" href="http://jackrabbit.apache.org/"/>
+    </links>
+
+    <menu name="Apache JCR Commons">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+  </body>
+</project>

Propchange: jackrabbit/commons/site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native