build.xml (5111cb72) build.xml (8b0d3335)
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

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

68 </target>
69
70 <target name="solar" depends="build_dir" if="solar.update">
71 <property name="solar.properties"
72 value="${solar.bin}/solar.properties"/>
73 </target>
74
75 <target name="init" depends="solar">
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

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

68 </target>
69
70 <target name="solar" depends="build_dir" if="solar.update">
71 <property name="solar.properties"
72 value="${solar.bin}/solar.properties"/>
73 </target>
74
75 <target name="init" depends="solar">
76 <property name="build.compiler" value="classic"/>
76 <property name="build.compiler" value="modern"/>
77 <property file="${solar.properties}"/>
78 <property file="${build.dir}/class/solar.properties"/>
79 </target>
80
81 <target name="info">
82 <echo message="--------------------"/>
83 <echo message="${target}"/>
84 <echo message="--------------------"/>

--- 40 unchanged lines hidden ---
77 <property file="${solar.properties}"/>
78 <property file="${build.dir}/class/solar.properties"/>
79 </target>
80
81 <target name="info">
82 <echo message="--------------------"/>
83 <echo message="${target}"/>
84 <echo message="--------------------"/>

--- 40 unchanged lines hidden ---