xref: /aoo42x/main/ridljar/java/unoloader/build.xml (revision bee6bcb9)
1*bee6bcb9SDamjan Jovanovic<?xml version="1.0" encoding="UTF-8"?>
2*bee6bcb9SDamjan Jovanovic<!--***********************************************************
3cdf0e10cSrcweir *
4a046d00fSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5a046d00fSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6a046d00fSAndrew Rist * distributed with this work for additional information
7a046d00fSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8a046d00fSAndrew Rist * to you under the Apache License, Version 2.0 (the
9a046d00fSAndrew Rist * "License"); you may not use this file except in compliance
10a046d00fSAndrew Rist * with the License.  You may obtain a copy of the License at
11a046d00fSAndrew Rist *
12a046d00fSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13a046d00fSAndrew Rist *
14a046d00fSAndrew Rist * Unless required by applicable law or agreed to in writing,
15a046d00fSAndrew Rist * software distributed under the License is distributed on an
16a046d00fSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17a046d00fSAndrew Rist * KIND, either express or implied.  See the License for the
18a046d00fSAndrew Rist * specific language governing permissions and limitations
19a046d00fSAndrew Rist * under the License.
20a046d00fSAndrew Rist *
21*bee6bcb9SDamjan Jovanovic ***********************************************************-->
22a046d00fSAndrew Rist
23a046d00fSAndrew Rist
24*bee6bcb9SDamjan Jovanovic<project name="unoloader" default="main">
25cdf0e10cSrcweir
26*bee6bcb9SDamjan Jovanovic    <property file="../../../ant.properties"/>
27*bee6bcb9SDamjan Jovanovic    <import file="${SRC_ROOT}/solenv/ant/aoo-ant.xml"/>
28cdf0e10cSrcweir
29*bee6bcb9SDamjan Jovanovic    <target name="init-project">
30*bee6bcb9SDamjan Jovanovic        <property name="jar.manifest" location="${main.src.dir}/com/sun/star/lib/unoloader/manifest"/>
31*bee6bcb9SDamjan Jovanovic    </target>
32*bee6bcb9SDamjan Jovanovic
33*bee6bcb9SDamjan Jovanovic</project>
34cdf0e10cSrcweir
35