<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,6 @@
-# todo: map to mozrepl and mozunit as a transition to separate packages
-
-content mozlab chrome/content/
-skin mozlab classic/1.0 chrome/skin/classic/
-
-overlay chrome://browser/content/browser.xul         chrome://mozlab/content/mozrepl/overlay_browser.xul
-overlay chrome://messenger/content/messenger.xul     chrome://mozlab/content/mozrepl/overlay_mail.xul
-overlay chrome://songbird/content/xul/menuOverlay.xul chrome://mozlab/content/mozrepl/overlay_songbird.xul
-
-
-overlay chrome://browser/content/browser.xul         chrome://mozlab/content/mozunit/overlay_browser.xul
-overlay chrome://messenger/content/messenger.xul     chrome://mozlab/content/mozunit/overlay_mail.xul
+content mozrepl chrome/content/
+skin mozrepl classic/1.0 chrome/skin/classic/
 
+overlay chrome://browser/content/browser.xul         chrome://mozrepl/content/overlay_browser.xul
+overlay chrome://messenger/content/messenger.xul     chrome://mozrepl/content/overlay_mail.xul
+overlay chrome://songbird/content/xul/menuOverlay.xul chrome://mozrepl/conte/overlay_songbird.xul</diff>
      <filename>chrome.manifest</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 const CLASS_ID = Components.ID('{57f4284b-1f9b-4990-8525-9ed5cbb23e01}');
 const CLASS_NAME = 'MozRepl Server XPCOM';
 const CONTRACT_ID = '@hyperstruct.net/mozlab/mozrepl;1';
-const SOURCE = 'chrome://mozlab/content/mozrepl/server.js';
+const SOURCE = 'chrome://mozrepl/content/server.js';
 const INTERFACE = Components.interfaces.nsIMozRepl;
 
 /* ---------------------------------------------------------------------- */</diff>
      <filename>components/MozRepl.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,10 +4,10 @@
      xmlns:em=&quot;http://www.mozilla.org/2004/em-rdf#&quot;&gt;
 
   &lt;Description about=&quot;urn:mozilla:install-manifest&quot;&gt;
-    &lt;em:id&gt;mozlab@hyperstruct.net&lt;/em:id&gt;
+    &lt;em:id&gt;mozrepl@hyperstruct.net&lt;/em:id&gt;
     &lt;em:version&gt;42.0.0&lt;/em:version&gt;
     &lt;em:type&gt;2&lt;/em:type&gt;
-   
+
     &lt;!-- firefox --&gt;
 
     &lt;em:targetApplication&gt;
@@ -29,7 +29,7 @@
     &lt;/em:targetApplication&gt;
 
     &lt;!-- thunderbird --&gt;
-    
+
     &lt;em:targetApplication&gt;
       &lt;Description&gt;
         &lt;em:id&gt;{3550f703-e582-4d05-9a08-453d09bdfdc6}&lt;/em:id&gt;
@@ -39,7 +39,7 @@
     &lt;/em:targetApplication&gt;
 
     &lt;!-- songbird --&gt;
-    
+
     &lt;em:targetApplication&gt;
       &lt;Description&gt;
         &lt;em:id&gt;songbird@songbirdnest.com&lt;/em:id&gt;
@@ -57,12 +57,12 @@
         &lt;em:maxVersion&gt;1.9.0.*&lt;/em:maxVersion&gt;
       &lt;/Description&gt;
     &lt;/em:targetApplication&gt;
-   
-    &lt;em:name&gt;MozLab&lt;/em:name&gt;
-    &lt;em:description&gt;Interactive console and TDD-framework for Mozilla&lt;/em:description&gt;
+
+    &lt;em:name&gt;MozRepl&lt;/em:name&gt;
+    &lt;em:description&gt;Interactive console for Mozilla applications&lt;/em:description&gt;
     &lt;em:creator&gt;Massimiliano Mirra&lt;/em:creator&gt;
     &lt;em:homepageURL&gt;http://hyperstruct.net/projects/mozlab&lt;/em:homepageURL&gt;
-    &lt;em:updateURL&gt;http://repo.hyperstruct.net/mozlab/update.rdf&lt;/em:updateURL&gt;
+    &lt;em:updateURL&gt;http://repo.hyperstruct.net/mozrepl/update.rdf&lt;/em:updateURL&gt;
     &lt;em:updateKey&gt;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEIAFfynLWE9Kh6D7bbe0yM3gHyZKikhDkVK1n/3E8RngyNDAnjVb4W7M6XRpJVWjNLObB+CA+izRCUwvWOWzdIA1409od1gN9cjWU6c6X68AX/aGW7/LH30NCGcQcmw/MUtlPUQgI1agOJIIqCVRZh9npef/Vdtr3AxjsKtK4QwIDAQAB&lt;/em:updateKey&gt;
-  &lt;/Description&gt;      
+  &lt;/Description&gt;
 &lt;/RDF&gt;</diff>
      <filename>install.rdf</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;?xml version='1.0'?&gt;
 &lt;r:RDF xmlns:r='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://www.mozilla.org/2004/em-rdf#'&gt;
-  &lt;r:Description r:about='urn:mozilla:extension:mozlab@hyperstruct.net'&gt;
+  &lt;r:Description r:about='urn:mozilla:extension:mozrepl@hyperstruct.net'&gt;
     &lt;updates&gt;
       &lt;r:Seq&gt;
         &lt;r:li&gt;
@@ -44,7 +44,7 @@
             &lt;/targetApplication&gt;
 
             &lt;!-- songbird --&gt;
-            
+
             &lt;targetApplication&gt;
               &lt;Description&gt;
                 &lt;id&gt;songbird@songbirdnest.com&lt;/id&gt;
@@ -54,7 +54,7 @@
                 &lt;updateHash/&gt;
               &lt;/Description&gt;
             &lt;/targetApplication&gt;
-            
+
             &lt;!-- toolkit --&gt;
 
             &lt;targetApplication&gt;</diff>
      <filename>update.rdf.template</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>chrome/content/lib/module_manager.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/circClassA.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/circClassB.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/circPkgA.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/circPkgB.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/classPrivateEnv.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/classSharedEnv.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/mock_class_1.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/mock_module_1.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/lib/test/tc_module_manager.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/javascript.el</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/moz.el</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/overlay.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/overlay_browser.xul</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/overlay_impl.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/overlay_mail.xul</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/overlay_songbird.xul</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/repl.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/server.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/tc_util.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/ui.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozrepl/util.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/assertions.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/overlay_browser.xul</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/overlay_mail.xul</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/package.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/test_case.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/ui.js</filename>
    </removed>
    <removed>
      <filename>chrome/content/mozunit/ui.xul</filename>
    </removed>
    <removed>
      <filename>chrome/skin/classic/mozunit/bomb.png</filename>
    </removed>
    <removed>
      <filename>chrome/skin/classic/mozunit/bug.png</filename>
    </removed>
    <removed>
      <filename>chrome/skin/classic/mozunit/style.css</filename>
    </removed>
    <removed>
      <filename>defaults/preferences/mozlab.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ca7be632dd6d406aff814b48c8d9c6bfe828a207</id>
    </parent>
  </parents>
  <author>
    <name>Massimiliano Mirra</name>
    <email>bard@hyperstruct.net</email>
  </author>
  <url>http://github.com/bard/mozrepl/commit/0a67c1c404042dbf0b022a751f2b88867464159c</url>
  <id>0a67c1c404042dbf0b022a751f2b88867464159c</id>
  <committed-date>2008-09-03T12:07:08-07:00</committed-date>
  <authored-date>2008-09-03T11:51:03-07:00</authored-date>
  <message>Extracted MozRepl to manage as independent extension.</message>
  <tree>d162bc3a263e5c0d034edb088c9ccc21b1de602b</tree>
  <committer>
    <name>Massimiliano Mirra</name>
    <email>bard@hyperstruct.net</email>
  </committer>
</commit>
