You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ja...@hotwaxmedia.com> on 2009/04/25 10:40:19 UTC

Re: svn commit: r768339 - in /ofbiz/trunk: ./ framework/base/lib/

Hi Adrian,

there is still an older version of the serializer jar in the framework/ 
webapp/lib folder...

Jacopo

On Apr 24, 2009, at 5:55 PM, adrianc@apache.org wrote:

> Author: adrianc
> Date: Fri Apr 24 15:55:14 2009
> New Revision: 768339
>
> URL: http://svn.apache.org/viewvc?rev=768339&view=rev
> Log:
> Updated Xerces to version 2.9.1. This update will generate some  
> deprecation warnings at compile time. I will be working on updating  
> the framework code to eliminate the warnings.
>
> Added:
>    ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar   (with props)
>    ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar   (with props)
>    ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar   (with props)
>    ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar   (with props)
> Removed:
>    ofbiz/trunk/framework/base/lib/resolver-2.8.1.jar
>    ofbiz/trunk/framework/base/lib/xercesImpl-2.8.1.jar
>    ofbiz/trunk/framework/base/lib/xml-apis-2.8.1.jar
> Modified:
>    ofbiz/trunk/.classpath
>    ofbiz/trunk/LICENSE
>
> Modified: ofbiz/trunk/.classpath
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=768339&r1=768338&r2=768339&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- ofbiz/trunk/.classpath (original)
> +++ ofbiz/trunk/.classpath Fri Apr 24 15:55:14 2009
> @@ -107,9 +107,10 @@
>     <classpathentry kind="lib" path="framework/base/lib/scripting/ 
> jython-nooro.jar"/>
>     <classpathentry kind="lib" path="framework/base/lib/scripting/ 
> bsh-2.0b4.jar"/>
>     <classpathentry kind="lib" path="framework/base/lib/scripting/ 
> bsf-2.4.0.jar"/>
> -    <classpathentry kind="lib" path="framework/base/lib/xml- 
> apis-2.8.1.jar"/>
> -    <classpathentry kind="lib" path="framework/base/lib/ 
> xercesImpl-2.8.1.jar"/>
> -    <classpathentry kind="lib" path="framework/base/lib/ 
> resolver-2.8.1.jar"/>
> +    <classpathentry kind="lib" path="framework/base/lib/xml- 
> apis-2.9.1.jar"/>
> +    <classpathentry kind="lib" path="framework/base/lib/ 
> xercesImpl-2.9.1.jar"/>
> +    <classpathentry kind="lib" path="framework/base/lib/ 
> resolver-2.9.1.jar"/>
> +    <classpathentry kind="lib" path="framework/base/lib/ 
> serializer-2.9.1.jar"/>
>     <classpathentry kind="lib" path="framework/base/lib/ 
> javolution-5.2.3.jar"/>
>     <classpathentry kind="lib" path="framework/base/lib/commons/ 
> commons-vfs-20070730.jar"/>
>     <classpathentry kind="lib" path="framework/base/lib/commons/ 
> commons-validator-1.3.1.jar"/>
>
> Modified: ofbiz/trunk/LICENSE
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=768339&r1=768338&r2=768339&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- ofbiz/trunk/LICENSE (original)
> +++ ofbiz/trunk/LICENSE Fri Apr 24 15:55:14 2009
> @@ -23,9 +23,10 @@
> ofbiz/trunk/framework/base/lib/mx4j-3.0.1.jar
> ofbiz/trunk/framework/base/lib/mx4j-remote-3.0.1.jar
> ofbiz/trunk/framework/base/lib/nekohtml.jar
> -ofbiz/trunk/framework/base/lib/resolver.jar
> -ofbiz/trunk/framework/base/lib/xercesImpl-2.6.2.jar
> -ofbiz/trunk/framework/base/lib/xmlParserAPIs-2.2.1.jar
> +ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar
> +ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
> +ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
> +ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar
> ofbiz/trunk/framework/base/lib/commons/commons-beanutils-1.7.0.jar
> ofbiz/trunk/framework/base/lib/commons/commons-cli-1.0.jar
> ofbiz/trunk/framework/base/lib/commons/commons-codec-1.3.jar
>
> Added: ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar?rev=768339&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar?rev=768339&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar?rev=768339&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar?rev=768339&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
>


Re: svn commit: r768339 - in /ofbiz/trunk: ./ framework/base/lib/

Posted by Adrian Crum <ad...@yahoo.com>.
Thanks for pointing that out Jacopo! Duplicate jars removed in rev 768545.

-Adrian


--- On Sat, 4/25/09, Jacopo Cappellato <ja...@hotwaxmedia.com> wrote:

> From: Jacopo Cappellato <ja...@hotwaxmedia.com>
> Subject: Re: svn commit: r768339 - in /ofbiz/trunk: ./ framework/base/lib/
> To: dev@ofbiz.apache.org
> Date: Saturday, April 25, 2009, 1:40 AM
> Hi Adrian,
> 
> there is still an older version of the serializer jar in
> the framework/webapp/lib folder...
> 
> Jacopo
> 
> On Apr 24, 2009, at 5:55 PM, adrianc@apache.org wrote:
> 
> > Author: adrianc
> > Date: Fri Apr 24 15:55:14 2009
> > New Revision: 768339
> > 
> > URL:
> http://svn.apache.org/viewvc?rev=768339&view=rev
> > Log:
> > Updated Xerces to version 2.9.1. This update will
> generate some deprecation warnings at compile time. I will
> be working on updating the framework code to eliminate the
> warnings.
> > 
> > Added:
> >    ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar  
> (with props)
> >    ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
>   (with props)
> >    ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
>   (with props)
> >    ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar  
> (with props)
> > Removed:
> >    ofbiz/trunk/framework/base/lib/resolver-2.8.1.jar
> >    ofbiz/trunk/framework/base/lib/xercesImpl-2.8.1.jar
> >    ofbiz/trunk/framework/base/lib/xml-apis-2.8.1.jar
> > Modified:
> >    ofbiz/trunk/.classpath
> >    ofbiz/trunk/LICENSE
> > 
> > Modified: ofbiz/trunk/.classpath
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=768339&r1=768338&r2=768339&view=diff
> >
> ==============================================================================
> > --- ofbiz/trunk/.classpath (original)
> > +++ ofbiz/trunk/.classpath Fri Apr 24 15:55:14 2009
> > @@ -107,9 +107,10 @@
> >     <classpathentry kind="lib"
> path="framework/base/lib/scripting/jython-nooro.jar"/>
> >     <classpathentry kind="lib"
> path="framework/base/lib/scripting/bsh-2.0b4.jar"/>
> >     <classpathentry kind="lib"
> path="framework/base/lib/scripting/bsf-2.4.0.jar"/>
> > -    <classpathentry kind="lib"
> path="framework/base/lib/xml-apis-2.8.1.jar"/>
> > -    <classpathentry kind="lib"
> path="framework/base/lib/xercesImpl-2.8.1.jar"/>
> > -    <classpathentry kind="lib"
> path="framework/base/lib/resolver-2.8.1.jar"/>
> > +    <classpathentry kind="lib"
> path="framework/base/lib/xml-apis-2.9.1.jar"/>
> > +    <classpathentry kind="lib"
> path="framework/base/lib/xercesImpl-2.9.1.jar"/>
> > +    <classpathentry kind="lib"
> path="framework/base/lib/resolver-2.9.1.jar"/>
> > +    <classpathentry kind="lib"
> path="framework/base/lib/serializer-2.9.1.jar"/>
> >     <classpathentry kind="lib"
> path="framework/base/lib/javolution-5.2.3.jar"/>
> >     <classpathentry kind="lib"
> path="framework/base/lib/commons/commons-vfs-20070730.jar"/>
> >     <classpathentry kind="lib"
> path="framework/base/lib/commons/commons-validator-1.3.1.jar"/>
> > 
> > Modified: ofbiz/trunk/LICENSE
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=768339&r1=768338&r2=768339&view=diff
> >
> ==============================================================================
> > --- ofbiz/trunk/LICENSE (original)
> > +++ ofbiz/trunk/LICENSE Fri Apr 24 15:55:14 2009
> > @@ -23,9 +23,10 @@
> > ofbiz/trunk/framework/base/lib/mx4j-3.0.1.jar
> > ofbiz/trunk/framework/base/lib/mx4j-remote-3.0.1.jar
> > ofbiz/trunk/framework/base/lib/nekohtml.jar
> > -ofbiz/trunk/framework/base/lib/resolver.jar
> > -ofbiz/trunk/framework/base/lib/xercesImpl-2.6.2.jar
> >
> -ofbiz/trunk/framework/base/lib/xmlParserAPIs-2.2.1.jar
> > +ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar
> > +ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
> > +ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
> > +ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar
> >
> ofbiz/trunk/framework/base/lib/commons/commons-beanutils-1.7.0.jar
> >
> ofbiz/trunk/framework/base/lib/commons/commons-cli-1.0.jar
> >
> ofbiz/trunk/framework/base/lib/commons/commons-codec-1.3.jar
> > 
> > Added:
> ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar?rev=768339&view=auto
> >
> ==============================================================================
> > Binary file - no diff available.
> > 
> > Propchange:
> ofbiz/trunk/framework/base/lib/resolver-2.9.1.jar
> >
> ------------------------------------------------------------------------------
> >    svn:mime-type = application/octet-stream
> > 
> > Added:
> ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar?rev=768339&view=auto
> >
> ==============================================================================
> > Binary file - no diff available.
> > 
> > Propchange:
> ofbiz/trunk/framework/base/lib/serializer-2.9.1.jar
> >
> ------------------------------------------------------------------------------
> >    svn:mime-type = application/octet-stream
> > 
> > Added:
> ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar?rev=768339&view=auto
> >
> ==============================================================================
> > Binary file - no diff available.
> > 
> > Propchange:
> ofbiz/trunk/framework/base/lib/xercesImpl-2.9.1.jar
> >
> ------------------------------------------------------------------------------
> >    svn:mime-type = application/octet-stream
> > 
> > Added:
> ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar
> > URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar?rev=768339&view=auto
> >
> ==============================================================================
> > Binary file - no diff available.
> > 
> > Propchange:
> ofbiz/trunk/framework/base/lib/xml-apis-2.9.1.jar
> >
> ------------------------------------------------------------------------------
> >    svn:mime-type = application/octet-stream
> > 
> >