From 17d96bd351d0db6760706f2620b25353f1883ddd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jan 2011 12:04:47 +0200 Subject: Add schema example It shows how to map persistent classes to a custom database schema. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 833654c..47b9221 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make dirs := composite container hello query mapping -tr1_dirs := relationship inverse +tr1_dirs := relationship inverse schema dist_dirs := $(dirs) $(tr1_dirs) all_dirs := $(dirs) $(tr1_dirs) template -- cgit v1.1