Project

General

Profile

« Previous | Next » 

Revision 4304

Added by daigle almost 16 years ago

add ldap.properties.metadata.xml to build

View differences:

build.xml
833 833
   	  <copy todir="${build.tests}" file="lib/metacat.properties" filtering="yes"/>
834 834
   	  <copy todir="${build.tests}" file="lib/metacat.properties.metadata.xml" filtering="yes"/>
835 835
   	  <copy todir="${build.tests}" file="lib/org.properties.metadata.xml" filtering="yes"/>
836
 	  <copy todir="${build.tests}" file="lib/ldap.properties.metadata.xml" filtering="yes"/>
836 837

  
837 838
      <!-- copy and compile the tests into a jar file -->
838 839
      <javac srcdir="${build.tests}"
......
875 876

  
876 877
        <batchtest fork="yes" todir="${build.dir}">
877 878
          <fileset dir="${build.tests}">
878
            <include name="**/*.class" />
879
            <include name="**/*.class"/>
879 880
          	<exclude name="**/MCTestCase.class" />
880
          	<exclude name="**/ClientViewHelperTest.java" />
881
          	<exclude name="**/ClientViewHelperTest.class" />
881 882
          </fileset>
882 883
        </batchtest>
883 884
     </junit>

Also available in: Unified diff