Skip to content

Commit d0980cb

Browse files
Merge pull request #123 from eGovFramework/4.3.x
4.3.x branch 내용 병합
2 parents 92d6824 + a979ff9 commit d0980cb

540 files changed

Lines changed: 3459 additions & 14266 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/amendment_request.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 오류 내용을 이슈로 등록하는 템플릿입니다. Templat
33
title: "[Bug]: "
44
labels: ["bug", "triage"]
55
assignees:
6-
- ohorange21
6+
- rukegithub
77
body:
88
- type: markdown
99
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: 기능 요구 및 의견 Feature Request
2-
description: 기능 요구나 기타 의견을 이슈로 등록하는 템플릿입니다. Suggest an idea for improving eGovFrame.
1+
name: 기능 요구 Feature Request
2+
description: 기능 요구를 이슈로 등록하는 템플릿입니다. Suggest a new feature for improving eGovFrame.
33
title: "[기능요구(Feature)]: "
44
labels: ["feature"]
55
assignees:
6-
- ohorange21
6+
- rukegithub
77
body:
88
- type: markdown
99
attributes:
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 발전 방안 제안 Improvement Plan
2+
description: 발전 방안을 이슈로 등록하는 템플릿입니다. Suggest a new plan for improving eGovFrame.
3+
title: "[발전 방안 제안(Improvement Plan)]: "
4+
labels: ["Improvement"]
5+
assignees:
6+
- yongfire38
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
시간을 내어 의견을 작성해 주셔서 감사합니다. Thank you for taking the time to fill out a request.
12+
- type: input
13+
id: idea-name
14+
attributes:
15+
label: 아이디어명 Idea Name
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: idea-summary
20+
attributes:
21+
label: 아이디어 요약 Idea Summary
22+
description: 과제 내용을 300자 이내로 간결하게 요약 및 정의해 주세요 Please summarize and define your content in 300 characters or less
23+
placeholder: 예) 게시판 첨부기능 추가 Example) Adding a bulletin board attachment
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: suggestion-background
28+
attributes:
29+
label: 제안배경 Suggestion Background
30+
description: 아이디어를 제안하게 된 배경 및 필요성을 기술해 주세요. Please describe the background and need for the idea.
31+
placeholder: 아이디어를 제안하게 된 배경은 다음과 같습니다. The background to suggesting the idea is as follows.
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: expectations
36+
attributes:
37+
label: 기대효과 Expectations
38+
description: 아이디어의 실현 가능성과 예상되는 기대효과를 제시하여 주세요. Please describe the expected impact and outcome of the idea.
39+
placeholder: 해당 아이디어의 기대효과는 다음과 같습니다. Here are the expected effects of this idea.
40+
validations:
41+
required: false
42+
- type: textarea
43+
id: free-writing
44+
attributes:
45+
label: 자유기술 Free Writing
46+
description: 추가 기재하고 싶은 항목 및 내용을 자유롭게 기재하여 주세요. Please feel free to add anything else you'd like to include.
47+
validations:
48+
required: false
49+
- type: textarea
50+
id: reference
51+
attributes:
52+
label: 참고문헌 Reference
53+
description: 참고문헌이 있는 경우 작성하여 주세요. If you have references, please include them.
54+
validations:
55+
required: false

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ target/
3333
.DS_Store
3434

3535
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml #
36-
hs_err_pid*
36+
hs_err_pid*
37+
bin/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 표준프레임워크 개발환경 4.2.0 (egovframe-development)
1+
# 표준프레임워크 개발환경 4.3.0 (egovframe-development)
22

33
![Eclipse](https://img.shields.io/badge/Eclipse-FE7A16.svg?style=for-the-badge&logo=Eclipse&logoColor=white)
44
![java](https://img.shields.io/badge/java-007396?style=for-the-badge&logo=JAVA&logoColor=white)

egovframeowk.target/egovframework target.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<locations>
55
<location id="org.eclipse.rcp" path="${eclipse_home}" type="Feature"/>
66
<location path="${workspace_loc}" type="Directory"/>
7-
<location path="C:\eclipse-jee-2022-12-R-win32-x86_64-RCP-TEST\eclipse" type="Directory"/>
7+
<location path="C:\EGOV_DEV\eclipse-ide-2024-03-x64-RCP-TEST\eclipse" type="Directory"/>
88
</locations>
99
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_45"/>
1010
</target>

egovframework.bdev.imp.batch/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: eGovFramework Batch
44
Bundle-SymbolicName: egovframework.bdev.imp.batch;singleton:=true
5-
Bundle-Version: 4.2.0.qualifier
5+
Bundle-Version: 4.3.0.qualifier
66
Bundle-Activator: egovframework.bdev.imp.batch.EgovBatchPlugin
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,
99
org.eclipse.core.resources,
1010
org.eclipse.ui.ide,
11-
egovframework.dev.imp.core;bundle-version="4.2.0",
12-
egovframework.bdev.imp.confmngt;bundle-version="4.2.0",
13-
egovframework.bdev.imp.ide;bundle-version="4.2.0",
11+
egovframework.dev.imp.core;bundle-version="4.3.0",
12+
egovframework.bdev.imp.confmngt;bundle-version="4.3.0",
13+
egovframework.bdev.imp.ide;bundle-version="4.3.0",
1414
org.eclipse.jdt.ui,
1515
org.eclipse.jdt.core,
1616
org.eclipse.search
1717
Bundle-ActivationPolicy: lazy
18-
Bundle-RequiredExecutionEnvironment: JavaSE-11
18+
Bundle-RequiredExecutionEnvironment: JavaSE-17
1919
Export-Package: egovframework.bdev.imp.batch.wizards.com,
2020
egovframework.bdev.imp.batch.wizards.jobcreation.model,
2121
egovframework.bdev.imp.batch.wizards.joblauncher.model

egovframework.bdev.imp.batch/src/egovframework/bdev/imp/batch/common/BatchMessages.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
* @see <pre>
2828
* &lt;&lt; 개정이력(Modification Information) &gt;&gt;
2929
*
30-
*수정일 수정자 수정내용
31-
*----------- ------ ----------------
32-
*2012.07.24 조용현 최초생성
30+
* 수정일 수정자 수정내용
31+
* ---------- ------------ ----------------
32+
* 2012.07.24 조용현 최초생성
33+
* 2025.02.26 신용호 항목 추가 (다국어)
3334
*
3435
*
3536
* </pre>
@@ -80,6 +81,7 @@ public class BatchMessages extends NLS {
8081
public static String BatchJobCreationCustomizePage_TITLE;
8182
public static String BatchJobCreationCustomizePage_UPDATE_MESSAGE_1;
8283
public static String BatchJobCreationCustomizePage_UPDATE_MESSAGE_2;
84+
public static String BatchJobCreationCustomizePage_SELECT_TITLE;
8385
public static String BatchJobcreationSelectProjectPage_DESCRIPTION;
8486
public static String BatchJobcreationSelectProjectPage_NOTE_CONTENTS;
8587
public static String BatchJobcreationSelectProjectPage_TITLE;

egovframework.bdev.imp.batch/src/egovframework/bdev/imp/batch/common/messages.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ BatchJobCreationCustomizePage_STEP_ONLY_AT_FIRST=Item of initial registration sh
4040
BatchJobCreationCustomizePage_TITLE=eGovFrame Batch Job
4141
BatchJobCreationCustomizePage_UPDATE_MESSAGE_1=Modify the information if you need to check the information of the next following \n\n
4242
BatchJobCreationCustomizePage_UPDATE_MESSAGE_2=Are you sure to save the modifications?
43+
BatchJobCreationCustomizePage_SELECT_TITLE=Select
4344
BatchJobcreationSelectProjectPage_DESCRIPTION=Create new Batch Job File.
4445
BatchJobcreationSelectProjectPage_NOTE_CONTENTS=Batch Job File can be created only on eGovFrame project. \nSelectable project list above shows only the eGovFrame project.
4546
BatchJobcreationSelectProjectPage_TITLE=eGovFrame Batch Job

0 commit comments

Comments
 (0)