You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/05/23 17:11:40 UTC

svn commit: r947425 - in /axis/axis2/java/transports/trunk/modules/udp: pom.xml src/test/ src/test/java/ src/test/java/org/ test/

Author: veithen
Date: Sun May 23 15:11:40 2010
New Revision: 947425

URL: http://svn.apache.org/viewvc?rev=947425&view=rev
Log:
Guys, I can understand that there are fans of the src & test naming convention, but please don't use two different conventions (src/main/java & test) in the same project...

Added:
    axis/axis2/java/transports/trunk/modules/udp/src/test/
    axis/axis2/java/transports/trunk/modules/udp/src/test/java/
    axis/axis2/java/transports/trunk/modules/udp/src/test/java/org/
      - copied from r947423, axis/axis2/java/transports/trunk/modules/udp/test/org/
Removed:
    axis/axis2/java/transports/trunk/modules/udp/test/
Modified:
    axis/axis2/java/transports/trunk/modules/udp/pom.xml

Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp/pom.xml?rev=947425&r1=947424&r2=947425&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Sun May 23 15:11:40 2010
@@ -34,7 +34,6 @@
     <packaging>bundle</packaging>
 
     <build>
-        <testSourceDirectory>test</testSourceDirectory>
         <plugins>
             <plugin>
                 <groupId>org.apache.felix</groupId>