You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/10 18:50:08 UTC

svn commit: r793031 - in /excalibur/trunk/components/pool/api: pom.xml src/java/ src/main/ src/main/java/ src/main/resources/ src/test/ src/test/java/ src/test/resources/

Author: rdonkin
Date: Fri Jul 10 16:50:07 2009
New Revision: 793031

URL: http://svn.apache.org/viewvc?rev=793031&view=rev
Log:
EXLBR-38 EXLBR-42 Switch to conventional layout and inherit from parent pom https://issues.apache.org/jira/browse/EXLBR-38 https://issues.apache.org/jira/browse/EXLBR-42

Added:
    excalibur/trunk/components/pool/api/src/main/
    excalibur/trunk/components/pool/api/src/main/java/
      - copied from r792826, excalibur/trunk/components/pool/api/src/java/
    excalibur/trunk/components/pool/api/src/main/resources/
    excalibur/trunk/components/pool/api/src/test/
    excalibur/trunk/components/pool/api/src/test/java/
    excalibur/trunk/components/pool/api/src/test/resources/
Removed:
    excalibur/trunk/components/pool/api/src/java/
Modified:
    excalibur/trunk/components/pool/api/pom.xml

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?rev=793031&r1=793030&r2=793031&view=diff
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Fri Jul 10 16:50:07 2009
@@ -18,9 +18,9 @@
 <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">
   <parent>
     <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <artifactId>excalibur-parent</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool API</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org