Project

General

Profile

« Previous | Next » 

Revision 7567

Added by Jing Tao almost 11 years ago

copy the metacat-index.war file to the app.deploy.dir rather than dist.dir.

View differences:

build.xml
1691 1691
	</target>
1692 1692
	
1693 1693
	<target name="install-metacat-index" depends="init, build-metacat-index" description="Copy metacat-index.war to dist folder" >		
1694
		<copy tofile="${dist.dir}/metacat-index.war" >
1694
		<copy tofile="${app.deploy.dir}/metacat-index.war" >
1695 1695
			<fileset dir="metacat-index/target" includes="metacat-index*.war"></fileset>
1696 1696
		</copy>	
1697 1697
	</target>

Also available in: Unified diff