source: release-kits/shared/ant-tasks/svnant/build.properties@ 17129

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

a newer version of svnant

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