diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:15:59 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:18:01 +0200 |
commit | 94f7348c379f16036e67dce1ad94be274fc84ec8 (patch) | |
tree | 8c268fc147e275efc020a4fec963d7feb5f6ef9c /report.qmd | |
parent | a17f4b5b8279488e5c9682b31f0c2d40a6080fbb (diff) |
add/update build and zip generation routines
Diffstat (limited to 'report.qmd')
-rw-r--r-- | report.qmd | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -25,8 +25,19 @@ breaks: false # General notes -This text covers the code project `com.biks.bachelorizer` -that was authored with contributions from several groups +This report covers the two code projects +`portfolio1` and `dk.biks.bachelorizer`. + +`portfolio1` +was authored with contributions from several groups +involving the students +Asger Adam Væver Johansen, +Alexander Marthin Klemensen, +Ian Valentin Christensen +and Jonas Smedegaard. + +`dk.biks.bachelorizer` +was authored with contributions from several groups involving the students Alexander Marthin Klemensen, Ian Valentin Christensen, @@ -35,7 +46,14 @@ and Zahed Noos. Copyright statements at the top of the code files reflects from whom each file received contributions. -With the code project is included two additional projects, +With the code project is included compiled class files, +the make files used to compile, +an SQL script `database.txt`, +a pregenerated SQLite3 database file `identifier.sqlite` +(duplicated to cover use from command-line and in intellij) +and a README.md file documenting compilation and execution. + +Also included with the code projects are two projects, `com.example.portfolio2` and `com.example.portfolio3`, derived from @Rosendahl2025.12 and @Rosendahl2025.16, respectively. |