build.xml (864de7b8) build.xml (7f844d9f)
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="http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar" />
30 <property name="junit.jar.repos" value="https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar" />
31
32 <path id="uno.classpath">
33 <fileset dir="${env.OUTDIR}/bin" erroronmissingdir="false">
34 <include name="juh.jar" />
35 <include name="unoil.jar" />
36 <include name="ridl.jar" />
37 <include name="jurt.jar" />
38 </fileset>

--- 126 unchanged lines hidden ---
31
32 <path id="uno.classpath">
33 <fileset dir="${env.OUTDIR}/bin" erroronmissingdir="false">
34 <include name="juh.jar" />
35 <include name="unoil.jar" />
36 <include name="ridl.jar" />
37 <include name="jurt.jar" />
38 </fileset>

--- 126 unchanged lines hidden ---