From a556600d2cbd121ba0ad960c5cf3f1c256d8d79e Mon Sep 17 00:00:00 2001 From: jeb228 Date: Wed, 5 Jan 2011 19:54:25 +0000 Subject: [PATCH] Recognize additional JQuery plugins as 3rd-party code. --- config/licenser/known_exceptions.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/licenser/known_exceptions.txt b/config/licenser/known_exceptions.txt index 907ca9c5..408e3c37 100644 --- a/config/licenser/known_exceptions.txt +++ b/config/licenser/known_exceptions.txt @@ -28,9 +28,10 @@ themes/vivo-basic/templates/googleAnalytics.ftl # Stylesheet for Pictos fonts by pictos.drewwilson.com themes/wilma/css/pictos.css -# Raphael plugin for JQuery. -themes/wilma/js/jquery_plugins/raphael/pie.js -themes/wilma/js/jquery_plugins/raphael/raphael.js # 3rd-party transform from JMeter distribution utilities/load-testing/jmeter-results-report.xsl + +# Plugins for JQuery. +productMods/js/visualization/entitycomparison/jquery_plugins/* +themes/wilma/js/jquery_plugins/raphael/*