Skip to content
Snippets Groups Projects
Commit 2f1119a7 authored by Robert Lehmann's avatar Robert Lehmann
Browse files

Added build target for Redis backend.

parent dfdb0fab
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,11 @@
<property name="db.dir" value="db/jdbc"/>
<antcall target="dbcompile"/>
</target>
<target name="dbcompile-redis" depends="compile">
<property name="db.dir" value="db/redis"/>
<antcall target="dbcompile"/>
</target>
<target name="compile">
<mkdir dir="${classes.dir}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment