You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/01/13 19:22:21 UTC

svn commit: r1432690 - in /commons/proper/logging/trunk: pom.xml src/java/ src/main/ src/main/java/

Author: tn
Date: Sun Jan 13 18:22:20 2013
New Revision: 1432690

URL: http://svn.apache.org/viewvc?rev=1432690&view=rev
Log:
Move source to standard maven location.

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1432690&r1=1432689&r2=1432690&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Jan 13 18:22:20 2013
@@ -153,7 +153,6 @@ under the License.
   </scm>
 
   <build>
-    <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
 
     <testResources>