Project

General

Profile

« Previous | Next » 

Revision 5401

Added by berkley over 14 years ago

reverting accidentally committed changes

View differences:

build.xml
664 664
	<!-- get the dataone schemas from svn -->
665 665
	<target name="getd1schemas" depends="prepare" 
666 666
		description="Checkout dataone schemas from svn and copy to metacat sandbox">
667
	<!--	<delete dir="${build.tmp}/${dataone-0.1-schema-tag}"/>
667
		<delete dir="${build.tmp}/${dataone-0.1-schema-tag}"/>
668 668
        <svn>
669 669
            <export srcUrl="${svn.dataone-0.1-schema-url}"
670 670
                destPath="${build.tmp}/${dataone-0.1-schema-tag}" />
......
675 675
                <include name="*.xsd" />
676 676
            </fileset>
677 677
        </copy>
678
       -->
679 678
    </target>
680 679

  
681 680
	<target name="copyxsl"

Also available in: Unified diff