[email protected] wrote: > Author: jleroux > Date: Fri Apr 17 19:42:46 2009 > New Revision: 766125 > > URL: http://svn.apache.org/viewvc?rev=766125&view=rev > Log: > Changes from Erwan de FERRIERES "Upgrade of the fop library (0.94 -> 0.95)" > https://issues.apache.org/jira/browse/OFBIZ-2317 - OFBIZ-2317 > + LICENCE updated (libraries wiki page also updated) > > Added: > ofbiz/trunk/framework/base/lib/fop-0.95.jar (with props) > Removed: > ofbiz/trunk/framework/base/lib/fop-0.94.jar > Modified: > ofbiz/trunk/.classpath > ofbiz/trunk/LICENSE > > ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/ApacheFopWorker.java > ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/FopRenderer.java
Er, please be careful when committing things, that you *only* change useful stuff, and don't reformat a file when doing so. .classpath got reformatted, when you changed the library reference. It makes it difficult to discover what was changed. Always look at the diffs before you commit, just to double check your changes. > Modified: ofbiz/trunk/.classpath > URL: > http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=766125&r1=766124&r2=766125&view=diff > ============================================================================== > --- ofbiz/trunk/.classpath (original) > +++ ofbiz/trunk/.classpath Fri Apr 17 19:42:46 2009 > @@ -1,170 +1,170 @@ > <?xml version="1.0" encoding="UTF-8"?> > <classpath> > - <classpathentry kind="lib" path="framework/base/lib/fop-0.94.jar"/> > + <classpathentry kind="lib" path="framework/base/lib/fop-0.95.jar"/> > </classpath>
