comparison build.xml @ 613:f41dd9a3b8af v1.1m4

Remove few Experimental annotations as the API they've marked graduates
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 10 May 2013 17:31:27 +0200
parents e4a71afd3c71
children 4ec2d44e2bf3
comparison
equal deleted inserted replaced
612:dca70c0b1f74 613:f41dd9a3b8af
147 </jar> 147 </jar>
148 </target> 148 </target>
149 149
150 <target name="build-tests" depends="build-lib"> 150 <target name="build-tests" depends="build-lib">
151 <mkdir dir="bin" /> 151 <mkdir dir="bin" />
152 <javac srcdir="test" destdir="bin" debug="${compile-with-debug}" > 152 <javac srcdir="test" destdir="bin" debug="${compile-with-debug}" includeantruntime="no">
153 <classpath> 153 <classpath>
154 <pathelement location="${hg4j.jar}"/> 154 <pathelement location="${hg4j.jar}"/>
155 <pathelement location="${junit.jar}"/> 155 <pathelement location="${junit.jar}"/>
156 </classpath> 156 </classpath>
157 </javac> 157 </javac>
163 </jar> 163 </jar>
164 </target> 164 </target>
165 165
166 <target name="build-cmdline" depends="build-lib"> 166 <target name="build-cmdline" depends="build-lib">
167 <mkdir dir="bin" /> 167 <mkdir dir="bin" />
168 <javac srcdir="cmdline" destdir="bin" debug="${compile-with-debug}"> 168 <javac srcdir="cmdline" destdir="bin" debug="${compile-with-debug}" includeantruntime="no">
169 <classpath> 169 <classpath>
170 <pathelement location="${hg4j.jar}"/> 170 <pathelement location="${hg4j.jar}"/>
171 <pathelement location="${junit.jar}"/> 171 <pathelement location="${junit.jar}"/>
172 </classpath> 172 </classpath>
173 </javac> 173 </javac>