Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.

Changes to Aquaint2 code #25

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
</target>

<target name="compile" depends="init,resolve" description="compile the source ">
<javac classpathref="lib.path.id" srcdir="${src.dir}/dist" destdir="${build.dir}" optimize="on" debug="on">
<javac classpathref="lib.path.id" srcdir="${src.dir}/dist" destdir="${build.dir}" optimize="on" debug="on" includeantruntime="false">
<compilerarg value="-Xlint:unchecked" />
</javac>
<javac classpathref="lib.path.id" srcdir="${src.dir}/test" destdir="${build.dir}" optimize="on" debug="on">
<javac classpathref="lib.path.id" srcdir="${src.dir}/test" destdir="${build.dir}" optimize="on" debug="on" includeantruntime="false">
<compilerarg value="-Xlint:unchecked" />
</javac>
<copy todir="${build.dir}">
Expand Down
885 changes: 0 additions & 885 deletions docs/api/allclasses-frame.html

This file was deleted.

885 changes: 0 additions & 885 deletions docs/api/allclasses-noframe.html

This file was deleted.

750 changes: 0 additions & 750 deletions docs/api/constant-values.html

This file was deleted.

166 changes: 0 additions & 166 deletions docs/api/deprecated-list.html

This file was deleted.

Loading