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:07:24 UTC

svn commit: r793005 - in /excalibur/trunk/components/monitor: ./ src/java/ src/main/ src/main/java/ src/main/resources/ src/test/java/ src/test/java/org/ src/test/java/org/apache/avalon/excalibur/monitor/test/ src/test/org/ src/test/resources/ src/test...

Author: rdonkin
Date: Fri Jul 10 16:07:24 2009
New Revision: 793005

URL: http://svn.apache.org/viewvc?rev=793005&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/monitor/src/main/
    excalibur/trunk/components/monitor/src/main/java/
      - copied from r792826, excalibur/trunk/components/monitor/src/java/
    excalibur/trunk/components/monitor/src/main/resources/
    excalibur/trunk/components/monitor/src/test/java/
    excalibur/trunk/components/monitor/src/test/java/org/
      - copied from r792826, excalibur/trunk/components/monitor/src/test/org/
    excalibur/trunk/components/monitor/src/test/resources/
    excalibur/trunk/components/monitor/src/test/resources/org/
    excalibur/trunk/components/monitor/src/test/resources/org/apache/
    excalibur/trunk/components/monitor/src/test/resources/org/apache/avalon/
    excalibur/trunk/components/monitor/src/test/resources/org/apache/avalon/excalibur/
    excalibur/trunk/components/monitor/src/test/resources/org/apache/avalon/excalibur/monitor/
    excalibur/trunk/components/monitor/src/test/resources/org/apache/avalon/excalibur/monitor/test/
    excalibur/trunk/components/monitor/src/test/resources/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest
      - copied unchanged from r792826, excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest
Removed:
    excalibur/trunk/components/monitor/src/java/
    excalibur/trunk/components/monitor/src/test/java/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest
    excalibur/trunk/components/monitor/src/test/org/
Modified:
    excalibur/trunk/components/monitor/pom.xml

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=793005&r1=793004&r2=793005&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Fri Jul 10 16:07:24 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>
@@ -62,8 +62,6 @@
     </dependency>
   </dependencies>
   <build>
-    <sourceDirectory>${basedir}/src/java</sourceDirectory>
-    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>



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