I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6d6e012c authored by walking's avatar walking
Browse files

adapt to the change in build.xml

parent 16bec08f
No related branches found
No related tags found
No related merge requests found
@echo off @echo off
path %path%;c:\program Files\Java\jre6\bin; path %path%;c:\program Files\Java\jre6\bin;
echo ========== Unpacking .jar libs, plz wait ... ============ echo ========== Unpacking .jar libs, plz wait ... ============
for %%i in (lib\*.pack) do unpack200 -r %%i lib\%%~ni.jar for %%i in (lib\*.pack) do unpack200 -r %%i lib\%%~ni
for %%i in (webapps\*.pack) do unpack200 -r %%i webapps\%%~ni
ren batch1.na StartI2P.bat ren batch1.na StartI2P.bat
ren batch2.na EepGet.bat ren batch2.na EepGet.bat
ren i2psvc.ex_ i2psvc.exe ren i2psvc.ex_ i2psvc.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment