From stonehenge-commits-return-604-apmail-incubator-stonehenge-commits-archive=incubator.apache.org@incubator.apache.org Tue Jun 22 20:29:52 2010 Return-Path: Delivered-To: apmail-incubator-stonehenge-commits-archive@minotaur.apache.org Received: (qmail 49656 invoked from network); 22 Jun 2010 20:29:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jun 2010 20:29:52 -0000 Received: (qmail 97975 invoked by uid 500); 22 Jun 2010 20:29:52 -0000 Delivered-To: apmail-incubator-stonehenge-commits-archive@incubator.apache.org Received: (qmail 97939 invoked by uid 500); 22 Jun 2010 20:29:52 -0000 Mailing-List: contact stonehenge-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stonehenge-dev@incubator.apache.org Delivered-To: mailing list stonehenge-commits@incubator.apache.org Received: (qmail 97932 invoked by uid 99); 22 Jun 2010 20:29:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 20:29:52 +0000 X-ASF-Spam-Status: No, hits=-1600.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 20:29:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4C7BC23888D7; Tue, 22 Jun 2010 20:29:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r957017 - /incubator/stonehenge/trunk/stocktrader/dotnet/Clean.bat Date: Tue, 22 Jun 2010 20:29:06 -0000 To: stonehenge-commits@incubator.apache.org From: bendewey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100622202906.4C7BC23888D7@eris.apache.org> Author: bendewey Date: Tue Jun 22 20:29:06 2010 New Revision: 957017 URL: http://svn.apache.org/viewvc?rev=957017&view=rev Log: Added license to new Clean script, whoops Modified: incubator/stonehenge/trunk/stocktrader/dotnet/Clean.bat Modified: incubator/stonehenge/trunk/stocktrader/dotnet/Clean.bat URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/Clean.bat?rev=957017&r1=957016&r2=957017&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/dotnet/Clean.bat (original) +++ incubator/stonehenge/trunk/stocktrader/dotnet/Clean.bat Tue Jun 22 20:29:06 2010 @@ -1,3 +1,20 @@ +@REM +@REM Licensed to the Apache Software Foundation (ASF) under one or more +@REM contributor license agreements. See the NOTICE file distributed with +@REM this work for additional information regarding copyright ownership. +@REM The ASF licenses this file to You under the Apache License, Version 2.0 +@REM (the "License"); you may not use this file except in compliance with +@REM 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, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM + FOR /F "tokens=*" %%G IN ('DIR /B /AD /S bin') DO RMDIR /S /Q "%%G" FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" FOR /F "tokens=*" %%G IN ('DIR /B /AD /S _Resharper*') DO RMDIR /S /Q "%%G"