Skip to content

Commit

Permalink
Put the built plugin in a more consistent place.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Jul 29, 2013
1 parent b2f293a commit b49dadd
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 @@ -25,7 +25,7 @@
<property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/FieldPapers"/>

<property name="josm" location="../../core/dist/josm-custom.jar"/>
<property name="plugin.dist.dir" value="../../dist"/>
<property name="plugin.dist.dir" value="../josm/dist"/>
<property name="plugin.build.dir" value="build"/>
<property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
<property name="ant.build.javac.target" value="1.5"/>
Expand Down

0 comments on commit b49dadd

Please sign in to comment.