Skip to content

Commit

Permalink
build: reverse target dir move
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleuzen committed Jul 8, 2020
1 parent 931a4e6 commit da35bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<property name="build.dir" value="build"/>

<!-- <property name="classes.dir" value="${build.dir}/classes"/> -->
<property name="classes.dir" value="build/target/classes"/>
<property name="classes.dir" value="target/classes"/>

<property name="main-class" value="com.github.bleuzen.blizcord.a"/>

<property name="lib.dir" value="build/target/dependency"/>
<property name="lib.dir" value="target/dependency"/>

<path id="classpath">
<fileset dir="${lib.dir}" includes="**/*.jar"/>
Expand Down

0 comments on commit da35bbd

Please sign in to comment.