[richfaces-svn-commits] JBoss Rich Faces SVN: r4777 - trunk/cdk/maven-javascript-plugin.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 09:55:25 EST 2007


Author: nbelaevski
Date: 2007-12-12 09:55:25 -0500 (Wed, 12 Dec 2007)
New Revision: 4777

Removed:
   trunk/cdk/maven-javascript-plugin/README-YUICompressor.txt
Log:
excess file deleted

Deleted: trunk/cdk/maven-javascript-plugin/README-YUICompressor.txt
===================================================================
--- trunk/cdk/maven-javascript-plugin/README-YUICompressor.txt	2007-12-12 14:49:59 UTC (rev 4776)
+++ trunk/cdk/maven-javascript-plugin/README-YUICompressor.txt	2007-12-12 14:55:25 UTC (rev 4777)
@@ -1,76 +0,0 @@
-==============================================================================
-YUI Compressor
-==============================================================================
-
-NAME
-
-  YUI Compressor - The Yahoo! JavaScript and CSS Compressor
-
-SYNOPSIS
-
-  java -jar yuicompressor.jar
-      [-h, --help] [--line-break] [--nomunge]
-      [--warn] [--charset character-set]
-      [-o outfile] infile
-
-DESCRIPTION
-
-  The YUI Compressor is a JavaScript compressor which, in addition to removing
-  comments and white-spaces, obfuscates local variables using the smallest
-  possible variable name. This obfuscation is safe, even when using constructs
-  such as 'eval' or 'with' (although the compression is not optimal is those
-  cases) Compared to jsmin, the average savings is around 20%.
-
-  The YUI Compressor is also able to safely compress CSS files. The decision
-  on which compressor is being used is made on the file extension (js or css)
-
-GLOBAL OPTIONS
-
-  -h, --help
-      Prints help on how to use the YUI Compressor
-
-  --type js|css
-      The type of compressor (JavaScript or CSS) is chosen based on the
-      extension of the input file name (.js or .css) If the input file name
-      does not have an extension, or that extension is neither .js nor .css,
-      the type option MUST be specified.
-
-  --charset character-set
-      If a supported character set is specified, the YUI Compressor will use it
-      to read the input file. Otherwise, it will assume that the platform's
-      default character set is being used. The output file is encoded using
-      the same character set.
-
-  -o outfile
-      Place output in file outfile. If not specified, the YUI Compressor will
-      place the output in a file which name is made of the input file name,
-      the "-min" suffix and the "js" extension.
-
-JAVASCRIPT ONLY OPTIONS
-
-  --line-break
-      Adds a line feed character after each semi-colon character in the
-      output file (may help debugging with the MS Script debugger)
-
-  --nomunge
-      Minify only. Do not obfuscate local symbols.
-
-  --warn
-      Prints additional warnings such as duplicate variable declarations,
-      missing variable declaration, unrecommended practices, etc.
-
-NOTES
-
-  The YUI Compressor requires Java version >= 1.4.
-
-AUTHOR
-
-  The YUI Compressor was written and is maintained by:
-      Julien Lecomte <jlecomte at yahoo-inc.com>
-  The CSS portion is a port of Isaac Schlueter's cssmin utility.
-
-COPYRIGHT
-
-  Copyright (c) 2007, Yahoo! Inc. All rights reserved.
-  Code licensed under the BSD License:
-      http://developer.yahoo.net/yui/license.txt




More information about the richfaces-svn-commits mailing list