build.xml (dee6bc11) build.xml (2b3f926e)
1<?xml version="1.0"?>
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

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

22
23
24
25<project basedir="." default="test">
26 <property environment="env" />
27 <property name="junit.home" value="${env.JUNIT_HOME}" />
28 <property name="dist.dir" value="." />
29 <property name="dist.name" value="aoo_test" />
1<?xml version="1.0"?>
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

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

22
23
24
25<project basedir="." default="test">
26 <property environment="env" />
27 <property name="junit.home" value="${env.JUNIT_HOME}" />
28 <property name="dist.dir" value="." />
29 <property name="dist.name" value="aoo_test" />
30 <property name="junit.jar.repos" value="https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar" />
30 <property name="junit.jar.repos" value="https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar" />
31 <property name="hamcrest.jar.repos" value="https://repo1.maven.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar" />
32
33 <path id="uno.classpath">
34 <fileset dir="${env.OUTDIR}/bin" erroronmissingdir="false">
35 <include name="juh.jar" />
36 <include name="unoil.jar" />
37 <include name="ridl.jar" />
38 <include name="jurt.jar" />

--- 153 unchanged lines hidden ---
31 <property name="hamcrest.jar.repos" value="https://repo1.maven.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar" />
32
33 <path id="uno.classpath">
34 <fileset dir="${env.OUTDIR}/bin" erroronmissingdir="false">
35 <include name="juh.jar" />
36 <include name="unoil.jar" />
37 <include name="ridl.jar" />
38 <include name="jurt.jar" />

--- 153 unchanged lines hidden ---