Author: ggregory
Date: Mon Aug 28 10:20:17 2006
New Revision: 437756

URL: http://svn.apache.org/viewvc?rev=437756&view=rev
Log:
Fix XML comment from a previous commit.

Modified:
    jakarta/commons/proper/lang/trunk/build.xml

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/build.xml?rev=437756&r1=437755&r2=437756&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Mon Aug 28 10:20:17 2006
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to