]> source.dussan.org Git - xmlgraphics-fop.git/commit
PR:
authorGlen Mazza <gmazza@apache.org>
Mon, 6 Sep 2004 18:03:12 +0000 (18:03 +0000)
committerGlen Mazza <gmazza@apache.org>
Mon, 6 Sep 2004 18:03:12 +0000 (18:03 +0000)
commit04e3d089d6faef74065f9de7fdbec0862f97669b
treeaaec09825d8cea2eac0dd86ee239f1a52be71b47
parenta0831593665d120fcd6da96b0c33795e21531818
PR:
Obtained from:
Submitted by:
Reviewed by:
Moved hyphenation package to org.apache.fop.hyphenation

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197909 13f79535-47bb-0310-9956-ffa450edef68
23 files changed:
build.xml
src/java/org/apache/fop/hyphenation/ByteVector.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/CharVector.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/Hyphen.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/Hyphenation.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/HyphenationException.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/HyphenationTree.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/Hyphenator.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/PatternConsumer.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/PatternParser.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/TernaryTree.java [new file with mode: 0644]
src/java/org/apache/fop/layout/hyphenation/ByteVector.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/CharVector.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/Hyphen.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/Hyphenation.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/HyphenationException.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/HyphenationTree.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/Hyphenator.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/PatternConsumer.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/PatternParser.java [deleted file]
src/java/org/apache/fop/layout/hyphenation/TernaryTree.java [deleted file]
src/java/org/apache/fop/layoutmgr/LineLayoutManager.java
src/java/org/apache/fop/tools/anttasks/SerializeHyphPattern.java