You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/07/27 03:31:45 UTC

svn commit: r425927 - /incubator/openjpa/trunk/pom.xml

Author: mprudhom
Date: Wed Jul 26 18:31:45 2006
New Revision: 425927

URL: http://svn.apache.org/viewvc?rev=425927&view=rev
Log:
Removed bogus testSourceDirectory which I had accidentally added.

Modified:
    incubator/openjpa/trunk/pom.xml

Modified: incubator/openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?rev=425927&r1=425926&r2=425927&view=diff
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Wed Jul 26 18:31:45 2006
@@ -157,9 +157,6 @@
     </dependencies>
 
     <build>
-        <!-- needed to let maven pass the "compile" phase -->
-        <testSourceDirectory>/none/</testSourceDirectory>
-
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>