File: 10_to_use_system_janino

package info (click to toggle)
sunflow 0.07.2.svn396%2Bdfsg-18
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 11,832 kB
  • sloc: lisp: 168,740; java: 25,216; cpp: 3,265; python: 2,058; ruby: 1,276; xml: 105; sh: 85; makefile: 38
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: To replace removed janino.jar with system janino
Author: Cyril Brulebois <kibi@debian.org>

--- a/build.xml
+++ b/build.xml
@@ -49,7 +49,9 @@
 			<fileset dir="${build.classes.dir}" />
 			<fileset dir="." includes="${resources.dir}/*.png" />
 		</jar>
+		<!--
 		<copy todir="${release.dir}" file="${sunflow.libs}" />
+		-->
 	</target>
 
 	<!-- release directory targets -->