Skip to content

Commit

Permalink
Update README and build re: hdcookbook_disc_image_without_java.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras committed Jan 17, 2022
1 parent 19fbe20 commit 08587d6
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 9 deletions.
Binary file modified hdcookbook/README.doc
Binary file not shown.
Binary file modified hdcookbook/README.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions hdcookbook/lib/make_dist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
zip -r hdcookbook_binaries.zip bin xlets/hdcookbook_discimage/HDCookbookDiscImage.zip xlets/HelloWorldXlet/HelloTVXlet.zip xlets/demos/big_shoe/08/Shoe-grinview.jar xlets/demos/big_shoe/08/Shoe-discimage.zip AuthoringTools/grin/extensions/fontstrip/dist DiscCreationTools/bdview/dist DiscCreationTools/soundgen/dist DiscCreationTools/playlist/dist DiscCreationTools/logger/dist DiscCreationTools/soundsplit/dist DiscCreationTools/security/examples/writefile.jar DiscCreationTools/bumf/dist DiscCreationTools/bdjo/dist DiscCreationTools/index/dist DiscCreationTools/id/dist DiscCreationTools/cpistrip/dist DiscCreationTools/movieobject/dist

echo "Make hdcookbook_binaries.zip."
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified hdcookbook/xlets/hdcookbook_discimage/META-INF/SIG-BD00.RSA
Binary file not shown.
Binary file modified hdcookbook/xlets/hdcookbook_discimage/appcert.cer
Binary file not shown.
16 changes: 8 additions & 8 deletions hdcookbook/xlets/hdcookbook_discimage/appcert.csr
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-----BEGIN NEW CERTIFICATE REQUEST-----
MIIBzzCCATgCAQAwXzERMA8GA1UEAxMIUHJvZHVjZXIxHzAdBgNVBAsTFkNvZGVz
aWduaW5nIERlcGFydG1lbnQxHDAaBgNVBAoTE0JESkNvbXBhbnkuNTY3ODlhYmMx
CzAJBgNVBAYTAlVTMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPHrnOWaXc
FmystYys3xgLv1l0qyuqOJpaqhlfolg5ZOZ3Zr9ghWVMP45RSuDv7i037LcZdMiu
fWz8hYrJGZ2rC+++Icgxt3IgT5z4JJL5Z6cbmU/JwQclBuSkuubzS46G3ihe/RmZ
7hI3t/nHrs1c2qk8Ozles7/uL7Edyh32EQIDAQABoDAwLgYJKoZIhvcNAQkOMSEw
HzAdBgNVHQ4EFgQUCF1N/Dqjm/fDs8OvYzVHIPJ6WkowDQYJKoZIhvcNAQELBQAD
gYEAcURbR06BpM357wWvxR9MHNmwLzK7LkkJ8gsc6QHiMh9KRaZiWeRHo5S9TT0i
cvogWjXByZzblGnxr67oKcKtZERlgUhaZpaSN5wRvLzLtTTftDXQd3jnR9PrBj+P
T3snILWqj8Tz5hrBaiID3k/zH8okMWm39heXyXXymJP5yUs=
CzAJBgNVBAYTAlVTMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGyWUVo/w1
Gv5gy5thv10z/t5/hLP9XyNRNQCU85mjRqhaWntfc58szsAL38nP+Eb8jFD9xyX3
iFMSNcEjDdoOeBEci0H0VHq86rSPZCHTevPIBuo7ModMD4ycuieGuBmLuW2jR3gk
xzpw9i5pml75fZq48buPuCZit+CY+B/MYwIDAQABoDAwLgYJKoZIhvcNAQkOMSEw
HzAdBgNVHQ4EFgQUqxdOgsEjnrdcp8Nz/XiY77cun28wDQYJKoZIhvcNAQELBQAD
gYEAEjc6xSIWEmDtvomHKfmijV7T/KrRWtlXJBX8sIfkONExJK9edRaMfK1gT+Jb
kd+43QdcnSDJwpiR6NEEy4lQLpq8IOUUa+8wbVVwTFWSoUGMBVQT8snTiddpDtjs
f1XKpbgZERoV4X2LlPQ6bMsYRWCB7YDEXRYTjTLd45RXDeE=
-----END NEW CERTIFICATE REQUEST-----
6 changes: 5 additions & 1 deletion hdcookbook/xlets/hdcookbook_discimage/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ information or have any questions.

<target name="bundle">
<zip basedir="${HDC_DISC_BDMV}/.."
destfile="HDCookbookDiscImage.zip"/>
destfile="HDCookbookDiscImage.zip"/>
<echo message="" />
<echo message="IMPORTANT: To make a working disc image, unzip HDCookbookDiscImage.zip" />
<echo message=" over a directory with the contents of" />
<echo message=" https://github.com/zathras/java.net/releases/download/1.0.1/hdcookbook_disc_image_without_java.zip" />
</target>

<target name="init" depends="check-tools, init-preset-defs, init-xlet-dirs"/>
Expand Down
Binary file modified hdcookbook/xlets/hdcookbook_discimage/keystore.store
Binary file not shown.

0 comments on commit 08587d6

Please sign in to comment.