Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 39a3c77f authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- passed to 2.3

- added the instruction to perform the tagging
parent 67d6e2b4
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment