mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			298 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			298 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <project name="custom_rules">
 | |
|     <target name="-post-compile">
 | |
|         <echo>Copying jar file for binary distribution</echo>
 | |
|         <copy file="${out.absolute.dir}/classes.jar" toFile="${out.absolute.dir}/${ant.project.name}.jar" />
 | |
|     </target>
 | |
| </project> |