Skip to content

Commit

Permalink
more refactoring, new command-line tools
Browse files Browse the repository at this point in the history
  • Loading branch information
burrsettles@gmail.com committed Sep 2, 2011
1 parent fcac72e commit bb9c499
Show file tree
Hide file tree
Showing 19 changed files with 100 additions and 1,351 deletions.
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="core.lib.dir" value="core/lib"/>
<property name="gui.lib.dir" value="gui/lib"/>
<property name="jar.dir" value="${gui.lib.dir}"/>
<property name="main-class" value="dualist.TUI"/>
<property name="main-class" value="dualist.tui.Classify"/>

<!-- classpath -->
<path id="classpath">
Expand All @@ -25,7 +25,8 @@

<target name="compile">
<mkdir dir="${classes.dir}"/>
<javac srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath"/>
<!-- <javac srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath"/> -->
<javac debug="true" debuglevel="lines,vars,source" srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath"/>
</target>

<target name="jar" depends="compile">
Expand Down
65 changes: 0 additions & 65 deletions core/src/dualist/TUI.java

This file was deleted.

Loading

0 comments on commit bb9c499

Please sign in to comment.