Skip to content

Commit

Permalink
test package
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadjana committed Mar 8, 2024
1 parent 6d41e91 commit 0ad204d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/transform_with_model2owl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: generate convention report and glossary
run: |
AVAILABLE_IMPLEMENTATIONS=(cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap common_src_ap test)
AVAILABLE_IMPLEMENTATIONS=(cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap common_src_ap)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion implementation/test/xmi_conceptual_model/test_CM.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1252"?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:dc="http://www.omg.org/spec/UML/20131001/UMLDC">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_5F9780BD_B10F_499d_977C_D7B41EFEBAC7" name="test">
<packagedElement xmi:type="uml:Class" xmi:id="EAID_2F6FB350_733F_4001_8EC0_853E62C6A2BC" name="foaf:Agent">
Expand Down

0 comments on commit 0ad204d

Please sign in to comment.