mirror of
				https://github.com/nerzhul/nrz-androidlib.git
				synced 2025-11-04 11:27:14 +00:00 
			
		
		
		
	Update build.xml
This commit is contained in:
		
							parent
							
								
									bc3df54080
								
							
						
					
					
						commit
						3764725980
					
				@ -10,15 +10,13 @@
 | 
			
		||||
  
 | 
			
		||||
  <target name="compile" depends="init">
 | 
			
		||||
    <!-- Compile the java code from ${src} into ${build} -->
 | 
			
		||||
    <javac srcdir="${src}" destdir="${build}"/>
 | 
			
		||||
    <javac srcdir="${src}" destdir="${build.dir}"/>
 | 
			
		||||
  </target>
 | 
			
		||||
 | 
			
		||||
  <target name="dist" depends="compile">
 | 
			
		||||
    <jar destfile="${dist.dir}/nrz-androidlib.jar" basedir="${build.dir}" />
 | 
			
		||||
  </target>
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
  <target name="clean">
 | 
			
		||||
    <delete dir="${build.dir}" />
 | 
			
		||||
    <delete dir="${dist.dir}" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user