diff --git a/db/sample.db b/db/sample.db index c0a9660..b63e317 100644 Binary files a/db/sample.db and b/db/sample.db differ diff --git a/readme.txt b/readme.txt index 7efbfb0..a3a22b7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,15 @@ -Project is build as gradle root and child projects. +Project builds an address book manager. + +AspectJ is used to monitor deletes and updates to the contacts records. + +Run input and output files are stored at: + + workspace/bookocontacts/db/ + sample.db + deleted.log + update.log + +is build as a gradle project. Gradle handles build and run of program using AspectJ Java runtime. Build Environment: