Minor format tweak, add some leading spaces to two lines.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1106ca1c1
commit
dd2f1a2f03
|
@ -16,7 +16,7 @@ limitations under the License.
|
||||||
<project name="Lang" default="compile" basedir=".">
|
<project name="Lang" default="compile" basedir=".">
|
||||||
<!--
|
<!--
|
||||||
"Lang" component of the Jakarta Commons Subproject
|
"Lang" component of the Jakarta Commons Subproject
|
||||||
$Id: build.xml,v 1.28 2004/10/01 21:53:50 ggregory Exp $
|
$Id: build.xml,v 1.29 2004/10/01 22:32:53 ggregory Exp $
|
||||||
-->
|
-->
|
||||||
<!-- ========== Initialize Properties ===================================== -->
|
<!-- ========== Initialize Properties ===================================== -->
|
||||||
<property file="${user.home}/${component.name}.build.properties"/>
|
<property file="${user.home}/${component.name}.build.properties"/>
|
||||||
|
@ -59,7 +59,7 @@ limitations under the License.
|
||||||
destdir="${build.home}/classes"
|
destdir="${build.home}/classes"
|
||||||
debug="${compile.debug}"
|
debug="${compile.debug}"
|
||||||
deprecation="${compile.deprecation}"
|
deprecation="${compile.deprecation}"
|
||||||
target="1.1"
|
target="1.1"
|
||||||
optimize="${compile.optimize}">
|
optimize="${compile.optimize}">
|
||||||
<classpath refid="compile.classpath"/>
|
<classpath refid="compile.classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
@ -72,7 +72,7 @@ limitations under the License.
|
||||||
destdir="${build.home}/tests"
|
destdir="${build.home}/tests"
|
||||||
debug="${compile.debug}"
|
debug="${compile.debug}"
|
||||||
deprecation="off"
|
deprecation="off"
|
||||||
target="1.1"
|
target="1.1"
|
||||||
optimize="${compile.optimize}">
|
optimize="${compile.optimize}">
|
||||||
<classpath refid="test.classpath"/>
|
<classpath refid="test.classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
|
Loading…
Reference in New Issue