File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
plugins/org.eclipse.embedcdt.core Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Liquid
1
+ ## org.jsoup
2
2
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/ ) .
5
5
6
- It requires the org.jsoup library.
7
-
8
6
## JSON
9
7
10
8
The JSON.simple library ` json-simple-1.1.1.json ` is downloaded from:
Original file line number Diff line number Diff line change @@ -24,3 +24,13 @@ boolean result = v1.greaterThanOrEqualTo(v2); // false
24
24
boolean result = v1. lessThan(v2); // true
25
25
boolean result = v1. lessThanOrEqualTo(v2); // true
26
26
```
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
+
You can’t perform that action at this time.
0 commit comments