From 00132cff11a236d0b5f913a7e98257da356afaa2 Mon Sep 17 00:00:00 2001 From: Cedric Vivier Date: Thu, 8 Dec 2011 23:19:17 +0800 Subject: [PATCH] Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell --- browser/devtools/jar.mn | 2 +- browser/devtools/{styleeditor => shared}/SplitView.jsm | 0 browser/devtools/{styleeditor => shared}/splitview.css | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename browser/devtools/{styleeditor => shared}/SplitView.jsm (100%) rename browser/devtools/{styleeditor => shared}/splitview.css (100%) diff --git a/browser/devtools/jar.mn b/browser/devtools/jar.mn index e0ef27509491..f2fa89536097 100644 --- a/browser/devtools/jar.mn +++ b/browser/devtools/jar.mn @@ -3,8 +3,8 @@ browser.jar: content/browser/NetworkPanel.xhtml (webconsole/NetworkPanel.xhtml) * content/browser/scratchpad.xul (scratchpad/scratchpad.xul) content/browser/scratchpad.js (scratchpad/scratchpad.js) + content/browser/splitview.css (shared/splitview.css) * content/browser/styleeditor.xul (styleeditor/styleeditor.xul) - content/browser/splitview.css (styleeditor/splitview.css) content/browser/styleeditor.css (styleeditor/styleeditor.css) content/browser/devtools/csshtmltree.xul (styleinspector/csshtmltree.xul) content/browser/devtools/cssruleview.xul (styleinspector/cssruleview.xul) diff --git a/browser/devtools/styleeditor/SplitView.jsm b/browser/devtools/shared/SplitView.jsm similarity index 100% rename from browser/devtools/styleeditor/SplitView.jsm rename to browser/devtools/shared/SplitView.jsm diff --git a/browser/devtools/styleeditor/splitview.css b/browser/devtools/shared/splitview.css similarity index 100% rename from browser/devtools/styleeditor/splitview.css rename to browser/devtools/shared/splitview.css