ant-antlr-1.9.4-11.27>t  DH`pY`PD/=„89y0LO/nDXЅw 4i* {b ui5;+u*>VKmz!sm"y tݳӉwz".nڸ~ag 6$.Tn \L_nUk\W-%p gfb57abc9fec80c25a3645c715abe16416dee73e9]Y`PD/=„cM+76x(-|krADЊ+I ֟0j'x,V1xex쉭2Zc8_r띲%b(sZK4YMvu[tlUH}SfIY=f:v5 .Ą~:סa$a hzEVP2BزJ WdyH%{1iV>+e6Aqh^D03ڟnO>:(l?(\d   + $,0CLW p    ~   , 4 P ( 8 9 D: rF$~G$H$I$X$Y%\%t]%^%b&Mc&d'6e';f'@l'Bu'Tv'lw'x'y(z(LCant-antlr1.9.411.27Antlr Task for antApache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ant's original author could not live with when developing software across multiple platforms. Make-like tools are inherently shell-based--they evaluate a set of dependencies then execute commands, not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type, such as Unix, that you are working on. Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab???" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember. Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks are executed. Each task is run by an object that implements a particular task interface. Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross-platform--to work anywhere and everywhere. If you really need to execute a shell command, Ant has an task that allows different commands to be executed based on the OS used.Y`Plamb54KopenSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarch." A큤Y`OY`OY`OY`OY`OY`Ob0c255fee3587b32be9eb4cc4772b44e940f3f09b4811017dc4dc7649719f8f61aaf6c911627b61d5da9f0203740223bb33f893ee345a2c321b85a41556262a4../../java/ant/ant-antlr.jarrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-antlrconfig(ant-antlr)mvn(org.apache.ant:ant-antlr)mvn(org.apache.ant:ant-apache-bcel)mvn(org.apache.ant:ant-apache-bsf)mvn(org.apache.ant:ant-apache-log4j)mvn(org.apache.ant:ant-apache-oro)mvn(org.apache.ant:ant-apache-regexp)mvn(org.apache.ant:ant-apache-resolver)mvn(org.apache.ant:ant-apache-xalan2)mvn(org.apache.ant:ant-commons-logging)mvn(org.apache.ant:ant-commons-net)mvn(org.apache.ant:ant-javamail)mvn(org.apache.ant:ant-jdepend)mvn(org.apache.ant:ant-jsch)mvn(org.apache.ant:ant-testutil)@   antantlrconfig(ant-antlr)jpackage-utilsrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.9.41.9.4-11.273.0.4-14.0-14.4.6-14.11.2S@S@ScRTR@RL R-@N@NtMwkKKK@Jd\@J8I@Itchvatal@suse.comtchvatal@suse.comtchvatal@suse.commvyskocil@suse.commvyskocil@suse.commvyskocil@suse.comtchvatal@suse.commvyskocil@suse.czjengelh@medozas.demvyskocil@suse.czmvyskocil@suse.czmvyskocil@suse.czmvyskocil@suse.czcoolo@novell.commvyskocil@suse.czro@suse.demvyskocil@suse.cz- Fix borked summaries for subpackages.- Update to 1.9.4: * Read WHATSNEW file for full changelist * initial support for Java 1.9 * has now a threads attribute allowing to run the tests in several threads. Bugzilla Report 55925 * TarInputStream will now read archives created by tar implementations that encode big numbers by not adding a trailing NUL.- Revert the bootstrap breakage.- Update to 1.9.3 - BugFixes: * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128 * swallowed the status code of nested tasks, apache#55539 * a race condition could make tasks of parallel builds to interfere with each other, apache#54393 * 's mailport still didn't work properly when using smtps, apache#49267 * using attributes belonging to the if and unless namespaces made macrodef fail, apache#55885. * Apt is not available under JDK 1.8, apache#55922 - drop unused macros - add gpg verification- use requires_eq instead of manual call of rpm -q- install compat symlink to /usr/share/ant/bin/antRun to make scala build- Move from jpackage-utils to javapackage-tools- use dist and javadocs targets to make javadoc build really configurable - disable javadoc build on arm to speedup the build of java platform- Remove redundant tags/sections from specfile- Update to ant 1.8.2 * performance improvements in directory scanning * XSLT task honors classpath again (bugrep 49271) * distinction between core tasks and optional tasks is abolished * new task augment allows to add attributes or nested elements to previously defined references * Lexically scoped local properties, i.e. properties that are only defined inside a target, sequential block or similar environment. This is very useful inside of s where a macro can now define a temporary property that will disappear once the task has finished. * can now import from any file- or URL-providing resource - this includes . This means can read build file snippets from JARs or fixed server URLs. There are several other improvements in the area of import. * Various improvements to the directory scanning code that help with symbolic link cycles (as can be found on MacOS X Java installations for example) and improve scanning performance. For big directory trees the improvement is dramatic. * The way developers can extend Ant's property expansion algorithm has been rewritten (breaking the older API) to be easier to use and be more powerful. The whole local properties mechanism is implemented using that API and could be implemented in a separate library without changes in Ant's core. Things like the yet-to-be-released props Antlib can now provide often required "scripty" fuctions without touching Ant itself. At the same time the if and unless attributes have been rewritten to do the expected thing if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it" if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a property named "true" existed). This adds "testing conditions" as a new use-case to property expansion. * A new top-level element assists in writing re-usable build files that are meant to be imported. has a name and a dependency-list like and can be used like a from the command line or a dependency-list but the importing build file can add targets to the 's depends list. * Ant now requires Java 1.4 or later new task include provides an alternative to that should be preferred when you don't want to override any targets * numerous bug fixes and improvements as documented in Bugzilla and in WHATSNEW - merge the nodeps and trax packages to main one - build ant-antlr.spec using openjdk - add ant-apache-xalan2 and ant-testutil - remove all pom files, as they are included and build from source tarball- fix bnc#595144 - Compiled binary in ant remove test.exe from source tarball- fix the compat symlinks- return back the /usr/share/ant/lib compat symlinks http://lists.opensuse.org/opensuse-java/2010-03/msg00007.html- build against log4j-mini to avoid build cycle- do not use Release number in Requires of subpackages- do not assume release number for ant and ant-antlr are identical- update to 1.7.1. Upstream changes (full list is in WHATSNEW): * String resources only have properties single expanded. If you relied on resources being expanded more than once, it no longer happens. Bugzilla report 42277. * A String resource's encoding attribute was only taken into account when set from the resource's OutputStream; the InputStream provided the String's binary content according to the platform's default encoding. Behavior has been modified to encode outgoing (InputStream) content as well as encoding incoming (OutputStream) content. * with fork now returns gives -1 instead of 0 as result when * failonerror is false and some exception (including timeout) occurs. Br 42377. * ant-type attribute has been marked as deprecated and a warning has been issued if it is encountered in the build file. * FileUtils.createTempFile now actually creates the file. The TempFile task still does not create the file by default, can be instructed to do so however using a new parameter. Bugzilla report 33969. - added maven pom files from jpackage project - synchronized ant.spec with jpackage.org 5.0 - used ant-antlr-prepare.sh for generate of ant-antlr.spec from ant.spec to keep them synchronized. Build is branched using value of %%bootstrap macro: * bootstrap == 1 means build ant, ant-{jmf,nodeps,scripts,swing,trax} * bootstrap == 0 means build rest of ant modules + ant-javadoclamb54 14994841631.9.4-11.271.9.4-11.271.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.41.9.4antlrant-antlr.jarant-antlr.jarant-antlrmaven-pomsJPP.ant-ant-antlr.pom/etc/ant.d//usr/share/ant/lib//usr/share/java/ant//usr/share/maven-fragments//usr/share//usr/share/maven-poms/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/cc385ef3237ac643c4d7a2368e0cd9cd-ant-antlrcpiolzma5noarch-suse-linuxASCII textempty (Zip archive data, at least v1.0 to extract Java archive data (JAR))directoryXML document textPPPPPPPP P P P P PPRRyӇAT?`] crv(vX0DS%c~Ѣ%W-)vT5nuT]T5;BɜܹW;>sm!+6idq(e<Ǐ$+l~HW+%fu~6׎V&${Adn,X)~5)o 0NrXK]G4uSCE>lmh$ϋu"$-Hwi0(?myzuΝD7{71!4f4LW#dBԤ&v s_PY927ˏF=k*=9 + DR3 ec> @$Ei~簍xRwWI A0V s;n܃EwYj!R֭< 5x) ౵x2]h@E>Q㔺 (W̲J&oT$  !Ɵ`"sCMPA彾j㕰WaCGXǘ5 ~&{x]O*α M6]c_옚=t]enxSY{ޭuL <+p`M#0Ї@6e%K[bE =v.D5=f!3e&_]|gr/O&lrMNe km9Rҹk~c,ar0E;8lP,c\^v!XLث+"xkmK7_(M;8,+E ?`=DNT$>NY2k^2z(xwZ IS@g/ڃ~^g&|/ԖΤ_ %:GLMauzu^-.1Mjij.A>وElƬuqK΢ K@5W<3Ԑ' O? IfiPITQ8UpS,_eoJ1%zz(=?t c WjSwx9'M~\Y(2,/gD7`n mmP"Dlw(bfi1n$.Lc~+2_|MxyMkI $xwCr% rD^5 )X1\sj> !G.dF@MaM8Lzj(_;C$)ATY}>a`p) :P 2v>ݮbz2RX={O 7ߎį02F,IEPA 3G|_GgNS}gETL(~eɴn20 գR$δ#B #kl&X &Dg/!2AXa; JݸK ;;{bH7W#ݠͭ6gwG³y$삊+ɸK-օcs=L ւ՞6X ғ͖Giֳbv &~8!4}l, gL[ʦ0'[͞LhuGZq-12mWss=xc3m:T Y&fih\q#`{c C71v{r4~M7_a$Nf]w@m8۝Ѥ:1l 2IiṔNIYyl.N"{Mb wY%`oѫI#=+aזdէ1%us2:,)xymuHid 1.R2|0o\I025Ǫ3=H׾so5AWtոHw+gpج(?٭ocyD8,ӵgX߼zFL9q+;s%ڿz*=-W\ZsNF OJP"6?[J %%eD4R~MΰB sG٫%$4S4HC\*YRD+X_˼Pt/O`|G@}Bq'%gC9OV;MØjZC^FYxN!ds#s܍05ۢ{H+?}i;sqEa25]+n3 D*?.6 X喒[oE`Bikh9CIhYD|-|?;4 oGg]%x?bU5 nl3> *8|%Kyɬe )^b\둼اlBݻ)(\9<q%&+\z]MH.n.?ZHk+g.RvO6.>`I|(>T?YVfQrn@܈@ I|WogdusҳcPo.UB zWg T)k*㍾;gQӼGWзpo\jX>2>mY^dR; Xb)x%Qox\DKXb!T#Cz'Y@Q;W%e(ӅOJCamҽGTEG)r$2x=~1i72" <˖{b1ZR~&љuU܁`F&"RKYᓗ>ԔI\^{RiZ yU>nUPcHY@v[ٛ.{1elc>Tuږ 0t8|\ !I^^XY7ޝq@!D=f7u^0RTb)zzp٩$5Q8&̊cGy 15DW.ڲΛ& |czpkK M #fD_(P}?7ƥbQ"tWU/jRt{ȯyMVk0!i,J\` ,s(Jq5jt"~*-mUMٲYFa uFY* ܵ[$B?`:z!JAvEȹm|ݺbrҾQ.t}tqJYzKк&]bkTK%2l.ZA'qGodPW+x0nw~!K*81ni"W''٪d6mwr4Vn9 5y$לV3`$XbvuWV 7IamzOx؋EҍdE[W n/:-Hӷ{"5zbcg)'Ε.aB]2YW0ط@0q W M=X11jNJjS [e_5.S.K% n؇{MI*?Jr, ć)‰  odGps[/f׽Cy:w51 d51O멋| >7Sd pgN SXjt*)ֆ#|ߘΆzd^dUttB 6z.j S=YE-6%JFIh!mzk䘵aT6M|&ޱjKhɭ,Ih?+"ϙ ?)}W,|#ofuvd(Sgl̠ Od$~ ,pm`QV?F/; 2# bg¤/ J )/tA_yT)Po#<l̵O-o{GLm}#}7nվ{` ݝ/L*B짇Q]/y܁ndzIeE3#Fܱ.N76k]E\Hޗ9Rjf?Нt<1ݚu;j~,; ,^kϛaktX{Ae#NeXZxq m(NuθsүM;2 Ap\IqAp̘M:jE0v~tO+1uۚ&GQ#uưoIR?#nû*$P=Z\4p hgt9!K}BM2_UjoecUzI+U2BQ?!m;32Z!fA Y B[տY6Wr_а"+ϡ]l+VNoCŨ(e6i*e1LǀXD5g= @~%PBd DϚ1f&2` /k Kp;Pc>IjvegTYhAHјJo0OKn?I`v!b5nO. L)V+kx]bS!:0ÄV$/Jo)G^I֦P罋a5[Pa.K*@:(yHk]UݧgG?uXJBgsez7P/+ 030í=U矯הa^q-%7!]Iby(PьK@ S3<#=uP.mf/I c1R mƋ7Do5$0rg2# 䱅 JE q2T=Hy5_4il"aˍԨ/;35ebjmc^MXk-/%i2.躢T66b{anW:, 3tRMjpaL&2%J6-,]d_YMb S.'(<̇42筲E/榈 1K `po/26o 6>&na$PyP3gY{ō&EĴS=1-v)[_ҙ E4 )_ʹࢿlɉq݋N ^,N||md{(Ach9l9ޗY -30C3p@`mi0>Iѱlxo,:vsc(:٥6El0(ڰr'5Z !#*ir%RCûԽKRe52@'wՀ a7mE!vB#xxIxi3C;-׌1mMbj=l=7V+@zr }peñ )픊i&~/COOn{l7e@FyDeHEܮdz Hª7/H0T[SXR!8 rKQYsYĖԷγ2 7D aʌqruΈ(!o_tyEڐyszeΕ5EsB\VC=* H9r E R^G'D{u:~0r9~K8HPY_AeFtG¾>iT_ϗR[rZc6i{PY:25$Y:Wb!EGșa1 )PAɞH%cwf<ϲu'Pa+ ni00֏Bk 7bgs2>~zI\ǰ?66RPW71QP tɿ51l?LECXb!)Jà"n+H7.H^ȶB?MsѡLʶ-l`Y!.8^,I54jA q ߇u,_G$p] \,S@5aZS]fZ;N O%'GW (A3u b@شZ^w5hԚ P(|?LϙAnÆ*E_" AO.R"hZUa ^$Ȧw-p:wFb'ɕz>e$ɸдWAnf֪sˣ:}V)Yx<4!m/+]aD `Nx+ŕ 'ZPvi|pⓉ 'p{iE>6>cUL g+25呶RǓ9PgRb#m d-oSBو'#TC& p7_ }AZPsF1kIiLVTlh 5D2Ytlf S RY\ +<#vµ7m>S|4=6@GC=y{u<b{jXt!_FCvV $&,lAAQDv_ r4/˄YY37! 1aw3&SHiζ# .εR)03r8P.$Z޻tx:&K΄7ڤ{&9WL S8CwxwQ{-BrKYnۭY˩ YwK4RBjB&K5)x=먀oyEdG77-A>Ϻgo|k޸${ѬכE5%80-0ӯrvDbFs cb]dr`nbvhRvs,었߬$[+OI~tA1kR f1B]dGp.1&a$nJ>q5IJ6n郴0X c's'>'^#}\rgHb$]VXG.Q};=׵s? ԯXB[Sףs'l^ooBt[.fS@ rB$zL`mvs8 mo`U̘dIZ8!elX_\bP󴀞Llʭnz 廐Tq&&+.ܼX}3+DUSiW~6ךzE;5Oe.)V>p0ط$Gg:X:NVo4ԃ!R[ =BB+ǟeQ/^..|HRrǍ/l;B+{cCCd[P< %y `F#ΨVS$#(j*}zܲiCbWQS7[NlOB?5FcKx$"DT$n[6'(t"9øU_^Xp |-͕P07fQ%Eun\OGF9hN#160'k\ / =txtl@X]f/9Y|/q0Eo<;OK%/Sn )ێNϥE_,b%! }&X_Φsl F+`uu9c-8 Q+b{] _hn~0uz@5T)V|˝