remove exclusion of svn folder as we are using git now

master
melvinzhang 2015-12-27 16:56:02 +08:00
parent fa88d8a082
commit b9e5f3bd01
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@
</javac>
<copy includeemptydirs="false" todir="build">
<fileset dir="resources">
<exclude name="**/.svn"/>
<exclude name="**/_excluded/**"/>
</fileset>
</copy>