forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							637 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							637 B
						
					
					
				| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <project name="siprp_fichasclinicas" default="build-war" basedir=".">
 | |
| 	<description>Builds the project SIPR Fichas Clinicas</description>
 | |
| 	
 | |
| 	<import file="ant/common/evo-web-build-common.xml" />
 | |
| 	
 | |
| 	<target name="build-war" depends="web-clean,web-create-jar">
 | |
| 		<war destfile="${web.dist.dir}/${ant.project.name}.war" webxml="${basedir}/WebContent/WEB-INF/web.xml">
 | |
| 			<fileset dir="${basedir}/WebContent">
 | |
| 				<include name="**/*.*" />
 | |
| 				<exclude name="WEB-INF/web.xml" />
 | |
| 			</fileset>
 | |
| 			<lib dir="lib"/>
 | |
| 			<lib file="${web.dist.dir}/${ant.project.name}.jar"/>
 | |
| 		</war>
 | |
| 	</target>
 | |
| 
 | |
| </project>
 |