From c36d9aa9f5e4f20778c5c920b11859547a6e87e2 Mon Sep 17 00:00:00 2001 From: Joerg Pietschmann Date: Sun, 29 Jun 2003 21:11:39 +0000 Subject: [PATCH] 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 | 35 +++++----- .../apache/fop/svg/GraphicsConfiguration.java | 62 +++++++++++++++++ .../apache/fop/svg/GraphicsConfiguration.java | 67 +++++++++++++++++++ ...on.javat => PDFGraphicsConfiguration.java} | 9 +-- 4 files changed, 147 insertions(+), 26 deletions(-) create mode 100644 src/java-1.3/org/apache/fop/svg/GraphicsConfiguration.java create mode 100644 src/java-1.4/org/apache/fop/svg/GraphicsConfiguration.java rename src/java/org/apache/fop/svg/{PDFGraphicsConfiguration.javat => PDFGraphicsConfiguration.java} (95%) diff --git a/build.xml b/build.xml index 785497ec3..4d9aaabe2 100644 --- a/build.xml +++ b/build.xml @@ -120,6 +120,11 @@ list of possible build targets. + + + + + @@ -216,14 +221,10 @@ list of possible build targets. - - - - @@ -260,17 +261,21 @@ list of possible build targets. - + - - + + + + - - + + + + @@ -301,7 +306,7 @@ list of possible build targets. - + @@ -397,14 +402,6 @@ list of possible build targets.