Don't delete debian/copyright during "ant clean".

Instead of deleting debian/copyright with "ant clean", add it to .mtn-ignore.
With the current method, the copyright file doesn't end up in the debian source
package...
This commit is contained in:
kytv
2011-07-06 22:27:46 +00:00
parent 49b39008c5
commit 681890780c
2 changed files with 1 additions and 1 deletions

View File

@@ -22,3 +22,4 @@ _jsp\.java$
~$
/build/
/classes/
^debian/copyright

View File

@@ -417,7 +417,6 @@
<delete dir="debian/tmp" />
<delete dir="debian/db" />
<delete file="debian/files" />
<delete file="debian/copyright" />
<delete file="debian/build" />
<delete file="debian/substvars"/>
</target>