Skip to content

Commit c4398f8

Browse files
committed
Update README.md
1 parent 3c4ed8e commit c4398f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

0 commit comments

Comments
 (0)