Skip to content

Commit

Permalink
Update ant.xml for new server
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenn committed Jan 8, 2024
1 parent bbd074c commit 8f58711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<property name="framework.dir" value="../../Framework"/>
<property name="runsafe.dir" value="${framework.dir}/lastStable/archive/build/jar"/>
<property name="lib.dir" value="${framework.dir}/workspace/lib"/>
<property name="worldguard.dir" value="../../WorldGuardBridge/lastStable/archive/build/jar"/>
<property name="WorldGuardBridge.dir" value="../../WorldGuardBridge/lastStable/archive/build/jar"/>

<path id="classpath">
<fileset dir="${runsafe.dir}" includes="framework.jar"/>
<fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="${worldguard.dir}" includes="*.jar"/>
<fileset dir="${WorldGuardBridge.dir}" includes="*.jar"/>
</path>

<target name="clean">
Expand Down

0 comments on commit 8f58711

Please sign in to comment.