Skip to content

Commit d57b69b

Browse files
committed
Updated the org.omg.sysml.site README.
1 parent 420e93a commit d57b69b

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

org.omg.sysml.site/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@
1010

1111
3. Select `Add...` and then, in the add dialog, select `Archive...` .
1212

13-
4. Navigate to the `org.omg.sysml.site-0.3.0.zip` archive and select it. (You can give it a name if you wish.)
13+
4. Navigate to the `org.omg.sysml.site-0.3.0.zip` archive and select it. (You can give it a name if you wish.) Click `Add`.
1414

1515
5. In the Install window, select the `KerML and SysML Editors` category and click `Next`.
1616

17-
6. Continue with the installation, and, when it is complete, restart Eclipse.
17+
6. Continue with the installation (select `Install Anyway` if asked), and, when it is complete, restart Eclipse.
1818

1919
## Installing the model library and modeling projects
2020

21+
**Note:** If you are updating an existing installation of an earlier SysML v2 release, then, before proceeding with the procedure
22+
below, delete the `kerml`, `sysml` and `sysml.library` projects from your workspace, selecting `Delete project contents from disk`.
23+
2124
1. Select `File > Import`.
2225

2326
2. Under `General`, choose `Existing Projects into Workspace`.
@@ -35,13 +38,18 @@
3538
After installation is complete, if you wish to turn `Build Automatically` back on, first go to `Preferences > General > Workspace > Build`
3639
and make sure that `sysml.library` is before `kerml` and `sysml` in the build order.
3740

41+
<br>
42+
3843
## Creating model files
3944

4045
1. Create Kernel Modeling Language (KerML) files in the `kerml/src` directory. The extension for a KerML file is `.kerml`.
4146

42-
2. Create Systems Modeling Language (SysML) files in the `sysml/src` directory. The extension for a SysML fiile is `.sysml`.
47+
2. Create Systems Modeling Language (SysML) files in the `sysml/src` directory. The extension for a SysML file is `.sysml`.
48+
49+
3. Alternatively, you can create a separate project for your KerML or SysML files. Create the project as a Java project, with
50+
the `sysml.library` project on the build path.
4351

44-
3. You can view the model library files in the `sysml.library` project, but *do not change them*.
52+
4. You can view the model library files in the `sysml.library` project, but *do not change them*.
4553

4654
**Release Note:** In the current implementation, there are cases in which the processing of a file with several name resolution errors can take a very long time,
4755
particularly if the `Quantities and Units` library is being used. This will be fixed in a future release.

org.omg.sysml.site/README.pdf

684 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)