diff -r f11943a373a7 -r 0e707eef1e4a samples/livedb/build.xml --- a/samples/livedb/build.xml Mon Nov 11 13:17:34 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,111 +0,0 @@ - - - - - - - - - - - Builds, tests, and runs the project livedb. - - - - - - - - - - - - - - - - - - - - create table APP.AGE ( - NAME VARCHAR(30), - AGE NUMERIC(3) - ); - insert into APP.AGE values ('apidesign', 3); - - - none - - - -