Skip to content

Commit

Permalink
Fix build due to Freenet infrastructure changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juiceman committed Jan 28, 2018
1 parent 6d54c85 commit deb6210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- ant build file for Freenet -->

<project name="Freenet" default="dist" basedir=".">
<property name="freenet-cvs-snapshot.location" location="../fred/dist/freenet.jar"/>
<property name="freenet-cvs-snapshot.location" location="../fred/build/libs/freenet.jar"/>
<property name="freenet-ext.location" location="../fred/lib/freenet/freenet-ext.jar"/>
<property name="svn.revision" value="@custom@"/>
<property name="source-version" value="1.5"/>
Expand Down

0 comments on commit deb6210

Please sign in to comment.