Skip to content

Commit

Permalink
Create zapp.yaml
Browse files Browse the repository at this point in the history
Enables IBM Z Open Editor to resolve COBOL copybooks from point of use.
  • Loading branch information
ijmitch committed Dec 22, 2021
1 parent 6d6bcbb commit 79cd0b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions zapp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: zECS
description: A property group to enable IBM Z Open Editor to resolve COBOL copybooks
# See https://ibm.github.io/zopeneditor-about/Docs/zapp.html for documentation of YAML syntax for ZAPP (Z APPlication) files.
version: 1.0.0
author:
name: Ian J Mitchell

property-groups:
- name: cobol-local
language: cobol
type: local
syslib:
- "**/Source"

0 comments on commit 79cd0b4

Please sign in to comment.