blob: 1ecb94f0e770fdbd56bf1d2195a507eaba779ebc [file] [log] [blame]
Hongqing Liufd5ee812014-05-10 16:32:51 +08001<?xml version="1.0"?>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
4 contributor license agreements. See the NOTICE file distributed with
5 this work for additional information regarding copyright ownership.
6 The ASF licenses this file to You under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18<!--
19 XML file for importing Catalina ant tasks.
20 <import file="${catalina.home}/bin/catalina-tasks.xml"/>
21-->
22
23<project name="catalina-tasks">
24 <description>Catalina Ant Manager, JMX and JSPC Tasks</description>
25 <!-- set catalina.home if it's not already set -->
26 <dirname property="catalina.home.bin.dir" file="${ant.file.catalina-tasks}"/>
27 <property name="catalina.home" value="${catalina.home.bin.dir}/.."/>
刘洪青6266f992017-05-15 21:21:03 +080028 <typedef resource="org/apache/catalina/ant/catalina.tasks">
Hongqing Liufd5ee812014-05-10 16:32:51 +080029 <classpath>
30 <fileset file="${catalina.home}/bin/tomcat-juli.jar"/>
刘洪青6266f992017-05-15 21:21:03 +080031 <fileset dir="${catalina.home}/lib" includes="*.jar"/>
Hongqing Liufd5ee812014-05-10 16:32:51 +080032 </classpath>
33 </typedef>
刘洪青6266f992017-05-15 21:21:03 +080034 <typedef resource="org/apache/catalina/ant/jmx/jmxaccessor.tasks">
Hongqing Liufd5ee812014-05-10 16:32:51 +080035 <classpath>
36 <fileset file="${catalina.home}/lib/catalina-ant.jar"/>
37 </classpath>
38 </typedef>
39</project>