added a compile script as helma can't be run from classes directory anymore
This commit is contained in:
parent
2e9f98039d
commit
3ddebd959f
1 changed files with 6 additions and 0 deletions
6
compile.sh
Executable file
6
compile.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
cd build
|
||||||
|
./build.sh jar
|
||||||
|
cd ..
|
||||||
|
mv lib/helma-* lib/helma.jar
|
||||||
|
./hop.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue