View | Details | Raw Unified
Collapse All | Expand All

(-) Jubler-3.0.0-rc4_build/build.xml (-1 / +6 lines)
 Lines 70-75    Link Here 
	<!-- Define new ant tasks -->
	<!-- Define new ant tasks -->
	<!-- Added to suppress warnings
	<taskdef name="izpack"
	<taskdef name="izpack"
		onerror="report"
		onerror="report"
 Lines 86-91    Link Here 
		onerror="report"
		onerror="report"
		classpath="../TOOLS/jarbundler/jarbundler-1.4.jar"
		classpath="../TOOLS/jarbundler/jarbundler-1.4.jar"
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
	-->
	<target name="i18n">
	<target name="i18n">
 Lines 94-100    Link Here 
		</exec>
		</exec>
	</target>
	</target>
	<target name="xdevelop" depends="i18n"> <exec dir="resources/ffdecode" executable="make"/> </target>
	<!-- Edited to support "nls" USE flag -->
	<target name="xdevelop"> <exec dir="resources/ffdecode" executable="make"/> </target>
	<target name="cleanmac">
	<target name="cleanmac">
	</target>
	</target>
 Lines 238-246    Link Here 
	</target>
	</target>
	
	
	<target name="noMacSystem" depends="findsystem" if="isNotMac">
	<target name="noMacSystem" depends="findsystem" if="isNotMac">
	<!-- We do not want this behavior since we patch the file accordingly.
		<copy todir="src/com">
		<copy todir="src/com">
			<fileset dir="resources/system/no_mac"/>
			<fileset dir="resources/system/no_mac"/>
		</copy>
		</copy>
	-->
	</target>
	</target>
	<target name="MacSystem" depends="findsystem" if="isMac">
	<target name="MacSystem" depends="findsystem" if="isMac">