[richfaces-svn-commits] JBoss Rich Faces SVN: r4847 - branches/3.1.x/framework/impl.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 14 08:15:05 EST 2007


Author: maksimkaszynski
Date: 2007-12-14 08:15:05 -0500 (Fri, 14 Dec 2007)
New Revision: 4847

Modified:
   branches/3.1.x/framework/impl/pom.xml
Log:
Commented out 
http://jira.jboss.com/jira/browse/RF-1647

Modified: branches/3.1.x/framework/impl/pom.xml
===================================================================
--- branches/3.1.x/framework/impl/pom.xml	2007-12-14 13:14:33 UTC (rev 4846)
+++ branches/3.1.x/framework/impl/pom.xml	2007-12-14 13:15:05 UTC (rev 4847)
@@ -83,7 +83,7 @@
 					</execution>
 				</executions>
 			</plugin>
-			<plugin>
+			<!--plugin>
 				<groupId>org.richfaces.cdk</groupId>
 				<artifactId>maven-javascript-plugin</artifactId>
 				<version>${project.version}</version>
@@ -99,15 +99,10 @@
 							</outputDirectory>
 							<aggregations>
 								<aggregation>
-									<!-- remove files after aggregation (default: false)
-										<removeIncluded>true</removeIncluded>
-									-->
-									<!-- insert new line after each concatenation (default: false) -->
 									<insertNewLine>true</insertNewLine>
 									<output>
 										${project.build.outputDirectory}/org/ajax4jsf/framework.pack.js
 									</output>
-									<!-- files to include, path relative to output's directory or absolute path-->
 									<includes>
 										<include>
 											${project.build.directory}/compressed/org/ajax4jsf/javascript/scripts/prototype-min.js
@@ -126,10 +121,8 @@
 										</include>
 										<include>**/*-min.js</include>
 									</includes>
-									<!-- files to exclude, path relative to output's directory -->
 									<excludes>
 										<exclude>**/*.pack.js</exclude>
-										<!-- exclude parts of the scriptaculous, so big file already included -->
 										<exclude>
 											**/scriptaculous/*.js
 										</exclude>
@@ -158,7 +151,7 @@
 
 					</execution>
 				</executions>
-			</plugin>
+			</plugin-->
 		</plugins>
 	</build>
 	<dependencies>




More information about the richfaces-svn-commits mailing list