File: 02_default_properties.patch

package info (click to toggle)
libjgoodies-forms-java 1.0.5-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,696 kB
  • ctags: 1,280
  • sloc: java: 7,315; xml: 209; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- default.properties	2004-10-10 13:11:48.000000000 +0200
+++ default.properties	2005-08-01 21:46:36.000000000 +0200
@@ -56,7 +56,7 @@
 build.javadocs.dir = ${build.docs.dir}/api
 build.reports.dir  = ${build.dir}/test-reports
 
-build.main.jar     = ${build.dir}/${name}.jar
+build.main.jar     = ${build.dir}/${name}-${impl.version}.jar
 
 
 # Dist Properties -----------------------------------------------