diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-18 08:52:13 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-18 08:52:13 +0000 |
commit | f482c229e1d2be145cbd9694df0c53a611d1527b (patch) | |
tree | 232023f03719d0073024976673e918f6b299a765 | |
parent | 22aca4ca7557b3dc2f6f3213c009b4e401c06680 (diff) | |
download | xmlgraphics-fop-f482c229e1d2be145cbd9694df0c53a611d1527b.tar.gz xmlgraphics-fop-f482c229e1d2be145cbd9694df0c53a611d1527b.zip |
Replacing XML Graphics Commons Snapshot with the released version 1.0. It's the JAR from the binary distribution for JDK 1.4. This will also work on JDK 1.3.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@394886 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | fop.bat | 2 | ||||
-rw-r--r-- | lib/xmlgraphics-commons-1.0.jar (renamed from lib/xmlgraphics-commons-snapshot.jar) | bin | 256033 -> 256022 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.7.1.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.7.0.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\serializer-2.7.0.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik-all-1.6.jar
-set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xmlgraphics-commons-snapshot.jar
+set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xmlgraphics-commons-1.0.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\avalon-framework-4.2.0.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\commons-io-1.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\commons-logging-1.0.4.jar
diff --git a/lib/xmlgraphics-commons-snapshot.jar b/lib/xmlgraphics-commons-1.0.jar Binary files differindex dac07e48a..0e4e55614 100644 --- a/lib/xmlgraphics-commons-snapshot.jar +++ b/lib/xmlgraphics-commons-1.0.jar |