Revisions.txt   -    Revision history of the MatlabServer.jar
========================================================

26-09-2020
==========
- copy URLCallableBeanInfo added to buildscript
- copy nl.modelit.utils.Utils (writeBytesToFile) added to buildscript

19-09-2020
==========
- Jar compiled with Java6
- Removed dependency of ResponseAndRequest on the servlet-api.jar
  
13-09-2020
==========
- Debug in doPost removed, calling getParameters causes the input stream to close.
  and therefore the request body was empty when read in RequestAndResponse.

11-09-2020
==========
- When a MatlabClient is closed the corresponding port in the queue is removed.
- getParts removed, was not used.

05-03-2020
==========
- getParts added to the RequestAndResponse object to facilitate uploading of file(s).


18-09-2019
==========
- removed dependencies of javax.servlet.http.HttpServletRequest and javax.servlet.http.HttpServletResponse
  from RequestAndResponse. These two classes are now only used in Tomcat and not in Matlab (client side).
  The servlet-api.jar is not necessary anymore in Matlab.
- Manifest and revisions added to the build script.
- Remove buildjar.xml ant script from source. This script is obsolete and needed the fatjar plugin for Eclipse.