1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 267a4c099SAndrew Rist<!--*********************************************************** 367a4c099SAndrew Rist * 467a4c099SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 567a4c099SAndrew Rist * or more contributor license agreements. See the NOTICE file 667a4c099SAndrew Rist * distributed with this work for additional information 767a4c099SAndrew Rist * regarding copyright ownership. The ASF licenses this file 867a4c099SAndrew Rist * to you under the Apache License, Version 2.0 (the 967a4c099SAndrew Rist * "License"); you may not use this file except in compliance 1067a4c099SAndrew Rist * with the License. You may obtain a copy of the License at 1167a4c099SAndrew Rist * 1267a4c099SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 1367a4c099SAndrew Rist * 1467a4c099SAndrew Rist * Unless required by applicable law or agreed to in writing, 1567a4c099SAndrew Rist * software distributed under the License is distributed on an 1667a4c099SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1767a4c099SAndrew Rist * KIND, either express or implied. See the License for the 1867a4c099SAndrew Rist * specific language governing permissions and limitations 1967a4c099SAndrew Rist * under the License. 2067a4c099SAndrew Rist * 2167a4c099SAndrew Rist ***********************************************************--> 2267a4c099SAndrew Rist 2367a4c099SAndrew Rist 24*9fd473e1SDamjan Jovanovic 25*9fd473e1SDamjan Jovanovic<project name="pocketword" 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 <path id="main.classpath"> 32*9fd473e1SDamjan Jovanovic <pathelement location="${OUTDIR}/bin/xmerge.jar"/> 33*9fd473e1SDamjan Jovanovic </path> 34*9fd473e1SDamjan Jovanovic </target> 35*9fd473e1SDamjan Jovanovic 36*9fd473e1SDamjan Jovanovic</project> 37cdf0e10cSrcweir 38