Skip to content

Commit

Permalink
Remove mac adatper
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 15, 2021
1 parent 365613e commit 89cb12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<copy file="IJ_Props.txt" todir="build" />
<copy file="images/microscope.gif" tofile="build/microscope.gif" />
<copy file="images/about.jpg" tofile="build/about.jpg" />
<copy file="plugins/MacAdapter.class" tofile="build/ij/plugin/MacAdapter.class" />
<copy file="plugins/MacAdapter9.class" tofile="build/ij/plugin/MacAdapter9.class" />
<!-- <copy file="plugins/MacAdapter.class" tofile="build/ij/plugin/MacAdapter.class" />
<copy file="plugins/MacAdapter9.class" tofile="build/ij/plugin/MacAdapter9.class" /> -->
<copy todir="build/macros"><fileset dir="macros"/></copy>
<!-- Build ij.jar. -->
<jar jarfile="ij.jar" basedir="build"
Expand Down
58 changes: 0 additions & 58 deletions src/main/java/MacAdapter9.java

This file was deleted.

0 comments on commit 89cb12a

Please sign in to comment.