Author: nbelaevski
Date: 2009-03-16 14:30:56 -0400 (Mon, 16 Mar 2009)
New Revision: 12972
Modified:
trunk/ui/assembly/pom.xml
Log:
Assembly:
- insertSemicolon set to "true"
- rich:colorPicker scripts added
Modified: trunk/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml 2009-03-16 18:28:25 UTC (rev 12971)
+++ trunk/ui/assembly/pom.xml 2009-03-16 18:30:56 UTC (rev 12972)
@@ -125,6 +125,10 @@
-->
<!-- insert new line after each concatenation (default: false) -->
<insertNewLine>true</insertNewLine>
+
+ <!-- insert semicolon after each concatenation (default: false) -->
+ <insertSemicolon>true</insertSemicolon>
+
<output>
${project.build.outputDirectory}/org/richfaces/ui.pack.js
</output>
@@ -210,6 +214,16 @@
${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/editor-min.js
</include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/pngFix-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ui.core-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ui.colorpicker-min.js
+ </include>
+
<include>**/*-min.js</include>
</includes>
<!-- files to exclude, path relative to output's directory -->
Show replies by date