sonarrradarrplexorganizrnginxdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelanding
		
		
		
		
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							763 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							763 B
						
					
					
				| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="resource-operations" default="build"> | |
|  <target name="build" depends="generate" /> | |
| 
 | |
|  <target name="generate" depends="download-arginfo"> | |
|   <exec executable="${basedir}/build/generate.php" taskname="generate" /> | |
|  </target> | |
| 
 | |
|  <target name="download-arginfo"> | |
|   <tstamp> | |
|    <format property="thirty.days.ago" pattern="MM/dd/yyyy hh:mm aa" offset="-30" unit="day"/> | |
|   </tstamp> | |
| 
 | |
|   <delete> | |
|    <fileset dir="${basedir}/build"> | |
|     <include name="arginfo.php" /> | |
|     <date datetime="${thirty.days.ago}" when="before"/> | |
|    </fileset> | |
|   </delete> | |
| 
 | |
|   <get src="https://raw.githubusercontent.com/rlerdorf/phan/master/includes/arginfo.php" dest="${basedir}/build/arginfo.php" skipexisting="true"/> | |
|  </target> | |
| </project> | |
| 
 | |
| 
 |