You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/08 09:02:29 UTC

svn commit: r441402 - in /incubator/activemq/activecluster/trunk: DISCLAIMER.txt LICENSE.txt NOTICE.txt pom.xml src/java/ src/main/ src/main/java/ src/main/resources/ src/test/java/ src/test/java/org/ src/test/org/

Author: chirino
Date: Fri Sep  8 00:02:28 2006
New Revision: 441402

URL: http://svn.apache.org/viewvc?view=rev&rev=441402
Log:
Switch to a maven 2 directory layout and add notice files

Added:
    incubator/activemq/activecluster/trunk/DISCLAIMER.txt
      - copied unchanged from r441288, incubator/activemq/maven-plugins/trunk/DISCLAIMER.txt
    incubator/activemq/activecluster/trunk/LICENSE.txt
      - copied unchanged from r441288, incubator/activemq/maven-plugins/trunk/LICENSE.txt
    incubator/activemq/activecluster/trunk/NOTICE.txt
      - copied unchanged from r441288, incubator/activemq/maven-plugins/trunk/NOTICE.txt
    incubator/activemq/activecluster/trunk/src/main/
    incubator/activemq/activecluster/trunk/src/main/java/
      - copied from r441199, incubator/activemq/activecluster/trunk/src/java/
    incubator/activemq/activecluster/trunk/src/main/resources/
      - copied from r441288, incubator/activemq/maven-plugins/trunk/maven-gram-plugin/src/main/resources/
    incubator/activemq/activecluster/trunk/src/test/java/
    incubator/activemq/activecluster/trunk/src/test/java/org/
      - copied from r441199, incubator/activemq/activecluster/trunk/src/test/org/
Removed:
    incubator/activemq/activecluster/trunk/src/java/
    incubator/activemq/activecluster/trunk/src/test/org/
Modified:
    incubator/activemq/activecluster/trunk/pom.xml

Modified: incubator/activemq/activecluster/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/activecluster/trunk/pom.xml?view=diff&rev=441402&r1=441401&r2=441402
==============================================================================
--- incubator/activemq/activecluster/trunk/pom.xml (original)
+++ incubator/activemq/activecluster/trunk/pom.xml Fri Sep  8 00:02:28 2006
@@ -45,8 +45,6 @@
   </dependencies>
 
   <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>