From 67365fb4c9ba8d3bf0c741241f64df089d519a4d Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Fri, 27 May 2011 22:51:41 +0000 Subject: [PATCH] moved from itext 2.1.7 to itextpdf 5.1.0 --- .../java/src/org/forester/archaeopteryx/Constants.java | 2 +- .../java/src/org/forester/archaeopteryx/PdfExporter.java | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index 05ae5ac..add3d40 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -41,7 +41,7 @@ public final class Constants { public final static boolean __SNAPSHOT_RELEASE = false; // TODO remove me public final static String PRG_NAME = "Archaeopteryx"; final static String VERSION = "0.960 beta A48"; - final static String PRG_DATE = "2011.03.09"; + final static String PRG_DATE = "2011.05.27"; final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file"; final static String[] DEFAULT_FONT_CHOICES = { "Verdana", "Tahoma", "Arial", "Helvetica", "Dialog", "Lucida Sans", "SansSerif", "Sans-serif", "Sans" }; diff --git a/forester/java/src/org/forester/archaeopteryx/PdfExporter.java b/forester/java/src/org/forester/archaeopteryx/PdfExporter.java index af819de..28fdfa9 100644 --- a/forester/java/src/org/forester/archaeopteryx/PdfExporter.java +++ b/forester/java/src/org/forester/archaeopteryx/PdfExporter.java @@ -35,13 +35,13 @@ import java.io.IOException; import org.forester.phylogeny.Phylogeny; -import com.lowagie.text.Document; -import com.lowagie.text.DocumentException; -import com.lowagie.text.FontFactory; -import com.lowagie.text.Rectangle; -import com.lowagie.text.pdf.DefaultFontMapper; -import com.lowagie.text.pdf.PdfContentByte; -import com.lowagie.text.pdf.PdfWriter; +import com.itextpdf.text.Document; +import com.itextpdf.text.DocumentException; +import com.itextpdf.text.FontFactory; +import com.itextpdf.text.Rectangle; +import com.itextpdf.text.pdf.DefaultFontMapper; +import com.itextpdf.text.pdf.PdfContentByte; +import com.itextpdf.text.pdf.PdfWriter; /* * -- 1.7.10.2