On 7/20/01 5:28 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > rubys 01/07/20 14:28:31 > > Modified: proposal/gump/profile gump.xml > proposal/gump/project jakarta-turbine.xml > Added: proposal/gump/project xml-rpc.xml > Log: > Add xml-rpc. Note: gump builds of jakarta-turbine will report errors > until conversion to the new classes is complete. JVZ - change back > jakarta-turbine.xml if you feel this is premature. Thanks Sam :-) The code in the new repository is the same that's in turbine's CVS. So I'll take a couple minutes and fix the imports so the build works tonight. > Also feel free to > upate the url info in xml-rpc.xml once you work out the website issues. Cool. Thanks. > Revision Changes Path > 1.13 +1 -0 jakarta-alexandria/proposal/gump/profile/gump.xml > > Index: gump.xml > =================================================================== > RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v > retrieving revision 1.12 > retrieving revision 1.13 > diff -u -r1.12 -r1.13 > --- gump.xml 2001/07/19 16:30:38 1.12 > +++ gump.xml 2001/07/20 21:28:31 1.13 > @@ -44,6 +44,7 @@ > <project href="project/xml-commons.xml"/> > <project href="project/xml-crimson.xml"/> > <project href="project/xml-fop.xml"/> > + <project href="project/xml-rpc.xml"/> > <project href="project/xml-site.xml"/> > <project href="project/xml-soap.xml"/> > <project href="project/xml-stylebook.xml"/> > > > > 1.22 +1 -9 > jakarta-alexandria/proposal/gump/project/jakarta-turbine.xml > > Index: jakarta-turbine.xml > =================================================================== > RCS file: > /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-turbine.xml,v > retrieving revision 1.21 > retrieving revision 1.22 > diff -u -r1.21 -r1.22 > --- jakarta-turbine.xml 2001/07/18 15:19:06 1.21 > +++ jakarta-turbine.xml 2001/07/20 21:28:31 1.22 > @@ -24,7 +24,7 @@ > <depend project="jakarta-turbine-torque"/> > <depend project="village"/> > <depend project="javamail"/> > - <depend project="xmlrpc"/> > + <depend project="xml-rpc"/> > <depend project="jaf"/> > <depend project="jdbc"/> > <option project="jta"/> <!-- needed for javadoc purposes only --> > @@ -33,13 +33,5 @@ > > <home nested="bin"/> > <jar name="turbine-gump.jar"/> > - > - <project name="xmlrpc"> > - <url href="http://classic.helma.at/hannes/xmlrpc/"/> > - <description> > - XML Remote Procedure Call > - </description> > - <jar name="lib/xmlrpc.jar"/> > - </project> > > </project> > > > > 1.1 jakarta-alexandria/proposal/gump/project/xml-rpc.xml > > Index: xml-rpc.xml > =================================================================== > <project name="xml-rpc"> > > <url href="http://xmlrpc.helma.org/"/> > <description> > A Java implementation of XML-RPC > </description> > > <cvs repository="xml"/> > > <ant basedir="build"/> > > <depend project="xml-xerces"/> > <depend project="jakarta-ant"/> > <option project="jakarta-servletapi"/> > <option project="jsse"/> > > <home nested="build"/> > <jar name="xmlrpc.jar"/> > > </project> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
