Author: jleroux
Date: Sun Jun 5 06:00:39 2016
New Revision: 1746864
URL:
http://svn.apache.org/viewvc?rev=1746864&view=revLog:
No functional change, a convenient patch, tired to type that in terminal. tools\cleanbuild is so easier. And yes, Windows is case insensitive, one of the rare cases I appreciate it :/
Added:
ofbiz/trunk/tools/cleanBuild.bat (with props)
Added: ofbiz/trunk/tools/cleanBuild.bat
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/tools/cleanBuild.bat?rev=1746864&view=auto==============================================================================
--- ofbiz/trunk/tools/cleanBuild.bat (added)
+++ ofbiz/trunk/tools/cleanBuild.bat Sun Jun 5 06:00:39 2016
@@ -0,0 +1,23 @@
+@echo off
+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 to revert back a revision in local copy.
+echo on
+svn up && ant clean build
Propchange: ofbiz/trunk/tools/cleanBuild.bat
------------------------------------------------------------------------------
svn:eol-style = CRLF