Return-Path: Delivered-To: apmail-excalibur-scm-archive@www.apache.org Received: (qmail 5054 invoked from network); 30 Jun 2009 09:53:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 09:53:28 -0000 Received: (qmail 19171 invoked by uid 500); 30 Jun 2009 09:53:39 -0000 Delivered-To: apmail-excalibur-scm-archive@excalibur.apache.org Received: (qmail 19134 invoked by uid 500); 30 Jun 2009 09:53:39 -0000 Mailing-List: contact scm-help@excalibur.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Excalibur Developers List" List-Id: Delivered-To: mailing list scm@excalibur.apache.org Received: (qmail 19125 invoked by uid 99); 30 Jun 2009 09:53:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 09:53:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 09:53:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1809D238885B; Tue, 30 Jun 2009 09:53:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r789644 - in /excalibur/trunk/cornerstone/threads: ./ api/ api/src/java/ api/src/main/ api/src/main/java/ api/src/main/resources/ api/src/test/ api/src/test/resources/ impl/ impl/src/java/ impl/src/main/ impl/src/main/java/ impl/src/main/re... Date: Tue, 30 Jun 2009 09:53:16 -0000 To: scm@excalibur.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090630095317.1809D238885B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Tue Jun 30 09:53:16 2009 New Revision: 789644 URL: http://svn.apache.org/viewvc?rev=789644&view=rev Log: EXLBR-43 EXLBR-38 EXLBR_42 Add relative path to parent pom https://issues.apache.org/jira/browse/EXLBR-43 https://issues.apache.org/jira/browse/EXLBR-38 https://issues.apache.org/jira/browse/EXLBR-42 Added: excalibur/trunk/cornerstone/threads/api/src/main/ excalibur/trunk/cornerstone/threads/api/src/main/java/ - copied from r786489, excalibur/trunk/cornerstone/threads/api/src/java/ excalibur/trunk/cornerstone/threads/api/src/main/resources/ excalibur/trunk/cornerstone/threads/api/src/test/ excalibur/trunk/cornerstone/threads/api/src/test/resources/ excalibur/trunk/cornerstone/threads/impl/src/main/ excalibur/trunk/cornerstone/threads/impl/src/main/java/ - copied from r786489, excalibur/trunk/cornerstone/threads/impl/src/java/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/org/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/org/apache/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/org/apache/avalon/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/org/apache/avalon/cornerstone/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/org/apache/avalon/cornerstone/blocks/ excalibur/trunk/cornerstone/threads/impl/src/main/resources/org/apache/avalon/cornerstone/blocks/threads/ excalibur/trunk/cornerstone/threads/impl/src/test/ excalibur/trunk/cornerstone/threads/impl/src/test/resources/ Removed: excalibur/trunk/cornerstone/threads/api/src/java/ excalibur/trunk/cornerstone/threads/impl/src/java/ Modified: excalibur/trunk/cornerstone/threads/api/pom.xml excalibur/trunk/cornerstone/threads/impl/pom.xml excalibur/trunk/cornerstone/threads/pom.xml excalibur/trunk/cornerstone/threads/tutorial/pom.xml Modified: excalibur/trunk/cornerstone/threads/api/pom.xml URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/api/pom.xml?rev=789644&r1=789643&r2=789644&view=diff ============================================================================== --- excalibur/trunk/cornerstone/threads/api/pom.xml (original) +++ excalibur/trunk/cornerstone/threads/api/pom.xml Tue Jun 30 09:53:16 2009 @@ -18,8 +18,9 @@ org.apache.excalibur - excalibur + excalibur-parent 4-SNAPSHOT + ../../../parent/pom.xml 4.0.0 org.apache.avalon.cornerstone.threads Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/impl/pom.xml?rev=789644&r1=789643&r2=789644&view=diff ============================================================================== --- excalibur/trunk/cornerstone/threads/impl/pom.xml (original) +++ excalibur/trunk/cornerstone/threads/impl/pom.xml Tue Jun 30 09:53:16 2009 @@ -18,8 +18,9 @@ org.apache.excalibur - excalibur + excalibur-parent 4-SNAPSHOT + ../../../parent/pom.xml 4.0.0 org.apache.avalon.cornerstone.threads Modified: excalibur/trunk/cornerstone/threads/pom.xml URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/pom.xml?rev=789644&r1=789643&r2=789644&view=diff ============================================================================== --- excalibur/trunk/cornerstone/threads/pom.xml (original) +++ excalibur/trunk/cornerstone/threads/pom.xml Tue Jun 30 09:53:16 2009 @@ -20,6 +20,7 @@ org.apache.excalibur excalibur 4-SNAPSHOT + ../../pom.xml 4.0.0 org.apache.avalon.cornerstone.threads Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?rev=789644&r1=789643&r2=789644&view=diff ============================================================================== --- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original) +++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Tue Jun 30 09:53:16 2009 @@ -18,8 +18,9 @@ org.apache.excalibur - excalibur + excalibur-parent 4-SNAPSHOT + ../../../parent/pom.xml 4.0.0 org.apache.avalon.cornerstone.threads --------------------------------------------------------------------- To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org For additional commands, e-mail: scm-help@excalibur.apache.org