forked from apache/xmlgraphics-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
44 lines (35 loc) · 1.47 KB
/
build.properties
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
## This is a template for settings which are useful to be
## overridden in a developer specific property files.
## Copy this to build-local.properties, uncomment and change
## properties which should be overridden.
## The file buil-local.properties is not stored in the code
## repository and ignored for file adds.
## ===================================================================
## 1. Path settings
## Path to your IKVM installation. Set this if you want to compile
## XML Graphics Commons to a .NET DLL.
## NOTE: If you want to compile the .NET DLL you'll have to
## disable the internal codecs. See below.
#ikvm.dir=C:\\javalib\\ikvm-12-07-2004\\ikvm
## ===================================================================
## 2. Switches for common tasks
## Javac switches
# javac.debug = on
# javac.optimize = off
# javac.deprecation = on
# javac.source = 1.4
# javac.target = 1.4
# javac.fork = on
## JUnit task switches
# junit.fork = on
## Packages to produce javadoc.
# javadoc.packages = org.apache.xmlgraphics.*
## ===================================================================
## 3. Project specific properties
version = 1.5svn
## Allows you to switch off the compilation of the internal image
## codecs which depend on Sun-private classes. Setting this to true
## enabled compatibility with non-Sun Java implementations such as
## Kaffe, IKVM, GCC/GCJ or even Apache Harmony (i.e. system which
## are based on GNU Classpath, for example).
# internal-codecs.disabled = false