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

(-)prefuse-alpha.old/build.xml (-4 / +10 lines)
Lines 134-140 Link Here
134
           destdir="${build.prefuse.dest}"
134
           destdir="${build.prefuse.dest}"
135
           debug="${debug}"
135
           debug="${debug}"
136
           deprecation="${deprecation}"
136
           deprecation="${deprecation}"
137
           optimize="${optimize}"/>
137
           optimize="${optimize}"
138
	   source="1.4"
139
	   target="1.4"/>
138
  </target>
140
  </target>
139
141
140
  <!-- =================================================================== -->
142
  <!-- =================================================================== -->
Lines 151-157 Link Here
151
		   classpath="${build.dir}/${name}.jar"
153
		   classpath="${build.dir}/${name}.jar"
152
           debug="${debug}"
154
           debug="${debug}"
153
           deprecation="${deprecation}"
155
           deprecation="${deprecation}"
154
           optimize="${optimize}"/>
156
           optimize="${optimize}"
157
	   source="1.4"
158
	   target="1.4"/>
155
  </target>
159
  </target>
156
160
157
  <!-- =================================================================== -->
161
  <!-- =================================================================== -->
Lines 168-174 Link Here
168
		   classpath="${build.dir}/${name}x.jar;${build.dir}/${name}.jar"
172
		   classpath="${build.dir}/${name}x.jar;${build.dir}/${name}.jar"
169
           debug="${debug}"
173
           debug="${debug}"
170
           deprecation="${deprecation}"
174
           deprecation="${deprecation}"
171
           optimize="${optimize}"/>
175
           optimize="${optimize}"
176
	   source="1.4"
177
	   target="1.4"/>
172
  </target>
178
  </target>
173
179
174
  <!-- =================================================================== -->
180
  <!-- =================================================================== -->
Lines 311-314 Link Here
311
  </target>
317
  </target>
312
</project>
318
</project>
313
319
314
<!-- End of file -->
320
<!-- End of file -->

Return to bug 71407