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 2008/07/22 19:42:59 UTC

svn commit: r678829 - /directory/apacheds/branches/bigbang/server-unit/pom.xml

Author: akarasulu
Date: Tue Jul 22 10:42:58 2008
New Revision: 678829

URL: http://svn.apache.org/viewvc?rev=678829&view=rev
Log:
temporarily ignore psearch until we get things in order

Modified:
    directory/apacheds/branches/bigbang/server-unit/pom.xml

Modified: directory/apacheds/branches/bigbang/server-unit/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/server-unit/pom.xml?rev=678829&r1=678828&r2=678829&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/server-unit/pom.xml (original)
+++ directory/apacheds/branches/bigbang/server-unit/pom.xml Tue Jul 22 10:42:58 2008
@@ -165,6 +165,10 @@
               <forkMode>pertest</forkMode>
               <!-- <argLine>-agentlib:yjpagent</argLine> -->
               <argLine>-Xmx1024m</argLine>
+              <excludes>
+                <exclude>**/Abstract*</exclude>
+                <exclude>**/PersistentSearchTest*</exclude>
+              </excludes>
             </configuration>
           </plugin>
         </plugins>