Author: nbelaevski
Date: 2008-11-24 17:56:57 -0500 (Mon, 24 Nov 2008)
New Revision: 11342
Modified:
trunk/ui/assembly/pom.xml
Log:
Editor scripts excluded from aggregate ui script
Modified: trunk/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml 2008-11-24 22:46:07 UTC (rev 11341)
+++ trunk/ui/assembly/pom.xml 2008-11-24 22:56:57 UTC (rev 11342)
@@ -210,6 +210,7 @@
<include>
${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/common-scrollable-data-table-min.js
</include>
+
<include>**/*-min.js</include>
</includes>
<!-- files to exclude, path relative to output's directory -->
@@ -220,6 +221,19 @@
${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/jquery.jcarousel-min.js
</exclude>
-->
+
+ <!-- rich:editor configuration -->
+ <exclude>**/tiny_mce/**</exclude>
+ <exclude>**/editor-min.js</exclude>
+
+ <!-- include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/tiny_mce/tiny_mce_src-min.js
+ </include>
+ <include>
+ ${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/editor-min.js
+ </include -->
+ <!-- -->
+
<exclude>**/scriptaculo*</exclude>
<exclude>**/scriptaculo*/**</exclude>
</excludes>
Show replies by date