Initial commit with new directory structure.

This commit is contained in:
akwizgran
2011-06-21 18:01:28 +01:00
commit cd4f99df3d
98 changed files with 5811 additions and 0 deletions

BIN
lib/guice-3.0-no_aop.jar Normal file

Binary file not shown.

BIN
lib/h2small-1.3.154.jar Normal file

Binary file not shown.

2
lib/installer.manifest Normal file
View File

@@ -0,0 +1,2 @@
Main-Class: net.sf.briar.ui.setup.SetupMain

BIN
lib/javax.inject-1.jar Normal file

Binary file not shown.

7
lib/setup.vbs Normal file
View File

@@ -0,0 +1,7 @@
Set Shell = CreateObject("WScript.Shell")
Shell.Run "briar.tmp\jre\bin\javaw -ea -jar briar.exe", 0, true
Set Shell = Nothing
Set Fso = CreateObject("Scripting.FileSystemObject")
Fso.DeleteFolder "briar.tmp"
Set Fso = Nothing

BIN
lib/unzipsfx.exe Executable file

Binary file not shown.