File: default.properties

package info (click to toggle)
libjgoodies-common-java 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,584 kB
  • sloc: java: 2,527; xml: 184; makefile: 7
file content (80 lines) | stat: -rw-r--r-- 2,742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# -------------------------------------------------------------
# JGOODIES COMMON DEFAULT BUILD PROPERTIES
# -------------------------------------------------------------
#
# DO NOT EDIT THIS FILE IN ORDER TO CUSTOMIZE BUILD PROPERTIES.
# CREATE AND EDIT build.properties FILE INSTEAD.
#

# Project Properties ------------------------------------------
Name=JGoodies Common
shortname=common
name=jgoodies-${shortname}
spec.version=1.3
impl.version=1.3.0
version.name=${impl.version}
dist.version=1_3_0-20120207
spec.title=${Name} API Specification
impl.title=${Name}
spec.vendor=JGoodies Karsten Lentzsch
impl.vendor=JGoodies Karsten Lentzsch
copyright.date=2009-2012
copyright.owner=JGoodies Karsten Lentzsch
copyright.message=Copyright © ${copyright.date} ${copyright.owner}. All Rights Reserved.

top.dir=${basedir}


# Source Properties -------------------------------------------
src.dir          = ${top.dir}/src
src.core.dir     = ${src.dir}/core
src.test.dir     = ${src.dir}/test
docs.dir         = ${top.dir}/docs


# JavaDoc Properties ------------------------------------------
javadoc.link=http://download.oracle.com/javase/1.6.0/docs/api/
javadoc.packages=com.jgoodies.common.*
javadoc.overview=${src.core.dir}/overview.html


# Build Properties --------------------------------------------
build.compiler.pedantic=false
build.compile.debug=on
build.compile.deprecation=off
build.compile.fork=no
build.compile.nowarn=on
build.compile.source=1.6
build.compile.target=1.6
build.encoding=ISO-8859-1

build.dir          = ${top.dir}/build
build.classes.dir  = ${build.dir}/classes
build.core.dir     = ${build.classes.dir}/core
build.test.dir     = ${build.classes.dir}/test
build.docs.dir     = ${build.dir}/docs
build.javadocs.dir = ${build.docs.dir}/api
build.reports.dir  = ${build.dir}/test-reports

build.core.jar     = ${build.dir}/${name}.jar

build.maven.dir    = ${build.dir}/maven
build.maven.pom.template = ${top.dir}/conf/maven-pom-template.xml


# Dist Properties -----------------------------------------------
dist.root.dir     = ${top.dir}/dist
dist.name         = ${name}-${impl.version}
deploy.name       = ${name}-${dist.version}
dist.subdir       = ${dist.name}
dist.dir          = ${dist.root.dir}/${dist.subdir}
dist.zip          = ${dist.root.dir}/${deploy.name}.zip
dist.src.dir      = ${dist.dir}/src
dist.docs.dir     = ${dist.dir}/docs
dist.core.jar     = ${dist.dir}/${dist.name}.jar

dist.maven.pom     = ${build.maven.dir}/pom.xml
dist.maven.bin.jar = ${build.maven.dir}/${dist.name}.jar
dist.maven.src.jar = ${build.maven.dir}/${dist.name}-sources.jar
dist.maven.bundle  = ${dist.root.dir}/${dist.name}-bundle.jar