Skip to content

ralfstx/rap-clientbuilder

1.4-maintenance
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 13 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
== Experimental client library builder for RWT ==

Summary:
  The JsCompressor is used for creating the client library for RAP [1].  It
  reads JavaScript files from the project org.eclipse.rap.rwt.q07, compresses
  and concatenates them, and writes the resulting JavaScript file back into the
  q07 project as client.js.  The list of files to be included is taken from the
  class QooxdooResourcesUtil.

Usage:
  Place this project into the same workspace as the org.eclipse.rap.rwt.q07
  project.  Use the included launch configuration JSCompressor.launch to create
  a new client.js. This launch configuration calls JsCompressor as a plain
  application, passing the root directory of the q07 project as parameter.
  Remember to refresh (F5) the rwt.q07 project when the compressor is done.

Requires:
  Bundle org.mozilla.javascript from Orbit (Branch v1_6_6)
  dev.eclipse.org:/cvsroot/tools/org.eclipse.orbit/org.mozilla.javascript
  You can import this project using the team project set file JSCompressor.psf.

Includes:
  Code from YUI Compressor version 2.4.2 from:
  http://yuilibrary.com/downloads/#yuicompressor

License:
  Code in package com.yahoo.platform.yui.compressor is licensed under the BSD
  License: http://developer.yahoo.net/yui/license.txt

  All other code in this project is licensed under the EPL:
  http://www.eclipse.org/legal/epl-v10.html

[1] Rich Ajax Platform  http://www.eclipse.org/rap

About

Client library builder for RWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages