Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153992 | Differences between
and this patch

Collapse All | Expand All

(-)build.xml.orig (-1 / +6 lines)
Lines 70-75 Link Here
70
70
71
71
72
	<!-- Define new ant tasks -->
72
	<!-- Define new ant tasks -->
73
	<!-- Commented to suppress warnings
73
74
74
	<taskdef name="izpack"
75
	<taskdef name="izpack"
75
		onerror="report"
76
		onerror="report"
Lines 88-93 Link Here
88
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
89
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
89
90
90
91
92
	-->
91
	<target name="i18n">
93
	<target name="i18n">
92
		<exec dir="resources/i18n" executable="bash">
94
		<exec dir="resources/i18n" executable="bash">
93
			<arg line="compile"/>
95
			<arg line="compile"/>
Lines 103-109 Link Here
103
		<copy file="resources/help/question.png" todir="dist/help"/>
105
		<copy file="resources/help/question.png" todir="dist/help"/>
104
	</target>
106
	</target>
105
107
106
	<target name="xdevelop" depends="i18n,faq">
108
	<!-- Edited to support "nls" USE flag -->
109
	<target name="xdevelop" depends="faq">
107
		<exec dir="resources/ffdecode" executable="make"/>
110
		<exec dir="resources/ffdecode" executable="make"/>
108
		<copy file="dist/help/jubler-faq.html" todir="build/classes/help"/>
111
		<copy file="dist/help/jubler-faq.html" todir="build/classes/help"/>
109
	</target>
112
	</target>
Lines 260-268 Link Here
260
	</target>
263
	</target>
261
	
264
	
262
	<target name="noMacSystem" depends="findsystem" if="isNotMac">
265
	<target name="noMacSystem" depends="findsystem" if="isNotMac">
266
	<!-- We do not want this behavior since we patch the file accordingly.
263
		<copy todir="src/com">
267
		<copy todir="src/com">
264
			<fileset dir="resources/system/no_mac"/>
268
			<fileset dir="resources/system/no_mac"/>
265
		</copy>
269
		</copy>
270
	-->
266
	</target>
271
	</target>
267
272
268
	<target name="MacSystem" depends="findsystem" if="isMac">
273
	<target name="MacSystem" depends="findsystem" if="isMac">

Return to bug 153992