eclipse plugin: rename a replaceable parameter in the build.xml template

This commit is contained in:
Timotei Dolean 2010-07-04 20:26:01 +00:00
parent 821340478b
commit 29985704df

View file

@ -2,7 +2,7 @@
<project name="$$project_name" default="copyAll">
<!-- <property file="build.properties"/> -->
<target name="copyAll">
<copy verbose="true" todir="${wesnoth.user.dir}/data/add-ons/$$project_name/">
<copy verbose="true" todir="${wesnoth.user.dir}/data/add-ons/$$project_dir_name/">
<fileset dir="">
<!-- <exclude name=".project"/> -->
<exclude name="build.xml"/>