RE: [Quickfix-developers] Minor glitch in build.xml for quickfixj
Brought to you by:
orenmnero
|
From: Steve B. <sb...@sm...> - 2006-05-11 05:41:46
|
Thanks Staffan. This has already been changed on the CVS HEAD.=20 The MINA-related packages have also been added and Netty has been removed. Steve > -----Original Message----- > From: qui...@li...=20 > [mailto:qui...@li...] On=20 > Behalf Of Staffan Ulfberg > Sent: Wednesday, May 10, 2006 5:35 PM > To: qui...@li... > Subject: [Quickfix-developers] Minor glitch in build.xml for quickfixj >=20 > QuickFIX Documentation:=20 > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > Patch follows. >=20 > Staffan >=20 >=20 > Index: build.xml > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/quickfix/quickfixj/build.xml,v > retrieving revision 1.31 > diff -u -r1.31 build.xml > --- build.xml 14 Feb 2006 21:26:07 -0000 1.31 > +++ build.xml 10 May 2006 15:33:14 -0000 > @@ -343,7 +343,7 @@ > <package name=3D"quickfix.netty" /> > <package name=3D"quickfix.field.converter" /> > <package name=3D"quickfix.codegen" /> > - <package name=3D"quickfix.fields" /> > + <package name=3D"quickfix.field" /> > <package name=3D"quickfix.fix*" /> > </javadoc> > </target> >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057& dat=3D121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers >=20 |