You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2004/09/28 23:26:39 UTC

svn commit: rev 47420 - in incubator/directory/seda/trunk: . src/java/org/apache/seda src/test/org/apache/seda

Author: erodriguez
Date: Tue Sep 28 14:26:39 2004
New Revision: 47420

Added:
   incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java
      - copied unchanged from rev 47418, incubator/directory/seda/trunk/src/java/org/apache/seda/ProtocolTestCase.java
Removed:
   incubator/directory/seda/trunk/src/java/org/apache/seda/ProtocolTestCase.java
Modified:
   incubator/directory/seda/trunk/project.xml
Log:
moved ProtocolTestCase to test directory and updated project.xml correspondingly

Modified: incubator/directory/seda/trunk/project.xml
==============================================================================
--- incubator/directory/seda/trunk/project.xml	(original)
+++ incubator/directory/seda/trunk/project.xml	Tue Sep 28 14:26:39 2004
@@ -155,7 +155,7 @@
       </includes>
 
       <excludes>
-          <exclude></exclude>
+          <exclude>**/ProtocolTestCase.java</exclude>
       </excludes>
 
       <resources>