From 8d405b265285c368df2e9cf1c14acee7532e0ee7 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: ćšć, 29 5æ 2025 18:14:38 +0800 Subject: [PATCH] Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop --- doc/analysis/Development-And-Usage-Workflow.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/analysis/Development-And-Usage-Workflow.md b/doc/analysis/Development-And-Usage-Workflow.md index 6cd5528..8e12ff5 100644 --- a/doc/analysis/Development-And-Usage-Workflow.md +++ b/doc/analysis/Development-And-Usage-Workflow.md @@ -1,6 +1,6 @@ # Development and usage workflow -Below a description of the planned development and usage process. Comments and progress are reported on [issue #42](https://github.com/open-license-manager/open-license-manager/issues/42) +Below a description of the planned development and usage process. Comments and progress are reported on [issue #42](https://github.com/open-license-manager/licensecc/issues/42)  @@ -10,7 +10,7 @@ ### Binary release contents Binary release contains: - * open-license-manager executable (`lcc`). + * license generator executable (`lccgen`). * source code of the unconfigured library. * source code of (part of) the tests. @@ -20,7 +20,7 @@ In this phase the library is configured, compiled (only for the tests sake), linked with a mock executable and tested together with the license generator. ## Initialize library -In this phase the signing keys are generated by open-license-manager executable (`lcc`), and optionally the source code of the library may be modified or obfuscated. +In this phase the signing keys are generated by license generator executable (`lccgen`), and optionally the source code of the library may be modified or obfuscated. ### Test (2) -- Gitblit v1.9.1