Skip to content

Commit 4d2407b

Browse files
committed
embedcdt.core: update READMEs for the LIqp changes.
1 parent aef3d92 commit 4d2407b

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

plugins/org.eclipse.embedcdt.core/lib/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## Liquid
1+
## org.jsoup
22

3-
The Liquid template engine is from the Lipq Java package, copied
4-
here and renamed to the org.eclipse.embedcdt namespace.
3+
The `org.jsoup_1.7.2.v201411291515.jar` archive is downloaded from
4+
[Orbit R20201130205003](https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/).
55

6-
It requires the org.jsoup library.
7-
86
## JSON
97

108
The JSON.simple library `json-simple-1.1.1.json` is downloaded from:

plugins/org.eclipse.embedcdt.core/src/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ boolean result = v1.greaterThanOrEqualTo(v2); // false
2424
boolean result = v1.lessThan(v2); // true
2525
boolean result = v1.lessThanOrEqualTo(v2); // true
2626
```
27+
28+
## Liquid
29+
30+
The Liquid template engine is from the [Liqp fork](https://github.com/eclipse-embed-cdt/Liqp).
31+
32+
The Java packages were copied
33+
here and renamed to the org.eclipse.embedcdt namespace.
34+
35+
Liqp requires the org.jsoup library.
36+

0 commit comments

Comments
 (0)