Pārlūkot izejas kodu

Streamlined build process without copying around whole directory trees.

Uses filters to manage JDK 1.3 and 1.4 differences.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195209 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Jeremias Maerki pirms 22 gadiem
vecāks
revīzija
bb71045122

+ 4
- 0
src/codegen/jdk13.filter Parādīt failu

@@ -0,0 +1,4 @@
jdk14codestart = /*
jdk14codeend = */



+ 2
- 0
src/codegen/jdk14.filter Parādīt failu

@@ -0,0 +1,2 @@
jdk14codestart =
jdk14codeend =

src/org/apache/fop/svg/PDFGraphicsConfiguration.java → src/org/apache/fop/svg/PDFGraphicsConfiguration.javat Parādīt failu

@@ -125,11 +125,11 @@ class PDFGraphicsConfiguration extends GraphicsConfiguration {
return new PDFGraphicsDevice(this);
}

/*
// for jdk1.4
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height) {
return null;
}
*/
// needed for compiling under jdk1.4
@jdk14codestart@
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height) {
return null;
}
@jdk14codeend@
}


Notiek ielāde…
Atcelt
Saglabāt