blob: 53eeaafc6720569a04bc2c3677aaa8ddebf9a09a [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001# common properties
2# easier to set here than in xml file
3
4# set common.dir when used without ant (e.g. IvyDE)
5common.dir = ${ivy.settings.dir}
6
David Morgan Spencer Savagef977a8d2009-07-20 21:01:49 +00007ivy.jar = ${common.dir}/sigil/ivy-2.0.0-rc1.jar
8sigil-ivy-plugin.jar = ${common.dir}/sigil/sigil-ivy-plugin.jar
Richard S. Hall85bafab2009-07-13 13:25:46 +00009
10build.dir = ${basedir}/build
11build_xml = build.xml
12classes.dir = ${build.dir}/classes
13deps.dir = ${build.dir}/deps
14composite.dir = ${basedir}/xml
15src.dir = ${basedir}/src
16ivy.file = ${basedir}/ivy.xml
17
18_build.dir = ${build.dir}
19build.lib.dir = ${_build.dir}/lib
20build.etc.dir = ${_build.dir}/etc
21
22top-build.dir = ${common.dir}/../build
David Morgan Spencer Savage5f964d02009-07-28 18:58:32 +000023site.dir = ${common.dir}/../site
Richard S. Hall85bafab2009-07-13 13:25:46 +000024dist.dir = ${top-build.dir}/dist
25install.dir = ${top-build.dir}/install
Richard S. Hall85bafab2009-07-13 13:25:46 +000026repository.dir = ${top-build.dir}/repository
David Morgan Spencer Savage4ed42022009-07-22 19:11:50 +000027cache.dir = ${common.dir}/../cache
Richard S. Hall85bafab2009-07-13 13:25:46 +000028# note: clean-local task assumes repository.pattern starts with ${ivy.module}
29repository.pattern = [module]/[revision]/[type]s/[artifact].[ext]
30
David Morgan Spencer Savageb7ab2832009-07-23 13:16:00 +000031ivy.install.version=2.0.0
32bnd.install.version=0.0.312
33equinox.install.version=3.4.0.v20080421-2006
34equinox.release=ganymede
35
Richard S. Hall85bafab2009-07-13 13:25:46 +000036resolve.log = download-only
37
38# over-ridden by hudson
39buildVersion = 0.8.0-dev
40
41# end
42