# Copyright 2005 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # lib.home.dir=/usr/share/java/ #log4j available from http://logging.apache.org log4j.lib.dir=${lib.home.dir} log4j.version=1.3alpha-7 log4j.jar=${log4j.lib.dir}/log4j-${log4j.version}.jar # ROME available from http://rome.dev.java.net rome.lib.dir=${lib.home.dir} rome.version=0.6 rome.jar=${rome.lib.dir}/rome-${rome.version}.jar # JDOM available from http://www.jdom.org jdom.lib.dir=${lib.home.dir} jdom.jar=${jdom.lib.dir}/jdom.jar # JUnit available from http://www.junit.org junit.lib.dir=${lib.home.dir} junit.jar=${junit.lib.dir}/junit.jar