|
in my "src" dir I have these files:
com (packagedir)
Lexicon_da.properties
Lexicon_en.properties
Lexicon_fr.properties
index.html
Then I add this to my build.xml:
<copydir
src=""
dest="${deploy.dir}"
includes="*.properties"
excludes="*.html" />
yet, index.html is copied each time.. Is it a bug,
or me doing it wrong? I also tried **/*.html
- Ramosa
|
