From 39a3c77f0d0e011c72ec6aa193aa58cc076b0437 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sun, 4 Jun 2006 22:40:59 +0000
Subject: [PATCH] - passed to 2.3 - added the instruction to perform the
 tagging

---
 build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 76691758..85e4d87e 100644
--- a/build.xml
+++ b/build.xml
@@ -26,7 +26,7 @@
   <target name="init">
     <tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="TODAY"/></tstamp>
     <property name="doing" value="running"/>
-    <property name="version" value="2.2"/>
+    <property name="version" value="2.3"/>
     <property name="date" value="${TODAY}"/>
     <property name="login" value="euzenat"/>
     <property name="email" value="Jerome.Euzenat@inrialpes.fr"/>
@@ -152,6 +152,7 @@
     <!-- This should now go to GForge -->
     <!--copy file="${FTPDir}/align-${version}.zip" tofile="${WebDir}/align.zip" /-->
     <echo message="Please upload the released file to Gforge" />
+    <echo message="svn copy svn+ssh://euzenat@scm.gforge.inria.fr/svn/alignapi/trunk svn+ssh://euzenat@scm.gforge.inria.fr/svn/alignapi/tags/version-${version} -m 'release ${version}'"/>
     <delete file="LICENSE.TXT"/>
   </target>
 
@@ -159,6 +160,7 @@
   <target name="zip" depends="init">
     <echo message="Ziping..."/>
     <!--echo message="Are you sure that everything is OK (update/ci/compile)?"/-->
+    <!-- Unfortunately commit is not functional -->
     <!--antcall target="commit"/-->
     <antcall target="compileall"/>
     <antcall target="jar"/>
-- 
GitLab