You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/08/01 16:30:25 UTC

svn commit: r799870 - in /commons/proper/math/trunk: pom.xml src/java/ src/main/java/

Author: luc
Date: Sat Aug  1 14:30:25 2009
New Revision: 799870

URL: http://svn.apache.org/viewvc?rev=799870&view=rev
Log:
moved main java directory for compliance with maven standard directory layout

Added:
    commons/proper/math/trunk/src/main/java/
      - copied from r799858, commons/proper/math/trunk/src/java/
Removed:
    commons/proper/math/trunk/src/java/
Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=799870&r1=799869&r2=799870&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sat Aug  1 14:30:25 2009
@@ -229,7 +229,6 @@
   </properties> 
 
   <build>
-    <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
       <testResources>
         <testResource>