diff options
author | Glen Mazza <gmazza@apache.org> | 2004-01-20 01:33:58 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-01-20 01:33:58 +0000 |
commit | 29e618ae33abf0bb89901c939b5e06b7d4d3b872 (patch) | |
tree | 2b04ad9719fe108a3c36074bd005201865b40403 /src/java/org/apache/fop/fo/PropertyList.java | |
parent | a142f1d13c4655175fcf6b87aeeecdde29d99afb (diff) | |
download | xmlgraphics-fop-29e618ae33abf0bb89901c939b5e06b7d4d3b872.tar.gz xmlgraphics-fop-29e618ae33abf0bb89901c939b5e06b7d4d3b872.zip |
FOPropertyMapping.java no longer autogenerated, moved from fop.fo.properties
to fo package in preparation for new property maker implementation.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/PropertyList.java')
-rw-r--r-- | src/java/org/apache/fop/fo/PropertyList.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/PropertyList.java b/src/java/org/apache/fop/fo/PropertyList.java index 03660cc78..950fb24ed 100644 --- a/src/java/org/apache/fop/fo/PropertyList.java +++ b/src/java/org/apache/fop/fo/PropertyList.java @@ -57,8 +57,6 @@ import org.xml.sax.Attributes; // FOP import org.apache.fop.apps.FOPException; import org.apache.fop.fo.Property.Maker; -import org.apache.fop.fo.properties.FOPropertyMapping; - /** * Class containing the collection of properties for a given FObj. |