Skip to content

Commit

Permalink
Remove unused lib dir from build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSchuurmans committed Jan 7, 2012
1 parent efae0b8 commit dd7ecca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@
<property name="project.name" value="midi2chord" />

<property name="src.dir" value="src" />
<property name="lib.dir" value="lib" />
<property name="build.dir" value="build" />
<property name="build.classes.dir" value="${build.dir}/classes" />
<property name="build.lib.dir" value="${build.dir}/lib" />

<path id="classpath">
<fileset dir="${lib.dir}">
<include name="**/*.jar" />
</fileset>
</path>

<target name="all" depends="build">
</target>

Expand All @@ -23,7 +16,6 @@
deprecation="no"
optimize="on"
includeantruntime="no">
<classpath refid="classpath" />
</javac>
</target>

Expand Down

0 comments on commit dd7ecca

Please sign in to comment.