Modified checkout URL for Antville 1.2.1 branch

This commit is contained in:
Tobi Schäfer 2011-01-21 20:18:17 +00:00
parent 573e90b732
commit 6a5a389d01

View file

@ -23,10 +23,10 @@
<target name="init">
<property name="name" value="antville" />
<property name="year" value="1998-${year}" />
<property name="version" value="1.2" />
<property name="version" value="1.2.1" />
<property name="package.name" value="${name}-${version}" />
<property name="antville.src" value="http://antville.googlecode.com/svn/trunk" />
<property name="antville.src" value="http://antville.googlecode.com/svn/branches/release_1_2_1" />
<property name="helma.src" value="http://dev.helma.org/svn/helma/helma/trunk" />
<property name="apps.src" value="http://dev.helma.org/svn/apps" />