Skip to content

Commit

Permalink
testing new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Aug 9, 2023
1 parent 59e92a6 commit e5e22e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_conventions_and_glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: change config to core
run: |
sed -i "s/test\/ePO-default-config/..\/..\/implementation\/ePO\/model2owl-config/g" transform/model2owl/config-proxy.xsl
sed -i "s/test\/ePO-default-config/..\/..\/implementation\/ePO\/model2owl-config/g" model2owl/config-proxy.xsl
cat transform/model2owl/config-proxy.xsl
- name: generate combined glossary from the merged xmi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/transform_epo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "github-actions"
git pull
git status
git add .
Expand Down
2 changes: 1 addition & 1 deletion implementation/ePO/xmi_conceptual_model/ePO_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" xmlns:thecustomprofile="http://www.sparxsystems.com/profiles/thecustomprofile/1.0">
<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_DB0C4677_88DC_4767_8DE5_76387A40E5AE" name="ePO">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_6B65084A_798D_4f35_BA8F_EF75ACEBC684" name="eProcurementOntology">
Expand Down

0 comments on commit e5e22e8

Please sign in to comment.