Reorganizing UI, adding TimelineListView.

This commit is contained in:
Jonathan Bernard
2011-04-27 16:59:33 -05:00
parent 302bc9ccdd
commit f4fe5559b1
5 changed files with 70 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
ebin_dir = /home/jdbernard/projects/jdb-labs/timestamper/web-app/ebin
ebin_dir = T:/projects/jdb-labs/timestamper/web-app/ebin
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
runmod = timestamper_dev
@@ -6,6 +6,6 @@ runmod = timestamper_dev
<server timestamper-local>
port = 8000
listen = 127.0.0.1
docroot = /home/jdbernard/projects/jdb-labs/timestamper/web-app/www
docroot = T:/projects/jdb-labs/timestamper/web-app/www
appmods = ts_api
</server>