/[Apache-SVN]
ViewVC logotype

Revision 196497


Jump to revision: Previous Next
Author: pbwest
Date: Thu Jun 12 18:19:38 2003 UTC (21 years ago)
Changed paths: 462 (showing only 100; show all)
Log Message:
Eclipse checkout.  Applied Organize Imports.  Fixed instances where
static is referred to through an instatiated object rather then
the class.


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/.classpath added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/.project added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/apps/Driver.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/apps/FOInputHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/apps/InputHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/configuration/ConfigurationReader.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/configuration/LanguageFileReader.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datastructs/CircularBuffer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/AbstractPropertyValue.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Angle.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Auto.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Bool.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/ColorSpace.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/ColorType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/CountryType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Ems.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/EnumType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/FontFamilySet.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Frequency.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/IntegerType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Ints.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/LanguageType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Literal.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/MappedNumeric.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/MimeType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/NCName.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/NoType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/None.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Numeric.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/PropertyValue.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/PropertyValueList.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/ScriptType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/ShadowEffect.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Slash.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/StringType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/TextDecorator.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/Time.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/UriType.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/indirect/FromNearestSpecified.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/indirect/FromParent.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/indirect/IndirectValue.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/indirect/Inherit.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/datatypes/indirect/InheritedValue.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FOAttributes.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FONode.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FOPropertySets.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FOTree.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FObject.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FObjectNames.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FObjectSets.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FObjects.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/FoRoot.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/PropNames.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/PropertyConsts.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/PropertySets.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/ReferenceAreaFO.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/ShorthandPropSets.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/declarations/FoColorProfile.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/declarations/FoDeclarations.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/expr/PropertyParser.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/expr/PropertyTokenizer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/expr/SystemFontFunction.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/Dummy.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoBasicLink.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoBidiOverride.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoBlock.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoBlockContainer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoCharacter.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoExternalGraphic.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoFloat.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoFlow.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoFootnote.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoFootnoteBody.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoInitialPropertySet.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoInline.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoInlineContainer.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoInstreamForeignObject.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoLeader.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoListBlock.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoListItem.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoListItemBody.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoListItemLabel.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoMarker.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoMultiCase.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoMultiProperties.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoMultiPropertySet.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoMultiSwitch.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoMultiToggle.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoNoFo.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoPageNumber.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoPageNumberCitation.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoPageSequence.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoPcdata.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoRetrieveMarker.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoStaticContent.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoTable.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoTableAndCaption.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoTableBody.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoTableCaption.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/flow/FoTableCell.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26