Skip to content

Commit

Permalink
feat: Prepare project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Oct 6, 2023
1 parent db45166 commit d891325
Show file tree
Hide file tree
Showing 9 changed files with 5,267 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.metadata/
9 changes: 9 additions & 0 deletions model_validation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

~/Downloads/Capella/capella-6.0.0/capella/capella \
-nosplash \
-application org.polarsys.capella.core.commandline.core \
-appid org.polarsys.capella.core.validation.commandline \
-data "$(pwd)" \
-input "project/coffee-machine-demo.aird" \
-outputfolder "project/validation"
14 changes: 14 additions & 0 deletions project/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
capella-coffee-machine
</name>
<comment>
</comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
6 changes: 6 additions & 0 deletions project/coffee-machine-demo.afm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_MXmEMFuXEe2iJbuWznnyfw">
<viewpointReferences id="_MX_s0FuXEe2iJbuWznnyfw" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/>
<viewpointReferences id="_4eXBMFucEe2iJbuWznnyfw" vpId="org.polarsys.kitalpha.vp.requirements" version="0.13.0"/>
<viewpointReferences id="_4jv3gFucEe2iJbuWznnyfw" vpId="org.polarsys.capella.vp.requirements" version="0.13.0"/>
</metadata:Metadata>
2 changes: 2 additions & 0 deletions project/coffee-machine-demo.afm.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-Copyright DB Netz AG and contributors
SPDX-License-Identifier: Apache-2.0
4,332 changes: 4,332 additions & 0 deletions project/coffee-machine-demo.aird

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions project/coffee-machine-demo.aird.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright DB Netz AG and contributors
SPDX-License-Identifier: Apache-2.0
899 changes: 899 additions & 0 deletions project/coffee-machine-demo.capella

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions project/coffee-machine-demo.capella.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright DB Netz AG and contributors
SPDX-License-Identifier: Apache-2.0

0 comments on commit d891325

Please sign in to comment.