Project

General

Profile

« Previous | Next » 

Revision 5399

Added by berkley over 14 years ago

trying another build../cicore/cn-buildout/dataone-cn-metacat/usr/share/metacat/knb.war

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
       -->
678 679
    </target>
679 680

  
680 681
	<target name="copyxsl"

Also available in: Unified diff