xref: /aoo42x/main/xmerge/java/XMergeBridge/build.xml (revision 9fd473e1)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
25111cb72SAndrew Rist<!--***********************************************************
35111cb72SAndrew Rist *
45111cb72SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
55111cb72SAndrew Rist * or more contributor license agreements.  See the NOTICE file
65111cb72SAndrew Rist * distributed with this work for additional information
75111cb72SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
85111cb72SAndrew Rist * to you under the Apache License, Version 2.0 (the
95111cb72SAndrew Rist * "License"); you may not use this file except in compliance
105111cb72SAndrew Rist * with the License.  You may obtain a copy of the License at
115111cb72SAndrew Rist *
125111cb72SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
135111cb72SAndrew Rist *
145111cb72SAndrew Rist * Unless required by applicable law or agreed to in writing,
155111cb72SAndrew Rist * software distributed under the License is distributed on an
165111cb72SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
175111cb72SAndrew Rist * KIND, either express or implied.  See the License for the
185111cb72SAndrew Rist * specific language governing permissions and limitations
195111cb72SAndrew Rist * under the License.
205111cb72SAndrew Rist *
215111cb72SAndrew Rist ***********************************************************-->
225111cb72SAndrew Rist
23cdf0e10cSrcweir
24*9fd473e1SDamjan Jovanovic
25*9fd473e1SDamjan Jovanovic<project name="XMergeBridge" default="main" basedir=".">
26*9fd473e1SDamjan Jovanovic
27*9fd473e1SDamjan Jovanovic    <property file="../../../ant.properties"/>
28*9fd473e1SDamjan Jovanovic    <import file="${SRC_ROOT}/solenv/ant/aoo-ant.xml"/>
29*9fd473e1SDamjan Jovanovic
30*9fd473e1SDamjan Jovanovic    <target name="init-project">
31*9fd473e1SDamjan Jovanovic        <property name="jar.classpath" value="xmerge.jar"/>
32*9fd473e1SDamjan Jovanovic        <property name="jar.manifest" value="manifest.mf"/>
33cdf0e10cSrcweir
34*9fd473e1SDamjan Jovanovic        <path id="main.classpath">
35*9fd473e1SDamjan Jovanovic            <pathelement location="${OUTDIR}/bin/xmerge.jar"/>
36*9fd473e1SDamjan Jovanovic            <pathelement location="${OUTDIR}/bin/unoil.jar"/>
37*9fd473e1SDamjan Jovanovic            <pathelement location="${OUTDIR}/bin/ridl.jar"/>
38*9fd473e1SDamjan Jovanovic            <pathelement location="${OUTDIR}/bin/jurt.jar"/>
39*9fd473e1SDamjan Jovanovic            <pathelement location="${OUTDIR}/bin/juh.jar"/>
40*9fd473e1SDamjan Jovanovic        </path>
41*9fd473e1SDamjan Jovanovic    </target>
42cdf0e10cSrcweir
43*9fd473e1SDamjan Jovanovic</project>
44cdf0e10cSrcweir
45