added ESB platform properties and made build.sh include properties files in
the JAR.
This commit is contained in:
parent
1c52dfefef
commit
7d25016895
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
(cd se/sics/coffee && javac *.java) && jar cvfm coffee.jar MANIFEST.MF se/sics/coffee/*.class
|
||||
(cd se/sics/coffee && javac *.java) && \
|
||||
jar cvfm coffee.jar MANIFEST.MF se/sics/coffee/*.class *.properties
|
||||
|
|
8
tools/coffee-manager/esb.properties
Normal file
8
tools/coffee-manager/esb.properties
Normal file
|
@ -0,0 +1,8 @@
|
|||
fs_size 32704
|
||||
sector_size 64
|
||||
page_size 64
|
||||
start_offset 64
|
||||
default_file_size 1024
|
||||
default_log_size 256
|
||||
use_micro_logs true
|
||||
page_type_size 2
|
Loading…
Reference in a new issue