]> git.evergreen-ils.org Git - working/Hatch.git/commit
LP#1646166 Hatch Native Messaging / Misc Repairs
authorBill Erickson <berickxx@gmail.com>
Tue, 8 Nov 2016 17:12:30 +0000 (12:12 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 16 Feb 2017 20:26:18 +0000 (15:26 -0500)
commit201694edea41578cd44f40ec68109f1178519090
tree290a9eae151962105c037ec12d38e3368aa99bf0
parentb7b40ef018d296c01250116b6b9697ffbda4cb38
LP#1646166 Hatch Native Messaging / Misc Repairs

* Hatch is now installed as a native messaging host.
* Includes numerous repairs and refactoring to Hatch Java.
* Updated install docs
* Updated hatch.sh / hatch.bat scripts.
* New standalone logging.properties configuration file
* Remove Jetty / websocket code.
* Add org.json requirement for JSON parsing

Signed-off-by: Bill Erickson <berickxx@gmail.com>
22 files changed:
INSTALL.adoc [new file with mode: 0644]
README [deleted file]
README.win [deleted file]
extension/app/content.js [new file with mode: 0644]
extension/app/extension.js [new file with mode: 0644]
extension/app/manifest.json [new file with mode: 0644]
extension/host/org.evergreen_ils.hatch.WINDOWS.json [new file with mode: 0644]
extension/host/org.evergreen_ils.hatch.json [new file with mode: 0644]
hatch.bat [new file with mode: 0755]
hatch.sh [new file with mode: 0755]
hatch.xml [deleted file]
logging.properties [new file with mode: 0644]
run-win.bat [deleted file]
run.sh [deleted file]
src/org/evergreen_ils/hatch/FileIO.java
src/org/evergreen_ils/hatch/Hatch.java
src/org/evergreen_ils/hatch/HatchWebSocketHandler.java [deleted file]
src/org/evergreen_ils/hatch/HatchWebSocketServlet.java [deleted file]
src/org/evergreen_ils/hatch/MessageIO.java [new file with mode: 0644]
src/org/evergreen_ils/hatch/PrintManager.java
src/org/evergreen_ils/hatch/RequestHandler.java [new file with mode: 0644]
src/org/evergreen_ils/hatch/TestHatch.java [new file with mode: 0644]