You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ execution trace
25
25
4. support evaluation and evolution of the the specification to support UML
26
26
execution semantics and the execution semantics of its profiles suchas SysML.
27
27
28
-
###Licensing
28
+
###Licensing
29
29
30
30
For licensing information, please see the file [Licensing-Information.txt](https://github.com/ModelDriven/fUML-Reference-Implementation/blob/master/org.modeldriven.fuml/Licensing-Information.txt) and the
31
31
associated files [Common-Public-License-1.0.txt](https://github.com/ModelDriven/fUML-Reference-Implementation/blob/master/org.modeldriven.fuml/Common-Public-License-1.0.txt) and [Apache-License-2.0.txt](https://github.com/ModelDriven/fUML-Reference-Implementation/blob/master/org.modeldriven.fuml/Apache-License-2.0.txt).
32
32
33
-
###Building
33
+
###Building
34
34
35
35
The implementation build requires the following to be installed:
36
36
@@ -69,7 +69,7 @@ To build using Eclipse:
69
69
* Right click the project root (fuml)
70
70
* Run As->Maven install
71
71
72
-
###Testing
72
+
###Testing
73
73
74
74
1. In a Windows/DOS command window, navigate to the 'root' reference
75
75
implementation directory. This directory is where the Apache Maven 'pom.xml'
@@ -90,7 +90,7 @@ Testing individual JUnit tests in Eclipse:
90
90
2. Run As->JUnit Test.
91
91
3. The test should execute and display output.
92
92
93
-
###Deploying
93
+
###Deploying
94
94
95
95
1. In a Windows/DOS command window, navigate to the 'root' reference
96
96
implementation directory. This directory is where the Apache Maven 'pom.xml'
@@ -104,7 +104,7 @@ A binary deployment 'zip' file will be created and expanded onto the current
104
104
drive's root directory. The deployment directory will be called:
105
105
'fuml-[version string]-distribution'
106
106
107
-
###Running
107
+
###Running
108
108
109
109
1. In a Windows/DOS command window, navigate to the 'bin' directory for the
110
110
DEPLOYED implementation. The implementation can only be run from a DEPLOYED
0 commit comments