From jackrabbit-commits-return-439-apmail-incubator-jackrabbit-commits-archive=www.apache.org@incubator.apache.org Wed Mar 02 18:05:47 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 23471 invoked from network); 2 Mar 2005 18:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Mar 2005 18:05:47 -0000 Received: (qmail 27836 invoked by uid 500); 2 Mar 2005 18:05:47 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 27823 invoked by uid 500); 2 Mar 2005 18:05:47 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 27820 invoked by uid 99); 2 Mar 2005 18:05:47 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 02 Mar 2005 10:05:45 -0800 Received: (qmail 23433 invoked by uid 65534); 2 Mar 2005 18:05:44 -0000 Message-ID: <20050302180544.23432.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Wed, 02 Mar 2005 18:05:44 -0000 Subject: svn commit: r155935 - in incubator/jackrabbit/trunk/contrib/examples: ./ project.xml src/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/jackrabbit/ src/java/org/apache/jackrabbit/examples/ To: jackrabbit-cvs@incubator.apache.org From: jukka@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: jukka Date: Wed Mar 2 10:05:42 2005 New Revision: 155935 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D155935 Log: Created the contrib/examples skeleton. Added: incubator/jackrabbit/trunk/contrib/examples/ incubator/jackrabbit/trunk/contrib/examples/project.xml incubator/jackrabbit/trunk/contrib/examples/src/ incubator/jackrabbit/trunk/contrib/examples/src/java/ incubator/jackrabbit/trunk/contrib/examples/src/java/org/ incubator/jackrabbit/trunk/contrib/examples/src/java/org/apache/ incubator/jackrabbit/trunk/contrib/examples/src/java/org/apache/jackrab= bit/ incubator/jackrabbit/trunk/contrib/examples/src/java/org/apache/jackrab= bit/examples/ Added: incubator/jackrabbit/trunk/contrib/examples/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/examp= les/project.xml?view=3Dauto&rev=3D155935 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jackrabbit/trunk/contrib/examples/project.xml (added) +++ incubator/jackrabbit/trunk/contrib/examples/project.xml Wed Mar 2 10:0= 5:42 2005 @@ -0,0 +1,63 @@ + + + + + + 3 + jackrabbit-examples + Jackrabbit Examples + 0.16.2-dev + + The Apache Software Foundation + http://incubator.apache.org/projects/jackrabbit.html + http://incubator.apache.org/images/apache-incubator-logo.png + + 2005 + org.apache.jackrabbit.examples* + /images/jackrabbitlogo.gif + + The Jackrabbit Examples package contains example code for illustrating + both general JCR API usage and specific Jackrabbit features. + + Example code for JCR and Jackrabbit + + scm:subversion:http://svn.apache.org/repos/asf/incubator/j= ackrabbit/trunk/contrib/examples + scm:subversion:https://svn.apache.org/repos/asf/i= ncubator/jackrabbit/trunk/contrib/examples + http://svn.apache.org/viewcvs + + + + The Apache Software License, Version 2.0 + /LICENSE.txt + repo + + + + + + jsr170 + jcr + 0.16.2 + http://www.day.com/maven/jsr170/jars/jcr-0.16.2.jar + + + + + src/java + +