Skip to content

Commit

Permalink
Add markdown files in help/ to the delivered binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberfox committed Mar 12, 2012
1 parent e3c5536 commit 55bb613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -145,6 +145,7 @@
<tarfileset prefix="${TARSRC}/platform" dir="${main.dir}/platform" />
<tarfileset prefix="${TARSRC}/help" dir="${main.dir}/help" includes="*.jpg" />
<tarfileset prefix="${TARSRC}/help" dir="${main.dir}/help" includes="*.jbh" />
<tarfileset prefix="${TARSRC}/help" dir="${main.dir}/help" includes="*.md" />
<tarfileset prefix="${TARSRC}/lib" dir="${main.dir}/lib" />
<tarfileset prefix="${TARSRC}/onejar" dir="${main.dir}/onejar" />
</tar>
Expand Down Expand Up @@ -182,6 +183,7 @@
<fileset dir="${main.dir}" includes="db/*.sql" />
<fileset dir="${main.dir}" includes="help/*.jpg" />
<fileset dir="${main.dir}" includes="help/*.jbh" />
<fileset dir="${main.dir}" includes="help/*.md" />
<fileset dir="${main.dir}" includes="help/*.html" />
<fileset dir="${main.dir}" includes="platform/tray.dll" />
<fileset dir="${main.dir}" includes="jbidwatcher.properties" />
Expand Down

0 comments on commit 55bb613

Please sign in to comment.