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

(-)Jubler-3.0.0-rc4_build/build.xml (-1 / +6 lines)
Lines 70-75 Link Here
70
70
71
71
72
	<!-- Define new ant tasks -->
72
	<!-- Define new ant tasks -->
73
	<!-- Added to suppress warnings
73
74
74
	<taskdef name="izpack"
75
	<taskdef name="izpack"
75
		onerror="report"
76
		onerror="report"
Lines 86-91 Link Here
86
		onerror="report"
87
		onerror="report"
87
		classpath="../TOOLS/jarbundler/jarbundler-1.4.jar"
88
		classpath="../TOOLS/jarbundler/jarbundler-1.4.jar"
88
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
89
		classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
90
	-->
89
91
90
92
91
	<target name="i18n">
93
	<target name="i18n">
Lines 94-100 Link Here
94
		</exec>
96
		</exec>
95
	</target>
97
	</target>
96
98
97
	<target name="xdevelop" depends="i18n"> <exec dir="resources/ffdecode" executable="make"/> </target>
99
	<!-- Edited to support "nls" USE flag -->
100
	<target name="xdevelop"> <exec dir="resources/ffdecode" executable="make"/> </target>
98
101
99
	<target name="cleanmac">
102
	<target name="cleanmac">
100
	</target>
103
	</target>
Lines 238-246 Link Here
238
	</target>
241
	</target>
239
	
242
	
240
	<target name="noMacSystem" depends="findsystem" if="isNotMac">
243
	<target name="noMacSystem" depends="findsystem" if="isNotMac">
244
	<!-- We do not want this behavior since we patch the file accordingly.
241
		<copy todir="src/com">
245
		<copy todir="src/com">
242
			<fileset dir="resources/system/no_mac"/>
246
			<fileset dir="resources/system/no_mac"/>
243
		</copy>
247
		</copy>
248
	-->
244
	</target>
249
	</target>
245
250
246
	<target name="MacSystem" depends="findsystem" if="isMac">
251
	<target name="MacSystem" depends="findsystem" if="isMac">

Return to bug 153992