You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2005/12/11 01:08:06 UTC

svn commit: r355816 - in /geronimo/trunk: modules/activation/pom.xml pom.xml

Author: adc
Date: Sat Dec 10 16:08:02 2005
New Revision: 355816

URL: http://svn.apache.org/viewcvs?rev=355816&view=rev
Log:
Updated source and test directories.  "Non-standard" setups should have their directories set in the local pom; it should not be set in the root pom of the Geronimo project.

Modified:
    geronimo/trunk/modules/activation/pom.xml
    geronimo/trunk/pom.xml

Modified: geronimo/trunk/modules/activation/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/activation/pom.xml?rev=355816&r1=355815&r2=355816&view=diff
==============================================================================
--- geronimo/trunk/modules/activation/pom.xml (original)
+++ geronimo/trunk/modules/activation/pom.xml Sat Dec 10 16:08:02 2005
@@ -18,4 +18,8 @@
       <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
     </dependency>    
   </dependencies>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+  </build>
 </project>

Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=355816&r1=355815&r2=355816&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Sat Dec 10 16:08:02 2005
@@ -373,9 +373,6 @@
   </distributionManagement>
 
   <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-
     <plugins>
       <plugin>
         <artifactId>maven-one-plugin</artifactId>