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:11:43 UTC

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

Author: rdonkin
Date: Fri Jul 10 16:11:42 2009
New Revision: 793008

URL: http://svn.apache.org/viewvc?rev=793008&view=rev
Log:
EXLBR-42 EXLBR-38 Inherit from parent and use standard layout https://issues.apache.org/jira/browse/EXLBR-42 https://issues.apache.org/jira/browse/EXLBR-38

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

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?rev=793008&r1=793007&r2=793008&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Fri Jul 10 16:11:42 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>
   <groupId>org.apache.excalibur.components</groupId>



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