Project

General

Profile

« Previous | Next » 

Revision 8100

do not pull metacatui resources from git into Metacat during build.

View differences:

build.xml
534 534
		<!--  ant dir="${utilitiesdir}" inheritAll="false"  target="dist" / -->
535 535
	</target>
536 536
	
537
	<!-- get metacatUI project -->
538
	<target name="getMetacatUI" depends="init">
539
		<git-clone-pull repository="${metacatui.git.repository.url}" dest="${metacatui.build.dir}" />
540
	</target>
541
	
542
	<target name="copyMetacatUI" depends="getMetacatUI">
543
		<copy todir="${lib.dir}${style-skins-relpath}/metacatui">
544
			<fileset dir="${metacatui.resources.dir}" includes="**/*">
545
			</fileset>
546
		</copy>
547
	</target>
548

  
549 537
	<target name="getutilities" depends="prepare"
550 538
		description="Checks utility out of svn and copies it to your metacat sandbox">
551 539
		<svn>
......
940 928
	</target>
941 929

  
942 930
	<target name="warPrepare"
943
		depends="cgiPrepare,jar,clientjar,harvesterjar,testPrepare,documentation,copyMetacatUI"
931
		depends="cgiPrepare,jar,clientjar,harvesterjar,testPrepare,documentation"
944 932
		description="Prepare files for creating a web archive (WAR)">
945 933

  
946 934
		<property name="war.lib" value="${build.war}/lib" />

Also available in: Unified diff