You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/06/07 20:44:28 UTC

svn commit: r782425 - /incubator/jspwiki/trunk/build.bat

Author: jalkanen
Date: Sun Jun  7 18:44:28 2009
New Revision: 782425

URL: http://svn.apache.org/viewvc?rev=782425&view=rev
Log:
Illegal comments fixed.

Modified:
    incubator/jspwiki/trunk/build.bat

Modified: incubator/jspwiki/trunk/build.bat
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.bat?rev=782425&r1=782424&r2=782425&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.bat (original)
+++ incubator/jspwiki/trunk/build.bat Sun Jun  7 18:44:28 2009
@@ -1,27 +1,27 @@
-# 
-#    JSPWiki - a JSP-based WikiWiki clone.
-#
-#    Licensed to the Apache Software Foundation (ASF) under one
-#    or more contributor license agreements.  See the NOTICE file
-#    distributed with this work for additional information
-#    regarding copyright ownership.  The ASF licenses this file
-#    to you under the Apache License, Version 2.0 (the
-#    "License"); you may not use this file except in compliance
-#    with the License.  You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#    Unless required by applicable law or agreed to in writing,
-#    software distributed under the License is distributed on an
-#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#    KIND, either express or implied.  See the License for the
-#    specific language governing permissions and limitations
-#    under the License.  
-#
-############################################################################
 
 @echo off
 
+REM 
+REM    JSPWiki - a JSP-based WikiWiki clone.
+REM
+REM    Licensed to the Apache Software Foundation (ASF) under one
+REM    or more contributor license agreements.  See the NOTICE file
+REM    distributed with this work for additional information
+REM    regarding copyright ownership.  The ASF licenses this file
+REM    to you under the Apache License, Version 2.0 (the
+REM    "License"); you may not use this file except in compliance
+REM    with the License.  You may obtain a copy of the License at
+REM
+REM       http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM    Unless required by applicable law or agreed to in writing,
+REM    software distributed under the License is distributed on an
+REM    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM    KIND, either express or implied.  See the License for the
+REM    specific language governing permissions and limitations
+REM    under the License.  
+REM
+
 REM A simple build script
 
 ant -Dbuild.properties=build.properties.mine -find