aoo-ant.xml (ad792c60) aoo-ant.xml (11e97782)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 62 unchanged lines hidden (view full) ---

71 </condition>
72 <path id="internal.test.classpath">
73 <pathelement location="${main.build.dir}"/>
74 <pathelement location="${test.build.dir}"/>
75 <path refid="main.classpath"/>
76 <path refid="test.classpath" if:set="has.test.classpath"/>
77 <pathelement location="${idl.classes.build.dir}"/>
78 <pathelement location="${OOO_JUNIT_JAR}"/>
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 62 unchanged lines hidden (view full) ---

71 </condition>
72 <path id="internal.test.classpath">
73 <pathelement location="${main.build.dir}"/>
74 <pathelement location="${test.build.dir}"/>
75 <path refid="main.classpath"/>
76 <path refid="test.classpath" if:set="has.test.classpath"/>
77 <pathelement location="${idl.classes.build.dir}"/>
78 <pathelement location="${OOO_JUNIT_JAR}"/>
79 <pathelement location="${HAMCREST_CORE_JAR}" if:set="HAMCREST_CORE_JAR"/>
79 </path>
80
81 <local name="has.idl.files"/>
82 <condition property="has.idl.files">
83 <isreference refid="idl.files"/>
84 </condition>
85 <filelist id="idl.files" unless:set="has.idl.files"/>
86 </target>

--- 127 unchanged lines hidden ---
80 </path>
81
82 <local name="has.idl.files"/>
83 <condition property="has.idl.files">
84 <isreference refid="idl.files"/>
85 </condition>
86 <filelist id="idl.files" unless:set="has.idl.files"/>
87 </target>

--- 127 unchanged lines hidden ---