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:47:23 UTC

svn commit: r793030 - in /excalibur/trunk/components/datasource: ./ src/java/ src/main/ src/main/java/ src/main/resources/ src/test/java/ src/test/java/org/ src/test/java/org/apache/avalon/excalibur/datasource/ids/test/ src/test/java/org/apache/avalon/...

Author: rdonkin
Date: Fri Jul 10 16:47:22 2009
New Revision: 793030

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

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=793030&r1=793029&r2=793030&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Fri Jul 10 16:47:22 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>
@@ -94,8 +94,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