You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/08/16 06:33:10 UTC

svn commit: r566481 - /directory/apacheds/trunk/server-unit/pom.xml

Author: akarasulu
Date: Wed Aug 15 21:33:01 2007
New Revision: 566481

URL: http://svn.apache.org/viewvc?view=rev&rev=566481
Log:
enrique fixed NTP test so we can now include it in the integration test runs

Modified:
    directory/apacheds/trunk/server-unit/pom.xml

Modified: directory/apacheds/trunk/server-unit/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-unit/pom.xml?view=diff&rev=566481&r1=566480&r2=566481
==============================================================================
--- directory/apacheds/trunk/server-unit/pom.xml (original)
+++ directory/apacheds/trunk/server-unit/pom.xml Wed Aug 15 21:33:01 2007
@@ -135,9 +135,6 @@
               <forkMode>pertest</forkMode>
               <!-- <argLine>-agentlib:yjpagent</argLine> -->
               <argLine>-Xmx1024m</argLine>
-              <excludes>
-                <exclude>**/NtpITest.java</exclude>
-              </excludes>
             </configuration>
           </plugin>
         </plugins>