From 1877152c11d38977cf8709a5fb4028143cca1a14 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Sun, 24 Oct 2010 11:23:41 -0500 Subject: [PATCH] about:startup - fix jar manifest --- toolkit/content/jar.mn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index f0c553b89a66..a4ec0b33ab3b 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -86,12 +86,12 @@ toolkit.jar: #ifdef MOZ_SVG content/global/svg/svgBindings.xml (/layout/svg/base/src/resources/content/svgBindings.xml) #endif - content\jquery\jquery.js (jquery/jquery.js) - content\jquery\jquery.colorhelpers.js (jquery/jquery.colorhelpers.js) - content\jquery\jquery.flot.crosshair.js (jquery/jquery.flot.crosshair.js) - content\jquery\jquery.flot.image.js (jquery/jquery.flot.image.js) - content\jquery\jquery.flot.js (jquery/jquery.flot.js) - content\jquery\jquery.flot.navigate.js (jquery/jquery.flot.navigate.js) - content\jquery\jquery.flot.selection.js (jquery/jquery.flot.selection.js) - content\jquery\jquery.flot.stack.js (jquery/jquery.flot.stack.js) - content\jquery\jquery.flot.threshold.js (jquery/jquery.flot.threshold.js) + content/jquery/jquery.js (jquery/jquery.js) + content/jquery/jquery.colorhelpers.js (jquery/jquery.colorhelpers.js) + content/jquery/jquery.flot.crosshair.js (jquery/jquery.flot.crosshair.js) + content/jquery/jquery.flot.image.js (jquery/jquery.flot.image.js) + content/jquery/jquery.flot.js (jquery/jquery.flot.js) + content/jquery/jquery.flot.navigate.js (jquery/jquery.flot.navigate.js) + content/jquery/jquery.flot.selection.js (jquery/jquery.flot.selection.js) + content/jquery/jquery.flot.stack.js (jquery/jquery.flot.stack.js) + content/jquery/jquery.flot.threshold.js (jquery/jquery.flot.threshold.js)