mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-14 21:25:08 -05:00
66 lines
2.8 KiB
XML
66 lines
2.8 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You 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.
|
|
|
|
$Header:$
|
|
-->
|
|
|
|
<!-- ======================================================================== -->
|
|
<!-- -->
|
|
<!-- Common System controls build dependencies -->
|
|
<!-- -->
|
|
<!-- ======================================================================== -->
|
|
<project name="Beehive/SystemControlsBuild">
|
|
|
|
<import file="../beehive-imports.xml"/>
|
|
<import file="../ant/beehive-tools.xml"/>
|
|
|
|
<property name="jdbccontrol.jar.name" value="beehive-jdbc-control.jar"/>
|
|
<property name="jmscontrol.jar.name" value="beehive-jms-control.jar"/>
|
|
<property name="ejbcontrol.jar.name" value="beehive-ejb-control.jar"/>
|
|
|
|
<property name="sc.home" location="${beehive.home}/system-controls"/>
|
|
<property name="test.dir" location="${sc.home}/test"/>
|
|
<property name="build.dir" location="${sc.home}/build"/>
|
|
<property name="src.dir" location="${sc.home}/src"/>
|
|
<property name="classes.dir" location="${build.dir}/classes"/>
|
|
<property name="gen.src.dir" location="${build.dir}/gensrc"/>
|
|
<property name="build.lib.dir" location="${build.dir}/jars"/>
|
|
|
|
<path id="axis.dependency.path">
|
|
<fileset dir="${beehive.home}/external/axis-1.3" includes="axis.jar"/>
|
|
<fileset dir="${beehive.home}/external/axis-1.3" includes="axis-ant.jar"/>
|
|
<fileset dir="${beehive.home}/external/axis-1.3" includes="axis-schema.jar"/>
|
|
</path>
|
|
|
|
<path id="jaxrpc.dependency.path">
|
|
<fileset dir="${beehive.home}/external/axis-1.3" includes="jaxrpc.jar"/>
|
|
</path>
|
|
|
|
<path id="saaj.dependency.path">
|
|
<fileset dir="${beehive.home}/external/axis-1.3" includes="saaj.jar"/>
|
|
</path>
|
|
|
|
<path id="wsdl4j.dependency.path">
|
|
<fileset dir="${beehive.home}/external/axis-1.3" includes="wsdl4j-1.5.1.jar"/>
|
|
</path>
|
|
|
|
<path id="ejb.dependency.path">
|
|
<fileset file="${sc.home}/external/ejb/geronimo-j2ee_1.4_spec-1.0.jar"/>
|
|
</path>
|
|
|
|
</project>
|