You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Manuel Mall <mm...@arcus.com.au> on 2005/09/01 03:02:58 UTC

Re: svn commit: r265577 [1/5] - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/area/ src/java/org/apache/fop/datatypes/ src/java/org/apache/fop/fo/ src/java/org/apache/fop/fo/expr/ src/java/org/apache/fop/fo/flow/ src/java/org/apache/fop/fo/pagination/...

Sorry, that was my mistake - need to configure NetBeans to  put the 
Apache license into new files generated by the IDE.

Manuel

On Thu, 1 Sep 2005 04:42 am, Jeremias Maerki wrote:
> Oops.
>
> On 31.08.2005 22:30:49 bckfnn wrote:
> > Author: bckfnn
> > Date: Wed Aug 31 13:29:33 2005
> > New Revision: 265577
> >
> > URL: http://svn.apache.org/viewcvs?rev=265577&view=rev
> > Log:
> > Bugzilla #36379:
> > Revised percentage resolution system.
> > Submitted by: Manuel Mall <mm.at.arcus.com.au>
> >
> > Slightly modified to avoid early evaluation of getValue().
>
> <snip/>
>
> > Added:
> > xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePerce
> >ntBaseContext.java URL:
> > http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/ap
> >ache/fop/datatypes/SimplePercentBaseContext.java?rev=265577&view=aut
> >o
> > ===================================================================
> >=========== ---
> > xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePerce
> >ntBaseContext.java (added) +++
> > xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePerce
> >ntBaseContext.java Wed Aug 31 13:29:33 2005 @@ -0,0 +1,51 @@
> > +/*
> > + * SimplePercentBaseContext.java
> > + *
> > + * Created on 29 August 2005, 17:02
> > + *
> > + * To change this template, choose Tools | Options and locate the
> > template under + * the Source Creation and Management node.
> > Right-click the template and choose + * Open. You can then make
> > changes to the template in the Source Editor. + */
> > +
> > +package org.apache.fop.datatypes;
> > +
> > +import org.apache.fop.fo.FObj;
>
> Jeremias Maerki