blob: 9448a2e86db8b0d0e04a30ea55d62dff7d913753 [file] [log] [blame] [view]
Client library builder for RWT WebClient
========================================
The JsCompressor is used for assembling the JavaScript library for the WebClient.
It reads JavaScript files from the project org.eclipse.rap.rwt, compresses and
concatenates them, and writes the resulting JavaScript file back into the project
as client.js.
Usage
-----
Use the included launch configuration JSCompressor.launch to create a new client.js.
This launch configuration calls JsCompressor as a plain Java application, passing the
root directory of the rwt project as parameter.
Remember to refresh (F5) the rwt project when the compressor is finished.