Author: mattmann
Date: Sun Aug 23 16:39:15 2015
New Revision: 1697217
URL: http://svn.apache.org/r1697217
Log:
- RAT update
Modified:
oodt/trunk/curator/webapp/pom.xml
oodt/trunk/webapp/components/pom.xml
Modified: oodt/trunk/curator/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/webapp/pom.xml?rev=1697217&r1=1697216&r2=1697217&view=diff
==============================================================================
--- oodt/trunk/curator/webapp/pom.xml (original)
+++ oodt/trunk/curator/webapp/pom.xml Sun Aug 23 16:39:15 2015
@@ -96,18 +96,6 @@ the License.
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
<configuration>
- <excludes>
- <exclude>**/jquery*</exclude>
- <exclude>**/jquery/*</exclude>
- <exclude>**/src/jquery*</exclude>
- <exclude>**/jquery-treeview/*</exclude>
- <exclude>**/jquery-treeview/demo/*</exclude>
- <exclude>**/jquery-treeview/lib/*</exclude>
- <exclude>**/jquery-ui/*</exclude>
-
<exclude>**/jquery-ui/css/smoothness/jquery-ui-1.7.2.custom.css</exclude>
- <exclude>**/src/MIT-License.txt</exclude>
- <exclude>**/media/Bach-SuiteNo2.mp3</exclude>
- </excludes>
</configuration>
<executions>
<execution>
Modified: oodt/trunk/webapp/components/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/webapp/components/pom.xml?rev=1697217&r1=1697216&r2=1697217&view=diff
==============================================================================
--- oodt/trunk/webapp/components/pom.xml (original)
+++ oodt/trunk/webapp/components/pom.xml Sun Aug 23 16:39:15 2015
@@ -100,6 +100,16 @@ the License.
<excludes>
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/workflow/instance/prototype.js</exclude>
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/workflow/instance/progress.js</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery/*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/src/jquery*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery-treeview/*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery-treeview/demo/*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery-treeview/lib/*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery-ui/*</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/jquery-ui/css/smoothness/jquery-ui-1.7.2.custom.css</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/src/MIT-License.txt</exclude>
+
<exclude>webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/**/media/Bach-SuiteNo2.mp3</exclude>
</excludes>
</configuration>
</plugin>