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>
|