Mercurial > hg4j
comparison build.xml @ 470:31bd09da0dcf
Switch to 1.1 development
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 11 Jul 2012 19:06:30 +0200 |
parents | 3ca4ae7bdd38 |
children | 09f2d38ecf26 |
comparison
equal
deleted
inserted
replaced
469:e04e7ecc4882 | 470:31bd09da0dcf |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2010-2011 TMate Software Ltd | 3 Copyright (c) 2010-2012 TMate Software Ltd |
4 | 4 |
5 This program is free software; you can redistribute it and/or modify | 5 This program is free software; you can redistribute it and/or modify |
6 it under the terms of the GNU General Public License as published by | 6 it under the terms of the GNU General Public License as published by |
7 the Free Software Foundation; version 2 of the License. | 7 the Free Software Foundation; version 2 of the License. |
8 | 8 |
25 * rebuild - clean build | 25 * rebuild - clean build |
26 </description> | 26 </description> |
27 | 27 |
28 <property name="junit.jar" value="lib/junit-4.8.2.jar" /> | 28 <property name="junit.jar" value="lib/junit-4.8.2.jar" /> |
29 <property name="ver.qualifier" value="" /> | 29 <property name="ver.qualifier" value="" /> |
30 <property name="version.lib" value="1.0.0" /> | 30 <property name="version.lib" value="1.1.0" /> |
31 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> | 31 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> |
32 <property name="compile-with-debug" value="yes"/> | 32 <property name="compile-with-debug" value="yes"/> |
33 | 33 |
34 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> | 34 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> |
35 <property name="hg4j-tests.jar" value="hg4j-tests_${version.jar}.jar" /> | 35 <property name="hg4j-tests.jar" value="hg4j-tests_${version.jar}.jar" /> |