Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix dox set
Browse files Browse the repository at this point in the history
  • Loading branch information
will-gilbert committed Dec 27, 2010
1 parent 315ea22 commit 53b4e47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="jarbundler" default="jar" basedir=".">

<property name="version" value="2.1.0"/>
<property name="version" value="2.2.0"/>
<property name="description" value="ANT task for creating Mac OS X application bundles"/>


Expand Down
8 changes: 4 additions & 4 deletions dox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ <h1>Version 2.2.0</h1>
<h2>What's New</h2>
<!-- Released: Dec 2010 -->
<ul>
<li>Added the optional 'jvmarchs' space delimited string attribute to JarBundler task.<br>
<li>Added the optional '<tt>jvmarchs</tt>' space delimited string attribute to JarBundler task.<br>
Thanks to Tobias Bley and his team</li>

<li>Added the optional 'lsArchitecturePriority' space delimited string attribute to JarBundler task.<br>
<li>Added the optional '<tt>lsArchitecturePriority</tt>' space delimited string attribute to JarBundler task.<br>
Thanks to Tobias Bley and his team</li>

<li>Added the optional 'suFeedURL' string attribute to JarBundler task.<br>
<li>Added the optional '<tt>suFeedURL</tt>' string attribute to JarBundler task.<br>
Thanks to Tobias Bley and his team</li>

</ul>
Expand All @@ -67,7 +67,7 @@ <h2>Installation</h2>
<p>Move the file <tt>jarbundler-2.2.0.jar</tt>
into <tt>/usr/share/ant/lib</tt> or
into your local ANT lib directory. Remove any older versions at this time.
<strong>NB:</stong> This location used to be <tt>/Developer/Java/Ant/lib</tt>. You
<strong>NB:</strong> This location used to be <tt>/Developer/Java/Ant/lib</tt>. You
may have to try both to get things to work.


Expand Down

0 comments on commit 53b4e47

Please sign in to comment.