ant-junit-1.7.0-199.16>t  DH`pI7=׸/=„Wjl8Mа!YGQsP0sj[\ ͘ _-TzP/WV_WkR .Ftv΃J tJ4]›[.LSZ'& &꽬( $km jEۑi=;qK,@5tIIE78qTv%@W1W8b |*$uBSn/pu7Nri4bf004b6036bb9c1570b5defe6391ecbbab24761vI7=׸/=„c`ۃӺGxՄƱz?8|J]؋#r~gUJG]XÙr!{e{/a诖45;qH{6F5 E ۓB9MJT$~.37D/')yʏal, V@saT nAPm-dckN`zo)cɩH ck._dםߵhNR-D(]]) ~Z*>gr3>jr;з{SMkĻh>9?ud   6 .4< h  ~      k    + b +HPu(w8 9 :` FG H, IX XdYh\x ] ^6bcd@eEfJkLlSzeCant-junit1.7.0199.16Optional junit tasks for antApache Ant is a Java-based build tool. This package contains optional JUnit tasks for Apache Ant.I7=build23mopenSUSE 11.1openSUSEThe Apache Software Licensehttp://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://jakarta.apache.org/linuxnoarchlE"mAA큤AI7=I7=I7=EEEI7=I7=I7=I7=`I7=0ebd83d2a79e18c65b2fe6202c82a16de38394591f9c1a3bf3062c0e0de19e075ce3db0fa88915f55079578cf81570bee4ab049f8d9d7251441071300e9fa9bf1f7569a6ac411ae17e38081f35bcc30b../../java/ant/ant-junit-1.7.0.jar../../java/ant/ant-junit.jarant-junit-1.7.0.jarrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.7.0-199.16.src.rpmant-junitJJJantjunitrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)1.7.04.0-13.0.4-14.4.2-1ant-optional-cleanant-optional-full4.4.2.3Hf@H}H!G!FF.F@f@E@D_2C@mvyskocil@suse.czcoolo@suse.demvyskocil@suse.czcoolo@suse.dedbornkessel@suse.dedbornkessel@suse.dedbornkessel@suse.dedbornkessel@suse.dedbornkessel@suse.dedbornkessel@suse.de- use a antlr-bootstrap do avoid another cycle- avoid another build cycle- build using gcj, to allow a openjdk6 bootstrap - change a source and a target level to 1.5 in build.xml- fix changelog for build service- add links to jar files in /usr/share/ant/lib- make packages noarch, as jai was removed - update to version 1.7.0 major changes are (for a complete list, consult /usr/share/doc/packages/ant/WHATSNEW): Changes that could break older environments: - ------------------------------------------ * Initial support for JDK 6 (JSR 223) scripting. <*script*> tasks will now use javax.scripting if BSF is not available, or if explicitly requested by using a "manager" attribute. * The -noproxy option which was in the previous 1.7 alpha and beta releases has been removed. It is the default behavior and not needed. * Removed launcher classes from nodeps jar. * filter reader uses ISO-8859-1 encoding to read the java class file. Bugzilla report 33604. * Defer reference process. Bugzilla 36955, 34458, 37688. This may break build files in which a reference was set in a target which was never executed. Historically, Ant would set the reference early on, during parse time, so the datatype would be defined. Now it requires the reference to have been in a bit of the build file which was actually executed. If you get an error about an undefined reference, locate the reference and move it somewhere where it is used, or fix the depends attribute of the target in question to depend on the target which defines the reference/datatype. *