From 615af14477b5ba896662c160c41c50a86e9203cc Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 02 Feb 2012 17:39:10 -0500 Subject: [PATCH] Drop -javadoc jar dependencies, they are unnecessary --- distrib/uninstallService.cmd | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/distrib/uninstallService.cmd b/distrib/uninstallService.cmd index a483c55..e6c3b98 100644 --- a/distrib/uninstallService.cmd +++ b/distrib/uninstallService.cmd @@ -1 +1,5 @@ -javaservice -uninstall gitblit \ No newline at end of file +@REM arch = x86, amd64, or ia32 +SET ARCH=amd64 + +@REM Delete the gitblit service +"%CD%\%ARCH%\gitblit.exe" //DS//gitblit \ No newline at end of file -- Gitblit v1.9.1