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

(-)statsvn-0.7.0/build.xml.orig (-9 lines)
Lines 130-144 Link Here
130
	</target>
130
	</target>
131
131
132
	<target name="dist"  depends="compile,copyfiles">
132
	<target name="dist"  depends="compile,copyfiles">
133
		<!-- Creates an executable jar file for the project -->
134
		<unjar src="${lib}/${statcvs.jar}" dest="${build}" />
135
		<!-- Expand and use the concurrent JAR -->
136
		<unjar src="${lib}/${concurrent.jar}" dest="${build}" />
137
138
		<!-- Now included in statcvs.jar -->
139
		<!--<unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
140
		<unjar src="${lib}/${jcommon.jar}" dest="${build}" />-->
141
		
142
		<mkdir dir="${dist}" />
133
		<mkdir dir="${dist}" />
143
		<jar jarfile="${dist}/${project.jar}" basedir="${build}">
134
		<jar jarfile="${dist}/${project.jar}" basedir="${build}">
144
			<manifest>
135
			<manifest>

Return to bug 312157