From ee9cbf90137bba75239b1ce76715d42d62132dfb Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Thu, 18 Nov 2010 14:28:48 +0000 Subject: Retroweaver is no longer necessary git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036466 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties | 7 ---- build.xml | 44 ++++--------------------- lib/build/asm-commons-3.1.jar | Bin 32694 -> 0 bytes lib/build/asm-util-3.1.jar | Bin 34444 -> 0 bytes lib/build/backport-util-concurrent-3.1.jar | Bin 331716 -> 0 bytes lib/build/backport-util-concurrent.LICENSE.txt | 2 -- lib/build/retroweaver-2.0.6-patched.jar | Bin 91557 -> 0 bytes lib/build/retroweaver-rt-2.0.6-patched.jar | Bin 179445 -> 0 bytes lib/build/retroweaver.LICENSE.txt | 25 -------------- 9 files changed, 7 insertions(+), 71 deletions(-) delete mode 100644 lib/build/asm-commons-3.1.jar delete mode 100644 lib/build/asm-util-3.1.jar delete mode 100644 lib/build/backport-util-concurrent-3.1.jar delete mode 100644 lib/build/backport-util-concurrent.LICENSE.txt delete mode 100644 lib/build/retroweaver-2.0.6-patched.jar delete mode 100644 lib/build/retroweaver-rt-2.0.6-patched.jar delete mode 100644 lib/build/retroweaver.LICENSE.txt diff --git a/build.properties b/build.properties index 9c6472cee..0beb3fa68 100644 --- a/build.properties +++ b/build.properties @@ -17,13 +17,6 @@ ## checkstyle binary distribution. # checkstyle.home.dir = /home/bart/stuff/checkstyle-4.0-beta6 -## Path to the java 1.4 runtime libary (rt.jar on most systems) -## On OS X this is /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar -#java14.rt.lib=/opt/j2re1.4.2_07/lib/rt.jar -## Path to the java 1.4 jce libary (jce.jar on most systems) -## On OS X this is /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/jce.jar -#java14.jce.lib=/opt/j2re1.4.2_07/lib/jce.jar - ## =================================================================== ## 2. Switches for common tasks diff --git a/build.xml b/build.xml index ae4f5c886..bc515dff0 100644 --- a/build.xml +++ b/build.xml @@ -90,8 +90,7 @@ list of possible build targets. - - + @@ -476,44 +475,15 @@ list of possible build targets. - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -537,12 +507,12 @@ list of possible build targets. - + - + @@ -645,13 +615,13 @@ list of possible build targets. - + - + diff --git a/lib/build/asm-commons-3.1.jar b/lib/build/asm-commons-3.1.jar deleted file mode 100644 index 5f696aefc..000000000 Binary files a/lib/build/asm-commons-3.1.jar and /dev/null differ diff --git a/lib/build/asm-util-3.1.jar b/lib/build/asm-util-3.1.jar deleted file mode 100644 index 3702a14d8..000000000 Binary files a/lib/build/asm-util-3.1.jar and /dev/null differ diff --git a/lib/build/backport-util-concurrent-3.1.jar b/lib/build/backport-util-concurrent-3.1.jar deleted file mode 100644 index 3a4c2797a..000000000 Binary files a/lib/build/backport-util-concurrent-3.1.jar and /dev/null differ diff --git a/lib/build/backport-util-concurrent.LICENSE.txt b/lib/build/backport-util-concurrent.LICENSE.txt deleted file mode 100644 index c721bde03..000000000 --- a/lib/build/backport-util-concurrent.LICENSE.txt +++ /dev/null @@ -1,2 +0,0 @@ -Public Domain -http://creativecommons.org/licenses/publicdomain diff --git a/lib/build/retroweaver-2.0.6-patched.jar b/lib/build/retroweaver-2.0.6-patched.jar deleted file mode 100644 index 94b3b739d..000000000 Binary files a/lib/build/retroweaver-2.0.6-patched.jar and /dev/null differ diff --git a/lib/build/retroweaver-rt-2.0.6-patched.jar b/lib/build/retroweaver-rt-2.0.6-patched.jar deleted file mode 100644 index e6b8483b8..000000000 Binary files a/lib/build/retroweaver-rt-2.0.6-patched.jar and /dev/null differ diff --git a/lib/build/retroweaver.LICENSE.txt b/lib/build/retroweaver.LICENSE.txt deleted file mode 100644 index 5e9b12a61..000000000 --- a/lib/build/retroweaver.LICENSE.txt +++ /dev/null @@ -1,25 +0,0 @@ -Copyright (c) February 2004, Toby Reyelts -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. -Neither the name of Toby Reyelts nor the names of his contributors -may be used to endorse or promote products derived from this software -without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- cgit v1.2.3