eclipse plugin: wrap the project into project's name directory
This commit is contained in:
parent
5280e6d41e
commit
5763a3c486
1 changed files with 8 additions and 8 deletions
|
@ -2,12 +2,12 @@
|
|||
<project name="$$project_name" default="copyAll">
|
||||
<!-- <property file="build.properties"/> -->
|
||||
<target name="copyAll">
|
||||
<copy verbose="true" todir="${wesnoth.user.dir}/data/add-ons/">
|
||||
<fileset dir="">
|
||||
<!-- <exclude name=".project"/> -->
|
||||
<exclude name="build.xml"/>
|
||||
<exclude name="build.properties"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
<copy verbose="true" todir="${wesnoth.user.dir}/data/add-ons/$$project_name/">
|
||||
<fileset dir="">
|
||||
<!-- <exclude name=".project"/> -->
|
||||
<exclude name="build.xml"/>
|
||||
<exclude name="build.properties"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue