auser / erlfs

A distributed storage system which uses distributed Erlang strongly influenced by http://dawsdesign.com/drupal/erlfs

This URL has Read+Write access

erlfs / _build.cfg
100644 22 lines (13 sloc) 0.28 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project : {
   name : erlfs
   vsn : "0.1.0.1"
},
 
repositories : ["http://repo.erlware.org/pub", "http://erlfs.googlecode.com/svn/trunk/"],
 
build_dir : _build,
 
ignore_dirs : ["_",
               ".",
"erltl"],
 
ignore_apps : [],
 
dirs : {
     include_dirs : []
},