View | Details | Raw Unified
Collapse All | Expand All

(-) build.xml.orig (-1 / +6 lines)
 Lines 70-75    Link Here 
	<!-- Define new ant tasks -->
	<!-- Define new ant tasks -->
	<!-- Commented to suppress warnings
	<taskdef name="izpack"
	<taskdef name="izpack"
		onerror="report"
		onerror="report"
 Lines 88-93    Link Here 
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
	-->
	<target name="i18n">
	<target name="i18n">
		<exec dir="resources/i18n" executable="bash">
		<exec dir="resources/i18n" executable="bash">
			<arg line="compile"/>
			<arg line="compile"/>
 Lines 103-109    Link Here 
		<copy file="resources/help/question.png" todir="dist/help"/>
		<copy file="resources/help/question.png" todir="dist/help"/>
	</target>
	</target>
	<target name="xdevelop" depends="i18n,faq">
	<!-- Edited to support "nls" USE flag -->
	<target name="xdevelop" depends="faq">
		<exec dir="resources/ffdecode" executable="make"/>
		<exec dir="resources/ffdecode" executable="make"/>
		<copy file="dist/help/jubler-faq.html" todir="build/classes/help"/>
		<copy file="dist/help/jubler-faq.html" todir="build/classes/help"/>
	</target>
	</target>
 Lines 260-268    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">