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
* To install Xtext, select Help > Install New Software, use the update site URL given below, and install “Xtext Complete SDK” (under General Purpose Tools).
52
-
** `http://download.eclipse.org/releases/2025-03`
51
+
* Install additional release packages in Eclipse.
52
+
** Select Help > Install New Software.
53
+
** Enter the update site URL `http://download.eclipse.org/releases/2025-03`.
54
+
** Install “Xtext Complete SDK” (under General Purpose Tools) and "QVT Operational SDK" (under Modeling).
53
55
54
-
* (Optional) For PlantUML visualization, you need to install PlantUML-Eclipse with SysMLv2 extensions from
55
-
the update site of `https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates` with Help > Install New Software.
56
+
* (Optional) For PlantUML visualization, install PlantUML-Eclipse with SysMLv2 extensions.
57
+
** Select Help > Install New Software
58
+
** Enter the update site URL `https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates`.
59
+
** Install "PlantUML Eclipse support".
56
60
57
-
2. Clone our GitHub repository from the URL below.
61
+
2. Clone the GitHub repository from the URL below.
3. Import projects from the repository into your Eclipse workspace. This should include at least the projects:
61
65
* `org.omg.sysml`
62
66
* `org.omg.kerml.expressions.xtext`
63
67
* `org.omg.kerml.expressions.xtext.ide`
64
68
* `org.omg.kerml.expressions.xtext.ui`
65
-
* `org.kerml.xtext`
66
-
* `org.kerml.xtext.ide`
67
-
* `org.kerml.xtext.ui`
68
-
* `org.sysml.xtext`
69
-
* `org.sysml.xtext.ide`
70
-
* `org.sysml.xtext.ui`
69
+
* `org.omg.kerml.xtext`
70
+
* `org.omg.kerml.xtext.ide`
71
+
* `org.omg.kerml.xtext.ui`
72
+
* `org.omg.sysml.xtext`
73
+
* `org.omg.sysml.xtext.ide`
74
+
* `org.omg.sysml.xtext.ui`
71
75
72
76
4. https://maven.apache.org/[Maven] is used to perform a coordinated build of all projects (including packaging the SysML Interactive JAR file that is used by `org.omg.sysml.jupyter`).
73
77
* To build the repository, invoke `mvn clean package` from the base `SysML-v2-Pilot-Implementation` directory.
0 commit comments