Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174727
Collapse All | Expand All

(-)sunflow/build.xml (-3 lines)
Lines 72-80 Link Here
72
			<zipfileset dir="." includes="LICENSE" prefix="sunflow" />
72
			<zipfileset dir="." includes="LICENSE" prefix="sunflow" />
73
			<zipfileset dir="." includes="README" prefix="sunflow" />
73
			<zipfileset dir="." includes="README" prefix="sunflow" />
74
		</zip>
74
		</zip>
75
		<zip destfile="${release.data.zip}" comment="${sunflow.zip.comment} - Example data files">
76
			<zipfileset dir="examples" prefix="sunflow/examples" />
77
		</zip>
78
	</target>
75
	</target>
79
76
80
	<target name="javadoc" depends="init" description="Generate documentation">
77
	<target name="javadoc" depends="init" description="Generate documentation">

Return to bug 174727