build.xml (60ba3965) build.xml (74cbd1f1)
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

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

79 </path>
80
81 <!-- name to display in documentation -->
82 <property name="docname" value="dbtools"/>
83
84 <!-- set "modern" java compiler -->
85 <property name="build.compiler" value="modern"/>
86
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

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

79 </path>
80
81 <!-- name to display in documentation -->
82 <property name="docname" value="dbtools"/>
83
84 <!-- set "modern" java compiler -->
85 <property name="build.compiler" value="modern"/>
86
87 <!-- set wether we want to compile with debug information -->
87 <!-- set whether we want to compile with debug information -->
88 <property name="debug" value="on"/>
89
88 <property name="debug" value="on"/>
89
90 <!-- set wether we want to compile with optimisation -->
90 <!-- set whether we want to compile with optimisation -->
91 <property name="optimize" value="off"/>
92
91 <property name="optimize" value="off"/>
92
93 <!-- set wether we want to compile with or without deprecation -->
93 <!-- set whether we want to compile with or without deprecation -->
94 <property name="deprecation" value="on"/>
95
96 <target name="info">
97 <echo message="--------------------"/>
98 <echo message="${target}"/>
99 <echo message="--------------------"/>
100 </target>
101

--- 148 unchanged lines hidden ---
94 <property name="deprecation" value="on"/>
95
96 <target name="info">
97 <echo message="--------------------"/>
98 <echo message="${target}"/>
99 <echo message="--------------------"/>
100 </target>
101

--- 148 unchanged lines hidden ---