Title: [194327] trunk/Tools
Revision
194327
Author
[email protected]
Date
2015-12-21 01:04:40 -0800 (Mon, 21 Dec 2015)

Log Message

[GTK] jquery.min.js violates DFSG
https://bugs.webkit.org/show_bug.cgi?id=152428

Reviewed by Joseph Pecoraro.

Stop distributing Source/WebInspectorUI/Tools. It is not needed in tarballs. This brings us
into compliance with DFSG by removing a bundled, minified copy of jQuery from our tarball.

* gtk/manifest.txt.in:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (194326 => 194327)


--- trunk/Tools/ChangeLog	2015-12-21 04:23:09 UTC (rev 194326)
+++ trunk/Tools/ChangeLog	2015-12-21 09:04:40 UTC (rev 194327)
@@ -1,3 +1,15 @@
+2015-12-21  Michael Catanzaro  <[email protected]>
+
+        [GTK] jquery.min.js violates DFSG
+        https://bugs.webkit.org/show_bug.cgi?id=152428
+
+        Reviewed by Joseph Pecoraro.
+
+        Stop distributing Source/WebInspectorUI/Tools. It is not needed in tarballs. This brings us
+        into compliance with DFSG by removing a bundled, minified copy of jQuery from our tarball.
+
+        * gtk/manifest.txt.in:
+
 2015-12-19  Dan Bernstein  <[email protected]>
 
         [Mac] WebKit contains dead source code for OS X Mavericks and earlier

Modified: trunk/Tools/gtk/manifest.txt.in (194326 => 194327)


--- trunk/Tools/gtk/manifest.txt.in	2015-12-21 04:23:09 UTC (rev 194326)
+++ trunk/Tools/gtk/manifest.txt.in	2015-12-21 09:04:40 UTC (rev 194327)
@@ -55,6 +55,7 @@
 exclude Source/cmake/OptionsAppleWin.cmake$
 exclude Source/cmake/OptionsEfl.cmake$
 exclude Source/cmake/eflsymbols.filter$
+exclude Source/WebInspectorUI/Tools
 exclude Source/WebInspectorUI/UserInterface/Images
 
 directory Source/WebInspectorUI/UserInterface/Images/gtk
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to