File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ To build using Eclipse:
7272###Testing
7373
74741 . 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'
7676file can be found.
7777
78782 . Use the following command:
@@ -93,7 +93,7 @@ Testing individual JUnit tests in Eclipse:
9393###Deploying
9494
95951 . 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'
9797file can be found.
9898
99992 . Use the following command:
@@ -110,14 +110,14 @@ drive's root directory. The deployment directory will be called:
110110DEPLOYED implementation. The implementation can only be run from a DEPLOYED
111111binary 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
You can’t perform that action at this time.
0 commit comments