Extracted koan logic out into koan-engine.

This commit is contained in:
Sam Ritchie
2011-11-27 14:14:02 -05:00
committed by Colin Jones
parent e2b5f87984
commit 337d39684a
12 changed files with 214 additions and 433 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
CLASSPATH=src
for f in lib/*.jar; do
for f in lib/*.jar lib/dev/*.jar resources/; do
CLASSPATH=$CLASSPATH:$f
done