mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 09:06:46 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
5
test/tiddlywiki.2.6.5/source/tiddlywiki/java/build
Executable file
5
test/tiddlywiki.2.6.5/source/tiddlywiki/java/build
Executable file
@@ -0,0 +1,5 @@
|
||||
javac -source 1.2 -target 1.2 -g:none TiddlySaver.java
|
||||
jar cf TiddlySaver.jar TiddlySaver*.class
|
||||
# assume you have UnaMesa.keystore in the same directory
|
||||
# and Passphrase for keystore
|
||||
jarsigner -keystore UnaMesa.keystore TiddlySaver.jar BidiX
|
||||
Reference in New Issue
Block a user