vmote 2003/08/26 11:10:59 Modified: src/java/org/apache/fop/fo/extensions Bookmarks.java ExtensionElementMapping.java Log: remove invalid imports Revision Changes Path 1.2 +1 -2 xml-fop/src/java/org/apache/fop/fo/extensions/Bookmarks.java Index: Bookmarks.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/extensions/Bookmarks.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Bookmarks.java 26 Aug 2003 17:17:59 -0000 1.1 +++ Bookmarks.java 26 Aug 2003 18:10:59 -0000 1.2 @@ -54,7 +54,6 @@ import org.apache.fop.fo.FOTreeVisitor; import java.util.ArrayList; -import org.apache.fop.extensions.*; /** * Bookmarks data is the top level element of the pdf bookmark extension. 1.2 +1 -3 xml-fop/src/java/org/apache/fop/fo/extensions/ExtensionElementMapping.java Index: ExtensionElementMapping.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/extensions/ExtensionElementMapping.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExtensionElementMapping.java 26 Aug 2003 17:17:59 -0000 1.1 +++ ExtensionElementMapping.java 26 Aug 2003 18:10:59 -0000 1.2 @@ -55,8 +55,6 @@ import java.util.HashMap; -import org.apache.fop.extensions.*; - /** * Element mapping for the pdf bookmark extension. * This sets up the mapping for the classes that handle the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]