Author: lofwyr
Date: Fri Jul 8 15:11:07 2016
New Revision: 1751919
URL: http://svn.apache.org/viewvc?rev=1751919&view=rev
Log:
rat-check
Modified:
myfaces/tobago/trunk/pom.xml
Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1751919&r1=1751918&r2=1751919&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri Jul 8 15:11:07 2016
@@ -914,8 +914,12 @@
<exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/typeahead/**/typeahead*.*</exclude>
<!-- prism (tobago-example-demo) -->
- <exclude>**/prism*.js</exclude>
- <exclude>**/prism*.css</exclude>
+ <exclude>**/src/main/webapp/script/prism*.js</exclude>
+ <exclude>**/src/main/webapp/style/prism*.css</exclude>
+
+ <!-- qunit (tobago-example-demo) -->
+ <exclude>**/src/main/webapp/script/qunit-1.23.1.js</exclude>
+ <exclude>**/src/main/webapp/style/qunit-1.23.1.css</exclude>
<!-- log files -->
<exclude>**/*.log</exclude>
|