; Each line of this file is taken to be an include pattern
; to copy files from web source folder into build folder.
; Included and only included files will be used by web application.
; See build.xml for usage

; Images, icons
**/*.jpg
**/*.png
**/*.gif
**/*.ico

; JavaScript
**/*.js

; HTML, Java Server Pages
**/*.jsp
**/*.html
**/*.htm

; Fonts: Type 1 and True Type
**/*.pfb
**/*.ttf

; Cascading Style sheets
**/*.css

; External libraries, jsp tags definitions, xml configs
WEB-INF/lib/**/*.jar
WEB-INF/**/*.tld
WEB-INF/**/*.xml
