Moved android/GoogSMS/AndroidManifest.xml and android/GoogSMS/sign.bat to android/GoogSMS/trunk.

This commit is contained in:
Erik C. Thauvin 2008-11-04 08:23:35 +00:00
parent 882278ef69
commit b78adf8f0a
2 changed files with 25 additions and 0 deletions

10
sign.bat Normal file
View file

@ -0,0 +1,10 @@
@echo off
"%JAVA_HOME%\bin\jarsigner" -verbose -keystore "%USERPROFILE%\personal\android.keystore" "%1" android
if errorlevel 1 goto ERROR
"%JAVA_HOME%\bin\jarsigner" -verify "%1"
if errorlevel 1 goto ERROR
goto DONE
:ERROR
@pause
:DONE
@echo on