source: greenstone3/trunk/svnant/build.properties@ 14166

Last change on this file since 14166 was 14166, checked in by oranfry, 17 years ago

added the svnant library files

File size: 812 bytes
Line 
1# -----------------------------------------------------------------------------
2# build.properties
3# This file is referenced by the sample build.xml file.
4# -----------------------------------------------------------------------------
5
6svnant.version=1.0.0
7
8# -----------------------------------------------------------------------------
9# all jar needed
10# -----------------------------------------------------------------------------
11lib.dir=lib
12svnant.jar=${lib.dir}/svnant.jar
13svnClientAdapter.jar=${lib.dir}/svnClientAdapter.jar
14svnjavahl.jar=${lib.dir}/svnjavahl.jar
15
16svnant.latest.url=http://subclipse.tigris.org/svn/subclipse/trunk/svnant/
17svnant.this.url=http://subclipse.tigris.org/svn/subclipse/tags/svnant/${svnant.version}/
18
19svnant.repository.user=guest
20svnant.repository.passwd=""
Note: See TracBrowser for help on using the repository browser.