Skip to content

Commit

Permalink
Add docu
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Nov 4, 2023
1 parent 4d8d1ca commit c6f1eb4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="main.class" value="mpo.dayon.common.Runner"/>
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="version" value="12.0.1"/>
<property name="version" value="13.0.0"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
Expand Down Expand Up @@ -67,7 +67,6 @@
<exclude name="snap/"/>
<exclude name="jre/"/>
<exclude name="jrex/"/>
<exclude name="license/azul_zulu_license.txt"/>
</fileset>
</copy>
<copy file="${dir.docs}/favicon.ico" todir="${dir.dist}"/>
Expand All @@ -82,7 +81,6 @@
<exclude name="snap/"/>
<exclude name="jre/"/>
<exclude name="jrex/"/>
<exclude name="license/azul_zulu_license.txt"/>
<exclude name="readme.txt"/>
<exclude name="setup.sh"/>
</fileset>
Expand All @@ -106,7 +104,6 @@
<fileset dir="${dir.dist}">
<exclude name="jre/"/>
<exclude name="jrex/"/>
<exclude name="license/azul_zulu_license.txt"/>
</fileset>
</copy>
<tar destfile="${dir.dist}/dayon.${version}.tgz" longfile="gnu" compression="gzip">
Expand Down
Binary file modified docs/assisted_ready.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dayon_fingerprints.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6f1eb4

Please sign in to comment.