OSDN Git Service

for stigmata 2.0.0
[stigmata/stigmata.git] / src / bin / stigmata.nsi
index c712bec..c726b70 100755 (executable)
@@ -1,6 +1,6 @@
 ;--------- CONFIGURATION ---------\r
 \r
-!define VERSION "1.2.0"\r
+!define VERSION "2.0.0"\r
 !define APPNAME "Stigmata: Java birthmarking toolkit"\r
 !define JARFILE "stigmata-${VERSION}.jar"\r
 !define LANG_ENGLISH "1033-English"\r
@@ -67,14 +67,12 @@ Section "running-stigmata"
   File "..\..\target\commons-cli-1.1.jar"\r
   File "..\..\target\commons-dbutils-1.1.jar"\r
   File "..\..\target\commons-logging-1.0.3.jar"\r
-  File "..\..\target\BrowserLauncher2-1.3.jar"\r
-  File "..\..\target\Jama-1.0.2.jar"\r
-  File "..\..\target\asm-all-2.2.3.jar"\r
-  File "..\..\target\stax-1.2.0.jar"\r
-  File "..\..\target\stax-api-1.0.1.jar"\r
+  File "..\..\target\asm-all-3.1.jar"\r
   File "..\..\target\xmlcli-1.2.2.jar"\r
   File "..\..\target\mds-1.0.0.jar"\r
   File "..\..\target\i18n-1.0.1.jar"\r
+  File "..\..\target\digger-1.1.0.jar"\r
+\r
   StrCpy $R0 '$R0 -Dexecution.directory="$EXEDIR" -jar "${JARFILE}" $R1'\r
 \r
   !ifdef SPLASH_IMAGE\r
@@ -84,25 +82,22 @@ Section "running-stigmata"
     Delete "$TEMP\spltmp.bmp"\r
   !endif\r
 \r
+\r
   ExecWait "$R0"\r
   Delete "$TEMP\${JARFILE}"\r
   Delete "$TEMP\commons-beanutils-1.7.0.jar"\r
   Delete "$TEMP\commons-cli-1.1.jar"\r
   Delete "$TEMP\commons-dbutils-1.1.jar"\r
   Delete "$TEMP\commons-logging-1.0.3.jar"\r
-  Delete "$TEMP\BrowserLauncher2-1.3.jar"\r
-  Delete "$TEMP\Jama-1.0.2.jar"\r
-  Delete "$TEMP\asm-all-2.2.3.jar"\r
-  Delete "$TEMP\stax-1.2.0.jar"\r
-  Delete "$TEMP\stax-api-1.0.1.jar"\r
+  Delete "$TEMP\asm-all-3.1.jar"\r
   Delete "$TEMP\xmlcli-1.2.2.jar"\r
   Delete "$TEMP\mds-1.0.0.jar"\r
   Delete "$TEMP\i18n-1.0.1.jar"\r
+  Delete "$TEMP\digger-1.1.0.jar"\r
 \r
   Quit\r
 \r
   NotFound:\r
-  Sleep 800\r
   MessageBox MB_ICONEXCLAMATION|MB_YESNO \\r
           'Could not find a Java Runtime Environment installed on your computer. \\r
           $\nWithout it you cannot run "${APPNAME}". \\r