<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,6 +84,9 @@ Alex Schearer
         &lt;mkdir dir=&quot;${webstart.dir}&quot; /&gt;
         &lt;copy file=&quot;${script.dir}/htaccess&quot; tofile=&quot;${webstart.dir}/.htaccess&quot; /&gt;
         &lt;copy file=&quot;${target.dir}/shade.jar&quot; tofile=&quot;${webstart.dir}/shade.jar&quot; /&gt;
+        &lt;copy file=&quot;${target.dir}/lib/crash.jar&quot; tofile=&quot;${webstart.dir}/crash.jar&quot; /&gt;
+        &lt;copy file=&quot;${target.dir}/lib/slickfx.jar&quot; tofile=&quot;${webstart.dir}/slickfx.jar&quot; /&gt;
+        &lt;copy file=&quot;${target.dir}/lib/BareBonesBrowserLaunch.jar&quot; tofile=&quot;${webstart.dir}/BareBonesBrowserLaunch.jar&quot; /&gt;
         &lt;copy file=&quot;${script.dir}/template.jnlp&quot; tofile=&quot;${webstart.dir}/shade.jnlp&quot;&gt;
             &lt;filterchain&gt;
                 &lt;replacetokens&gt;
@@ -134,6 +137,18 @@ Alex Schearer
                  keystore=&quot;${target.dir}/${keystore.alias}.ks&quot; 
                  storepass=&quot;${keystore.pass}&quot;
                  alias=&quot;${keystore.alias}&quot; /&gt;
+        &lt;signjar jar=&quot;${webstart.dir}/crash.jar&quot;
+                 keystore=&quot;${target.dir}/${keystore.alias}.ks&quot; 
+                 storepass=&quot;${keystore.pass}&quot;
+                 alias=&quot;${keystore.alias}&quot; /&gt;
+        &lt;signjar jar=&quot;${webstart.dir}/slickfx.jar&quot;
+                 keystore=&quot;${target.dir}/${keystore.alias}.ks&quot; 
+                 storepass=&quot;${keystore.pass}&quot;
+                 alias=&quot;${keystore.alias}&quot; /&gt;
+        &lt;signjar jar=&quot;${webstart.dir}/BareBonesBrowserLaunch.jar&quot;
+                 keystore=&quot;${target.dir}/${keystore.alias}.ks&quot; 
+                 storepass=&quot;${keystore.pass}&quot;
+                 alias=&quot;${keystore.alias}&quot; /&gt;
     &lt;/target&gt;
 
     &lt;!-- Compile the code put results into obj.dir. --&gt;</diff>
      <filename>build.xml</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>lib/slickfx.jar</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
 Manifest-Version: 1.0
 Created-By: Alex Schearer (http://anotherearlymorning.com)
 Main-Class: com.shade.Shade
-Class-Path: lib/slick.jar lib/lwjgl.jar lib/jorbis-0.0.15.jar \
-lib/jogg-0.0.7.jar lib/slickfx.jar lib/BareBonesBrowserLaunch.jar lib/ibxm.jar
+Class-Path: lib/slick.jar lib/lwjgl.jar lib/jorbis-0.0.15.jar lib/jogg-0.0.7.jar lib/slickfx.jar lib/BareBonesBrowserLaunch.jar lib/ibxm.jar</diff>
      <filename>script/manifest.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0502f9c5ded10678ac37245f4cfacfeb5f50fac9</id>
    </parent>
  </parents>
  <author>
    <name>Alex Schearer</name>
    <email>aschearer@gmail.com</email>
  </author>
  <url>http://github.com/aschearer/shade/commit/48fbec328350cfcd03abbf2dde8e8fcf1018189f</url>
  <id>48fbec328350cfcd03abbf2dde8e8fcf1018189f</id>
  <committed-date>2008-12-18T22:32:49-08:00</committed-date>
  <authored-date>2008-12-18T22:32:49-08:00</authored-date>
  <message>fixed manifest, webstart target, out-dated slickfx</message>
  <tree>f6b1a51c7d2b09a78d54534412acdca36d3ce18e</tree>
  <committer>
    <name>Alex Schearer</name>
    <email>aschearer@gmail.com</email>
  </committer>
</commit>
