You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2013/09/13 03:58:49 UTC

svn commit: r1522762 - in /openmeetings/trunk/singlewebapp: build.xml ivy.xml

Author: solomax
Date: Fri Sep 13 01:58:49 2013
New Revision: 1522762

URL: http://svn.apache.org/r1522762
Log:
[OPENMEETINGS-688] rat version is bumped, report_rat task is fixed

Modified:
    openmeetings/trunk/singlewebapp/build.xml
    openmeetings/trunk/singlewebapp/ivy.xml

Modified: openmeetings/trunk/singlewebapp/build.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/build.xml?rev=1522762&r1=1522761&r2=1522762&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/build.xml (original)
+++ openmeetings/trunk/singlewebapp/build.xml Fri Sep 13 01:58:49 2013
@@ -639,6 +639,14 @@
 		</taskdef>
 
 		<rat:report>
+			<rat:substringMatcher licenseFamilyCategory="JQUERY_MIT" licenseFamilyName="jQuery UI CSS MIT">
+				<pattern substring="Copyright 2013 jQuery Foundation and other contributors Licensed MIT"/>
+			</rat:substringMatcher>
+			<rat:substringMatcher licenseFamilyCategory="JQUERY_MIT" licenseFamilyName="jQuery UI Menubar MIT">
+				<pattern substring="Dual licensed under the MIT or GPL Version 2"/>
+			</rat:substringMatcher>
+			<rat:approvedLicense familyName="jQuery UI CSS MIT"/>
+			<rat:approvedLicense familyName="jQuery UI Menubar MIT"/>
 			<fileset dir="${src.base.dir}" />
 			<fileset dir="${webcontent.base.dir}" excludes="**/*.swf" />
 			<fileset dir="${docs.src}" />

Modified: openmeetings/trunk/singlewebapp/ivy.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/ivy.xml?rev=1522762&r1=1522761&r2=1522762&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/ivy.xml (original)
+++ openmeetings/trunk/singlewebapp/ivy.xml Fri Sep 13 01:58:49 2013
@@ -328,10 +328,10 @@
 		<!--  END OF JUNIT -->
 		
 		<!--  START OF RAT -->
-		<dependency org="org.apache.rat" name="apache-rat-core" rev="0.9" conf="rat->*" transitive="false">
+		<dependency org="org.apache.rat" name="apache-rat-core" rev="0.10" conf="rat->*" transitive="false">
 			<include type="jar" />
 		</dependency>
-		<dependency org="org.apache.rat" name="apache-rat-tasks" rev="0.9" conf="rat->*" transitive="false">
+		<dependency org="org.apache.rat" name="apache-rat-tasks" rev="0.10" conf="rat->*" transitive="false">
 			<include type="jar" />
 		</dependency>
 		<!--  END OF RAT -->