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
+43-6Lines changed: 43 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,14 @@ TM4E is an [official Eclipse.org project](https://projects.eclipse.org/projects/
11
11
12
12
## 📥 Install
13
13
14
-
### in Eclipse IDE or RCP applications
14
+
### 1) in Eclipse IDE or RCP applications
15
15
16
16
You can install TM4E from the update site [https://download.eclipse.org/tm4e/releases/latest/](https://download.eclipse.org/tm4e/releases/latest/).
17
17
TM4E is usually installed together with its consumers, so end-user should usually not need to directly install it.
18
18
19
19
The latest snapshot build can be installed from the update site [https://download.eclipse.org/tm4e/snapshots/](https://download.eclipse.org/tm4e/snapshots/).
20
20
21
-
### as a Java API with Maven
22
-
23
-
[more information coming soon]
24
-
25
-
### Eclipse IDE compatibility
21
+
#### Eclipse IDE compatibility
26
22
27
23
TM4E version | Min. Eclipse version
28
24
-------------|--------------------
@@ -35,6 +31,47 @@ TM4E version | Min. Eclipse version
**Snapshot** binaries of `org.eclipse.tm4e.core` are available at https://repo.eclipse.org/content/repositories/tm4e-snapshots/org/eclipse/org.eclipse.tm4e.core/.
37
+
You need to add the following repository configuration to your Maven `settings.xml`:
Then you can reference the dependency in your pom.xml like so:
62
+
```xml
63
+
<dependencies>
64
+
<dependency>
65
+
<groupId>org.eclipse</groupId>
66
+
<artifactId>org.eclipse.tm4e.core</artifactId>
67
+
<version>[VERSION]-SNAPSHOT</version>
68
+
</dependency>
69
+
</dependencies>
70
+
```
71
+
72
+
[more information coming ...]
73
+
74
+
38
75
## ⌨️ Code
39
76
40
77
<ahref="https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirect.html"><imgsrc="https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/cloneToEclipseBadge.png"alt="Clone to Eclipse IDE"/></a>
0 commit comments