|
51 | 51 | </target> |
52 | 52 |
|
53 | 53 | <target name="ant-test" depends="modbuild"> |
54 | | - <ant antfile="modbuild.xml" target="ant-test"/> |
| 54 | + <ant antfile="modbuild.xml" target="test"/> |
55 | 55 | </target> |
56 | 56 |
|
57 | 57 | <target name="srczip" depends="modbuild"> |
|
275 | 275 | </copy> |
276 | 276 | <replace file="${build.dir}/jing-bin/readme.html" token="@VERSION@" value="${version}"/> |
277 | 277 | <zip zipfile="${build.dir}/dist/jing-${version}.zip"> |
278 | | - <zipfileset dir="${build.dir}" includes="jing.jar" prefix="jing-${version}/bin"/> |
| 278 | + <zipfileset dir="${build.dir}" includes="jing.jar" prefix="jing-${version}/bin"/> |
279 | 279 | <zipfileset dir="lib" includes="saxon9.jar,isorelax.jar,xercesImpl.jar,xml-apis.jar" |
280 | | - prefix="jing-${version}/bin"/> |
| 280 | + prefix="jing-${version}/bin"/> |
281 | 281 | <zipfileset dir="${build.dir}/mod/jing" |
282 | 282 | includes="src.zip" |
283 | | - prefix="jing-${version}"/> |
| 283 | + prefix="jing-${version}"/> |
284 | 284 | <zipfileset dir="${build.dir}" includes="api/**" prefix="jing-${version}/doc"/> |
285 | 285 | <zipfileset dir="eg" includes="relaxng.rng,xslt.rng,relaxCore.rng,relaxCoreDatatypes.rng" |
286 | 286 | prefix="jing-${version}/lib"/> |
|
337 | 337 | includes="trang.jar" |
338 | 338 | prefix="trang-${version}"/> |
339 | 339 | <zipfileset dir="${build.dir}/mod/trang" |
340 | | - includes="src.zip" |
| 340 | + includes="src.zip" |
341 | 341 | prefix="trang-${version}"/> |
342 | 342 | </zip> |
343 | 343 | <checksum file="${build.dir}/dist/trang-${version}.zip" algorithm="sha1"/> |
|
380 | 380 | includes="dtdinst.jar" |
381 | 381 | prefix="dtdinst-${version}"/> |
382 | 382 | <zipfileset dir="${build.dir}/mod/dtdinst" |
383 | | - includes="src.zip" |
| 383 | + includes="src.zip" |
384 | 384 | prefix="dtdinst-${version}"/> |
385 | 385 | </zip> |
386 | 386 | <checksum file="${build.dir}/dist/dtdinst-${version}.zip" algorithm="sha1"/> |
|
430 | 430 | description="Upload files to Google Code. Run dist before this."> |
431 | 431 | <taskdef classname="net.bluecow.googlecode.ant.GoogleCodeUploadTask" |
432 | 432 | classpath="${lib.dir}/ant-googlecode.jar" name="gcupload"/> |
433 | | - <gcupload username="${googlecode.username}" |
434 | | - password="${googlecode.password}" |
435 | | - projectname="jing-trang" |
436 | | - targetfilename="jing-${version}.zip" |
| 433 | + <gcupload username="${googlecode.username}" |
| 434 | + password="${googlecode.password}" |
| 435 | + projectname="jing-trang" |
| 436 | + targetfilename="jing-${version}.zip" |
437 | 437 | filename="${build.dir}/dist/jing-${version}.zip" |
438 | 438 | summary="Jing version ${version} packaged for use with JRE (includes binary, source and documentation)" |
439 | 439 | labels="Featured, Type-Archive, OpSys-All, Version-${version}"/> |
440 | | - <gcupload username="${googlecode.username}" |
441 | | - password="${googlecode.password}" |
442 | | - projectname="jing-trang" |
443 | | - targetfilename="trang-${version}.zip" |
| 440 | + <gcupload username="${googlecode.username}" |
| 441 | + password="${googlecode.password}" |
| 442 | + projectname="jing-trang" |
| 443 | + targetfilename="trang-${version}.zip" |
444 | 444 | filename="${build.dir}/dist/trang-${version}.zip" |
445 | 445 | summary="Trang version ${version} packaged for use with JRE (includes binary, source and documentation)" |
446 | 446 | labels="Featured, Type-Archive, OpSys-All, Version-${version}"/> |
447 | | - <gcupload username="${googlecode.username}" |
448 | | - password="${googlecode.password}" |
449 | | - projectname="jing-trang" |
450 | | - targetfilename="dtdinst-${version}.zip" |
| 447 | + <gcupload username="${googlecode.username}" |
| 448 | + password="${googlecode.password}" |
| 449 | + projectname="jing-trang" |
| 450 | + targetfilename="dtdinst-${version}.zip" |
451 | 451 | filename="${build.dir}/dist/dtdinst-${version}.zip" |
452 | 452 | summary="DTDinst version ${version} packaged for use with JRE (includes binary, source and documentation)" |
453 | 453 | labels="Type-Archive, OpSys-All, Version-${version}"/> |
|
0 commit comments