From db350d0bc34480d42dc945f3dde23c09a3a89ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=92=E6=B5=B7=E6=B3=A2?= Date: Tue, 25 Aug 2020 17:29:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85=E4=BF=A1=E6=81=AF=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E7=BB=B4=E6=8A=A4=E8=BD=AF=E4=BB=B6=E5=8C=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 +++++++- README.md | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 22b3e83..7b49036 100644 --- a/README.en.md +++ b/README.en.md @@ -2,7 +2,13 @@ ## Description -Java package relevant tools, source code、macros and guidance docs. +This repository serves as the entry point repository for the Java SIG and is used as a repository for the openEuler community's Java packaging-related code, macros, tools, and guidelines. In addition, we identify packages to be maintained in the following categories. + +1. Java build tool ontology packages, such as `maven` `gradle` and so on. +2. Java build tool-related derivative packages, such as `maven_local` and so on. +3. Java packages on which above Java build tool depends. +4. Java packages, and the Java packages on which they depend. +5. Java packages, and the specialized packages on which they depend (specifically to support the Java software). ## Software Architecture diff --git a/README.md b/README.md index a32bec5..c6ba8f2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,14 @@ ## 介绍 -该仓库用于存放 openEuler 社区 Java 打包相关代码、宏、工具,以及指引文档。 +该仓库作为 Java SIG 的入口仓库,用于存放 openEuler 社区 Java 打包相关代码、宏、工具,以及指引文档。此外,我们明确需要维护的软件包分为如下几类: + +1. Java 构建工具本体软件包,例如 `maven` `gradle` 等。 +2. Java 构建工具相关衍生软件包,例如 `maven_local` 等。 +3. Java 构建工具所依赖的 Java 软件包。 +4. Java 软件包,及其所依赖的 Java 软件包。 +5. Java 软件包,及其所依赖的专用软件包(专门用于支撑该 Java 软件)。 + ## 软件架构 -- Gitee From fba9205d84c41071ed128b08c02004b2e7aabb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=92=E6=B5=B7=E6=B3=A2?= Date: Fri, 28 Aug 2020 20:05:31 +0800 Subject: [PATCH 2/2] add ant as main build tool --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 7b49036..73c0f38 100644 --- a/README.en.md +++ b/README.en.md @@ -4,7 +4,7 @@ This repository serves as the entry point repository for the Java SIG and is used as a repository for the openEuler community's Java packaging-related code, macros, tools, and guidelines. In addition, we identify packages to be maintained in the following categories. -1. Java build tool ontology packages, such as `maven` `gradle` and so on. +1. Java build tool ontology packages, such as `maven` `gradle` `ant` and so on. 2. Java build tool-related derivative packages, such as `maven_local` and so on. 3. Java packages on which above Java build tool depends. 4. Java packages, and the Java packages on which they depend. diff --git a/README.md b/README.md index c6ba8f2..222a52d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 该仓库作为 Java SIG 的入口仓库,用于存放 openEuler 社区 Java 打包相关代码、宏、工具,以及指引文档。此外,我们明确需要维护的软件包分为如下几类: -1. Java 构建工具本体软件包,例如 `maven` `gradle` 等。 +1. Java 构建工具本体软件包,例如 `maven` `gradle` `ant` 等。 2. Java 构建工具相关衍生软件包,例如 `maven_local` 等。 3. Java 构建工具所依赖的 Java 软件包。 4. Java 软件包,及其所依赖的 Java 软件包。 -- Gitee