diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-28 15:45:41 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-28 15:45:41 +0200 |
commit | f51d988931a9fb4930e364f061ad4a8e807d71a6 (patch) | |
tree | e1a781eef6ef34b1f9e6353758a584ec4c6a5dd3 /sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat | |
parent | 51dda971500686f11b901c82da7a0b133d4034a3 (diff) | |
download | sonarqube-f51d988931a9fb4930e364f061ad4a8e807d71a6.tar.gz sonarqube-f51d988931a9fb4930e364f061ad4a8e807d71a6.zip |
SONAR-2163 downgrade JSW startup scripts to v. 3.2.3.6
Diffstat (limited to 'sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat')
-rwxr-xr-x | sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat b/sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat index 4028d0746f4..bf4b3ef4d38 100755 --- a/sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat +++ b/sonar-application/src/main/assembly/bin/windows-x86-64/StopNTService.bat @@ -1,18 +1,9 @@ @echo off setlocal -rem Copyright (c) 1999, 2008 Tanuki Software, Inc. -rem http://www.tanukisoftware.com -rem All rights reserved. -rem -rem This software is the confidential and proprietary information -rem of Tanuki Software. ("Confidential Information"). You shall -rem not disclose such Confidential Information and shall use it -rem only in accordance with the terms of the license agreement you -rem entered into with Tanuki Software. -rem -rem Java Service Wrapper general NT service stop script. -rem Optimized for use with version 3.3.0 of the Wrapper. +rem Copyright (c) 1999, 2006 Tanuki Software Inc. +rem +rem Java Service Wrapper general NT service stop script rem if "%OS%"=="Windows_NT" goto nt |