equal
deleted
inserted
replaced
|
1 @REM createsrc.bat |
|
2 @REM |
|
3 @REM Copyright (c) 2010 Accenture. All rights reserved. |
|
4 @REM This component and the accompanying materials are made available |
|
5 @REM under the terms of the "Eclipse Public License v1.0" |
|
6 @REM which accompanies this distribution, and is available |
|
7 @REM at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 @REM |
|
9 @REM Initial Contributors: |
|
10 @REM Accenture - Initial contribution |
|
11 @REM |
|
12 @echo off |
|
13 set script=%0% |
|
14 set script=%script:.bat=% |
|
15 perl -Swx "%script%" %* |
|
16 |