Project

General

Profile

« Previous | Next » 

Revision 4121

Added by daigle about 16 years ago

Copy properties metadata files to test directories during testprep so we can use PropertyService in tests.

View differences:

build.xml
70 70
        <fileset dir="lib">
71 71
          <include name="*.jar"/>
72 72
        </fileset>
73
	<fileset dir="lib">
73
	    <fileset dir="lib">
74 74
           <include name="xalan.jar"/>
75 75
         </fileset>
76 76
       <fileset dir="lib/lsid_lib">
......
83 83
        </fileset>
84 84
        <pathelement location="lib/spatial/geoserver/WEB-INF/classes"/>
85 85

  
86
       </path>
86
      </path>
87 87
      
88 88
      <!-- It is less likely you'll need to make any changes from here down,
89 89
           but customization is possible -->
......
799 799
          <include name="edu/**"/>
800 800
        </fileset>
801 801
      </copy>
802
   	<copy todir="${build.tests}" file="lib/metacat.properties" filtering="yes">
803
   	        
804
   	 </copy>
802
   	  <copy todir="${build.tests}" file="lib/metacat.properties" filtering="yes"/>
803
   	  <copy todir="${build.tests}" file="lib/metacat.properties.metadata.xml" filtering="yes"/>
804
   	  <copy todir="${build.tests}" file="lib/org.properties.metadata.xml" filtering="yes"/>
805

  
805 806
      <!-- copy and compile the tests into a jar file -->
806 807
      <javac srcdir="${build.tests}"
807 808
             destdir="${build.tests}"

Also available in: Unified diff