pietsch 2003/02/11 11:47:25
Modified: src/documentation/content/xdocs Tag: fop-0_20_2-maintain
relnotes.xml
src/org/apache/fop/fo/expr Tag: fop-0_20_2-maintain
LabelEndFunction.java
Log:
Fixed JAI URL.
PR:16957
Submitted by: ole.kvarno
Revision Changes Path
No revision
No revision
1.3.2.3 +1 -1 xml-fop/src/documentation/content/xdocs/relnotes.xml
Index: relnotes.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/relnotes.xml,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- relnotes.xml 10 Dec 2002 10:06:36 -0000 1.3.2.2
+++ relnotes.xml 11 Feb 2003 19:47:25 -0000 1.3.2.3
@@ -26,7 +26,7 @@
copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
</li>
<li>Fop has been compiled with
- <link href="http://java.sun.com/products/java-media/jai/JAI">JAI</link>
+ <link href="http://java.sun.com/products/java-media/jai">JAI</link>
support. For using JAI you just need to install it.
</li>
<li>Links in PDF won't generate multiple link rectangles anymore. If this causes
No revision
No revision
1.2.2.2 +4 -7 xml-fop/src/org/apache/fop/fo/expr/LabelEndFunction.java
Index: LabelEndFunction.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/LabelEndFunction.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- LabelEndFunction.java 17 Feb 2002 19:53:36 -0000 1.2.2.1
+++ LabelEndFunction.java 11 Feb 2003 19:47:25 -0000 1.2.2.2
@@ -1,8 +1,8 @@
/*
* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights
+ * reserved. For details on use and redistribution please refer to
+ * the LICENSE file included with these sources.
*/
package org.apache.fop.fo.expr;
@@ -47,9 +47,6 @@
labelEnd.addTerm(-1.0, distance);
labelEnd.addTerm(-1.0, startIndent);
labelEnd.addTerm(1.0, separation);
-
- // make sure value gets calculated
- labelEnd.computeValue();
return new LengthProperty(labelEnd);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]