move epl files to separate directory

This commit is contained in:
2018-07-13 16:55:33 -07:00
parent 9f7b97c4c2
commit 979cd3d4a7
4 changed files with 274 additions and 72 deletions

View File

@ -50,12 +50,12 @@ distributions {
main {
contents {
into('csv') {
from('.') {
from('csv') {
include 'EURUSD-2017-01-*.csv'
}
}
into('epl') {
from('.') {
from('epl') {
include '*.epl'
}
}