eclipse plugin: rename a replaceable parameter in the build.xml template
This commit is contained in:
parent
821340478b
commit
29985704df
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue