<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>jarred.manifest</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -64,7 +64,7 @@
 
     &lt;!-- Expand templates --&gt;
     &lt;target name=&quot;install-dependency&quot; description=&quot;test tpl files&quot;&gt;
-        &lt;uptodate property=&quot;install.expansion.notRequired&quot; targetfile=&quot;${build_dir}/install.rdf&quot;&gt;
+        &lt;uptodate property=&quot;install.expansion.notRequired&quot; targetfile=&quot;${src_dir}/install.rdf&quot;&gt;
             &lt;srcfiles dir=&quot;${src_dir}&quot; includes=&quot;install.rdf.tpl.xml, content/firebug/branch.properties&quot;/&gt;
         &lt;/uptodate&gt;
     &lt;/target&gt;
@@ -86,13 +86,14 @@
     &lt;/target&gt;
     &lt;target name=&quot;expand-install-template&quot; depends=&quot;install-dependency, version&quot; unless=&quot;install.expansion.notRequired&quot; &gt;
         &lt;copy file=&quot;${src_dir}/install.rdf.tpl.xml&quot;
-               tofile=&quot;${build_dir}/install.rdf&quot;
+               tofile=&quot;${src_dir}/install.rdf&quot;
                overwrite=&quot;true&quot;&gt;
                &lt;filterchain&gt;
                        &lt;replacetokens&gt;
-                            &lt;token key=&quot;FULLVERSION&quot; value=&quot;${FULLVERSION}&quot;/&gt;
+                            &lt;token key=&quot;FULLVERSION&quot; value=&quot;${FULLVERSION}&quot;/&gt;
+                            &lt;token key=&quot;VERSION&quot; value=&quot;${VERSION}&quot;/&gt;
+                            &lt;token key=&quot;RELEASE&quot; value=&quot;${RELEASE}&quot;/&gt;
                             &lt;token key=&quot;UPDATEPATH&quot; value=&quot;${update.path}/firebug/${VERSION}&quot;/&gt;
-                              &lt;token key=&quot;EXPERIMENTORURL&quot; value=&quot;http://www.almaden.ibm.com/u/bartonjj&quot;/&gt;
                        &lt;/replacetokens&gt;
                &lt;/filterchain&gt;
         &lt;/copy&gt;
@@ -135,10 +136,7 @@
 
     &lt;!-- Incremental Build Targets --&gt;
     &lt;target name=&quot;dev-setup&quot; depends=&quot;create-extension-links, expand-templates&quot;&gt;
-        &lt;!-- put the expanded install.rdf back in the source tree, its not committed to svn --&gt;
-        &lt;copy todir=&quot;.&quot; &gt;
-            &lt;fileset dir=&quot;build/&quot; includes=&quot;install.rdf&quot;/&gt;
-        &lt;/copy&gt;
+
     &lt;/target&gt;
 
     &lt;target name=&quot;create-extension-links&quot; depends=&quot;version&quot;&gt;
@@ -205,8 +203,8 @@
             &lt;zipfileset dir=&quot;${src_dir}/platform&quot; includes=&quot;**&quot; prefix=&quot;platform&quot; excludes=&quot;${excludes}, **/skin/**&quot; /&gt;
             &lt;zipfileset dir=&quot;${src_dir}/components&quot; includes=&quot;*.js&quot; prefix=&quot;components&quot; /&gt;
             &lt;zipfileset dir=&quot;${src_dir}/defaults&quot; includes=&quot;**&quot; prefix=&quot;defaults&quot; excludes=&quot;${excludes}&quot; /&gt;
-            &lt;zipfileset dir=&quot;${build_dir}&quot; includes=&quot;install.rdf&quot; /&gt;
-            &lt;zipfileset dir=&quot;${build_dir}&quot; includes=&quot;*.manifest&quot; /&gt;
+            &lt;zipfileset dir=&quot;${src_dir}&quot; includes=&quot;install.rdf&quot; /&gt;
+            &lt;zipfileset dir=&quot;${src_dir}&quot; includes=&quot;jarred.manifest&quot; fullpath=&quot;chrome.manifest&quot;/&gt;
         &lt;/zip&gt;
     &lt;/target&gt;
 </diff>
      <filename>build.xml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>incremental-chrome.manifest</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a189e0b9fd5c54ad248e557a46887ae945580914</id>
    </parent>
  </parents>
  <author>
    <name>johnjbarton.com</name>
    <email>johnjbarton.com@e969d3be-0e28-0410-a27f-dd5c76401a8b</email>
  </author>
  <url>http://github.com/kommen/firebug1.2/commit/62ab38dbfe9f7f6109921a5703b5a2da11d2e7f9</url>
  <id>62ab38dbfe9f7f6109921a5703b5a2da11d2e7f9</id>
  <committed-date>2008-06-11T17:36:53-07:00</committed-date>
  <authored-date>2008-06-11T17:36:53-07:00</authored-date>
  <message>update build.xml to build jarred 1.2X version at current release

git-svn-id: http://fbug.googlecode.com/svn/branches/firebug1.2@739 e969d3be-0e28-0410-a27f-dd5c76401a8b</message>
  <tree>b9bcd70dcaec61066e9dec65edccec3cc3bd2e34</tree>
  <committer>
    <name>johnjbarton.com</name>
    <email>johnjbarton.com@e969d3be-0e28-0410-a27f-dd5c76401a8b</email>
  </committer>
</commit>
