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 20:35:20 UTC

svn commit: r793069 - in /excalibur/trunk/components/sourceresolve: pom.xml src/java/ src/main/ src/main/java/ src/main/resources/ src/test/java/ src/test/java/org/ src/test/org/ src/test/resources/

Author: rdonkin
Date: Fri Jul 10 18:35:19 2009
New Revision: 793069

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

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=793069&r1=793068&r2=793069&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Fri Jul 10 18:35:19 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>
-    <version>3</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <artifactId>excalibur-parent</artifactId>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Sourceresolve</name>
@@ -73,8 +73,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