Skip to content

Commit f8e84ab

Browse files
committed
Merge branch 'master' into engine-development
Conflicts: org.modeldriven.fuml/.gitignore
2 parents a8c7b63 + 9815a08 commit f8e84ab

18 files changed

Lines changed: 132 additions & 5 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To build using Eclipse:
7272
###Testing
7373

7474
1. In a Windows/DOS command window, navigate to the 'root' reference
75-
implementation directory. This directory is where the Apache Ant 'build.xml'
75+
implementation directory. This directory is where the Apache Maven 'pom.xml'
7676
file can be found.
7777

7878
2. Use the following command:
@@ -93,7 +93,7 @@ Testing individual JUnit tests in Eclipse:
9393
###Deploying
9494

9595
1. In a Windows/DOS command window, navigate to the 'root' reference
96-
implementation directory. This directory is where the Apache Ant 'build.xml'
96+
implementation directory. This directory is where the Apache Maven 'pom.xml'
9797
file can be found.
9898

9999
2. Use the following command:
@@ -110,14 +110,14 @@ drive's root directory. The deployment directory will be called:
110110
DEPLOYED implementation. The implementation can only be run from a DEPLOYED
111111
binary or source distribution (see above).
112112

113-
2. To load a UML model file (XMI 2.1 format) and execute one or more behaviors
113+
2. To load a UML model file (XMI 2.1 or 2.4.1 format) and execute one or more behaviors
114114
(activities), use the following command:
115115

116116
fuml <model-file> [<behavior-name> <behavior-name> <behavior-name> <...>]
117117

118118
Where:
119119

120-
* `<model-file>` is UML model file (XMI 2.1 format)
120+
* `<model-file>` is UML model file (XMI 2.1 or 2.4.1 format)
121121

122122
* `<behavior-name>` is a named behavior within the model-file
123123

org.modeldriven.fuml/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/target/
33
/fuml.log
44
/fuml.log.*
5+
/fuml.log.*
5.9 MB
Binary file not shown.
3.21 MB
Binary file not shown.
970 KB
Binary file not shown.
1.14 MB
Binary file not shown.
5.9 MB
Binary file not shown.
3.21 MB
Binary file not shown.
970 KB
Binary file not shown.
1.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)