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:
Gary D. Gregory 2006-08-28 17:20:17 +00:00
parent 4aa2a0ae6a
commit d829770690
1 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,4 @@
<!--
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file * or more contributor license agreements. See the NOTICE file
@ -16,11 +17,12 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
<project name="Lang" default="compile" basedir="."> -->
<!-- <!--
"Lang" component of the Jakarta Commons Subproject "Lang" component of the Jakarta Commons Subproject
$Id$ $Id$
--> -->
<project name="Lang" default="compile" basedir=".">
<!-- ========== Initialize Properties ===================================== --> <!-- ========== Initialize Properties ===================================== -->
<property file="${user.home}/${component.name}.build.properties"/> <property file="${user.home}/${component.name}.build.properties"/>
<property file="${user.home}/build.properties"/> <property file="${user.home}/build.properties"/>