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.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							384 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							384 B
						
					
					
				| <project name="evo-gwt-library-build" default="library-deploy" basedir="../"> 
 | |
| 	
 | |
| 	<target name="app-pre-build">
 | |
| 		<copy verbose="true" failonerror="true" overwrite="true" todir="${app.build.dir}">
 | |
| 			<fileset dir="${app.src.dir}">
 | |
| 				<include name="**/*.java" />
 | |
| 				<include name="*.java" />
 | |
| 			</fileset>
 | |
| 		</copy>
 | |
| 	</target>
 | |
| 	
 | |
| 	<import file="evo-library-build.xml" />
 | |
| 	
 | |
| </project> |