build.xml (e5e61ed1) | build.xml (8b0d3335) |
---|---|
1<!--*********************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 12 unchanged lines hidden (view full) --- 21 22 23<project name="Scipting Framework Installer" default="jar" basedir="."> 24 25 <!-- =================== Environmental Properties ======================= --> 26 27 <property name="prj" value=".."/> 28 <property file="${prj}/java/build.env"/> | 1<!--*********************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 12 unchanged lines hidden (view full) --- 21 22 23<project name="Scipting Framework Installer" default="jar" basedir="."> 24 25 <!-- =================== Environmental Properties ======================= --> 26 27 <property name="prj" value=".."/> 28 <property file="${prj}/java/build.env"/> |
29 <property name="build.compiler" value="classic"/> | 29 <property name="build.compiler" value="modern"/> |
30 <property name="optimize" value="on"/> 31 <property name="debug" value="on"/> 32 <property name="installerclasses" value="${out}/class/sframeworkinstall"/> 33 <property name="jardir" value="${out}/class"/> 34 <property name="bindir" value="${out}/bin"/> 35 <property name="sfversion" value="0.3"/> 36 <property name="installerjarname" value="SFrameworkInstall.jar"/> 37 <property environment="env"/> --- 356 unchanged lines hidden --- | 30 <property name="optimize" value="on"/> 31 <property name="debug" value="on"/> 32 <property name="installerclasses" value="${out}/class/sframeworkinstall"/> 33 <property name="jardir" value="${out}/class"/> 34 <property name="bindir" value="${out}/bin"/> 35 <property name="sfversion" value="0.3"/> 36 <property name="installerjarname" value="SFrameworkInstall.jar"/> 37 <property environment="env"/> --- 356 unchanged lines hidden --- |