Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
exclude config files from build process
exclude config files from being copied to the publish folder
  • Loading branch information
AD7six committed Oct 31, 2010
1 parent ed8d1fa commit f6c8c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.xml
Expand Up @@ -71,6 +71,8 @@
<exclude name="**/.git/**"/>
<exclude name="**/.svn/**"/>
<exclude name=".gitignore"/>
<exclude name="*.conf*"/>
<exclude name="mime.types"/>
<exclude name="**/${dir.build}/**"/>
<exclude name="**/${dir.test}/**"/>
<exclude name="**/${dir.demo}/**"/>
Expand Down

0 comments on commit f6c8c0a

Please sign in to comment.