source: release-kits/lirk3/ant-scripts/tasks/svnant/build.properties@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

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.