]> source.dussan.org Git - xmlgraphics-fop.git/commit
Made source more friendly for Eclipse (and IDEs in general)
authorJoerg Pietschmann <pietsch@apache.org>
Sun, 29 Jun 2003 21:11:39 +0000 (21:11 +0000)
committerJoerg Pietschmann <pietsch@apache.org>
Sun, 29 Jun 2003 21:11:39 +0000 (21:11 +0000)
commitc36d9aa9f5e4f20778c5c920b11859547a6e87e2
treec396f6cb913cfe9a2e1fa1b32b40d83105768927
parent76d6774a7c50a756450c5b8bc8491b773c01b8cc
Made source more friendly for Eclipse (and IDEs in general)
by using conditionally different files instead of source copy
with filtering. Add either src/java-1.3 or src/java1.4 to
your build path, depending on your JDK.
Ant build should automatically choose the correct
file - if the right files are comitted in the current mess, that is.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196539 13f79535-47bb-0310-9956-ffa450edef68
build.xml
src/java-1.3/org/apache/fop/svg/GraphicsConfiguration.java [new file with mode: 0644]
src/java-1.4/org/apache/fop/svg/GraphicsConfiguration.java [new file with mode: 0644]
src/java/org/apache/fop/svg/PDFGraphicsConfiguration.java [new file with mode: 0644]
src/java/org/apache/fop/svg/PDFGraphicsConfiguration.javat [deleted file]