Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 12974 invoked from network); 21 Nov 2006 11:40:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 11:40:17 -0000 Received: (qmail 57721 invoked by uid 500); 21 Nov 2006 11:40:27 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 57700 invoked by uid 500); 21 Nov 2006 11:40:27 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 57690 invoked by uid 99); 21 Nov 2006 11:40:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 03:40:27 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 03:40:16 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 4E78A1A9846; Tue, 21 Nov 2006 03:39:42 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r477632 - in /jackrabbit/trunk/jcr-server: maven.xml project.xml Date: Tue, 21 Nov 2006 11:39:42 -0000 To: commits@jackrabbit.apache.org From: angela@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061121113942.4E78A1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: angela Date: Tue Nov 21 03:39:41 2006 New Revision: 477632 URL: http://svn.apache.org/viewvc?view=rev&rev=477632 Log: JCR-612 : Restructure the Jackrabbit source tree move jcr-server/server one level up update maven.xml, project.xml Modified: jackrabbit/trunk/jcr-server/maven.xml jackrabbit/trunk/jcr-server/project.xml Modified: jackrabbit/trunk/jcr-server/maven.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jcr-server/maven.xml?view=diff&rev=477632&r1=477631&r2=477632 ============================================================================== --- jackrabbit/trunk/jcr-server/maven.xml (original) +++ jackrabbit/trunk/jcr-server/maven.xml Tue Nov 21 03:39:41 2006 @@ -15,19 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + - - - - - + Modified: jackrabbit/trunk/jcr-server/project.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jcr-server/project.xml?view=diff&rev=477632&r1=477631&r2=477632 ============================================================================== --- jackrabbit/trunk/jcr-server/project.xml (original) +++ jackrabbit/trunk/jcr-server/project.xml Tue Nov 21 03:39:41 2006 @@ -21,16 +21,12 @@ 3 org.apache.jackrabbit - server + jackrabbit-jcr-server - Jackrabbit-Server + Jackrabbit WebDAV Server 1.1-SNAPSHOT 2005 org.apache.jackrabbit.* - - WebDAV library and WebDAV based JCR client/server connection facility. - - JCRWebdav Server @@ -39,4 +35,77 @@ repo + + + + + + + + jackrabbit-webdav + org.apache.jackrabbit + ${pom.currentVersion} + + + org.apache.jackrabbit + jackrabbit-jcr-commons + ${jackrabbit.build.version.jackrabbit} + + + + + jsr170 + jcr + ${jackrabbit.build.version.jcr} + + + + + org.slf4j + slf4j-log4j12 + 1.0 + + + servletapi + servletapi + 2.3 + + + xerces + xercesImpl + 2.6.2 + http://xerces.apache.org/xerces2-j/ + + + xerces + xmlParserAPIs + 2.0.2 + + + + + + + + ${basedir}/src/main/java + + + META-INF + .. + + LICENSE.txt + README.txt + + + + src/java + + **/*.xml + **/*.xsd + **/*.properties + **/*.dtd + + + +