Author: veithen
Date: Tue Dec 28 10:38:02 2010
New Revision: 1053300
URL: http://svn.apache.org/viewvc?rev=1053300&view=rev
Log:
Removed incorrect or redundant sourceDirectory and testSourceDirectory. This
should fix the problem that the unit test classes are included in the Javadoc
published with the site.
Modified:
axis/axis2/java/sandesha/trunk/modules/tests/pom.xml
Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=1053300&r1=1053299&r2=1053300&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Tue Dec 28 10:38:02
2010
@@ -40,8 +40,6 @@
<url>http://axis.apache.org/axis2/java/sandesha/</url>
<build>
- <sourceDirectory>src/test/java</sourceDirectory>
- <testSourceDirectory>src/test/java</testSourceDirectory>
<testResources>
<testResource>
<directory>test-resources</directory>