tree: 23d9312d9bfa8d25d0d81a2a4df9a34028ec6665 [path history] [tgz]
  1. .settings/
  2. about_files/
  3. META-INF/
  4. src/
  5. test/
  6. .classpath
  7. .project
  8. about.html
  9. build.properties
  10. ClientBuilder Tests.launch
  11. ClientBuilder.launch
  12. pom.xml
  13. README.md
releng/org.eclipse.rap.clientbuilder/README.md

Client library builder for RWT WebClient

The ClientBuilder 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 necessary parameters (see JavaDoc of JSCompressor). Remember to refresh (F5) the rwt project when the compressor is finished.