Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rt-pmc] [CQ 4536] YUI Compressor Version: 2.4.2

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4536





--- Comment #5 from Ralf Sternberg <rsternberg@xxxxxxxxxxxxxxxxx>  2010-10-17 09:00:40 ---
Update: The original code includes some modified Java source files from Mozilla
Rhino, which leads to this double BSD/MPL license. I found that this
modification to Rhino is not relevant for us, and that with some simple changes
to the file JavaScriptCompressor.java, we can also use Rhino from Orbit (cq
4051).

Thus we only need four classes from the YUI Compressor code:

ScriptOrFnScope.java
JavaScriptToken.java
JavaScriptIdentifier.java
JavaScriptCompressor.java


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top