12d64174bSLiu Zhe<?xml version="1.0"?> 22d64174bSLiu Zhe<!--*********************************************************** 32d64174bSLiu Zhe * 42d64174bSLiu Zhe * Licensed to the Apache Software Foundation (ASF) under one 52d64174bSLiu Zhe * or more contributor license agreements. See the NOTICE file 62d64174bSLiu Zhe * distributed with this work for additional information 72d64174bSLiu Zhe * regarding copyright ownership. The ASF licenses this file 82d64174bSLiu Zhe * to you under the Apache License, Version 2.0 (the 92d64174bSLiu Zhe * "License"); you may not use this file except in compliance 102d64174bSLiu Zhe * with the License. You may obtain a copy of the License at 112d64174bSLiu Zhe * 122d64174bSLiu Zhe * http://www.apache.org/licenses/LICENSE-2.0 132d64174bSLiu Zhe * 142d64174bSLiu Zhe * Unless required by applicable law or agreed to in writing, 152d64174bSLiu Zhe * software distributed under the License is distributed on an 162d64174bSLiu Zhe * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 172d64174bSLiu Zhe * KIND, either express or implied. See the License for the 182d64174bSLiu Zhe * specific language governing permissions and limitations 192d64174bSLiu Zhe * under the License. 202d64174bSLiu Zhe * 212d64174bSLiu Zhe ***********************************************************--> 222d64174bSLiu Zhe 232d64174bSLiu Zhe<project basedir="." default="config.classpath"> 242d64174bSLiu Zhe <target name="config.classpath"> 252d64174bSLiu Zhe <condition property="classpath.file" value=".classpath_win" else=".classpath_linux"> 262d64174bSLiu Zhe <os family="windows"/> 272d64174bSLiu Zhe </condition> 282d64174bSLiu Zhe <copy file="${classpath.file}" tofile=".classpath"/> 292d64174bSLiu Zhe </target> 302d64174bSLiu Zhe</project> 31