Fix XML comment from a previous commit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4aa2a0ae6a
commit
d829770690
10
build.xml
10
build.xml
|
@ -1,3 +1,4 @@
|
|||
<!--
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
|
@ -16,11 +17,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
-->
|
||||
<!--
|
||||
"Lang" component of the Jakarta Commons Subproject
|
||||
$Id$
|
||||
-->
|
||||
<project name="Lang" default="compile" basedir=".">
|
||||
<!--
|
||||
"Lang" component of the Jakarta Commons Subproject
|
||||
$Id$
|
||||
-->
|
||||
<!-- ========== Initialize Properties ===================================== -->
|
||||
<property file="${user.home}/${component.name}.build.properties"/>
|
||||
<property file="${user.home}/build.properties"/>
|
||||
|
|
Loading…
Reference in New Issue