Skip to content

Commit ff578da

Browse files
committed
[#455] Rename the Liqp package
- org.eclipse.embedcdt.core.liqp - add org.jsoup 1.7.2 from Eclipse Orbit
1 parent b4304fb commit ff578da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+19351
-80
lines changed

plugins/org.eclipse.embedcdt.core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry exported="true" kind="lib" path="lib/org.jsoup_1.7.2.v201411291515.jar"/>
34
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
45
<classpathentry exported="true" kind="lib" path="lib/antlr-runtime-3.5.2.jar"/>
56
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.9.9.jar"/>
67
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.9.9.jar"/>
78
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.9.9.3.jar"/>
8-
<classpathentry exported="true" kind="lib" path="lib/liqp-0.6.8.jar"/>
99
<classpathentry exported="true" kind="lib" path="lib/ST4-4.0.8.jar"/>
1010
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
1111
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

plugins/org.eclipse.embedcdt.core/META-INF/MANIFEST.MF

Lines changed: 9 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -8,57 +8,13 @@ Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Bundle-ActivationPolicy: lazy
99
Bundle-Vendor: %bundle.vendor
1010
Bundle-Localization: plugin
11-
Export-Package: liqp;version="0.6.8";
12-
x-friends:="org.eclipse.embedcdt,
13-
org.eclipse.embedcdt.codered,
14-
org.eclipse.embedcdt.codered.ui,
15-
org.eclipse.embedcdt.core,
16-
org.eclipse.embedcdt.debug.core,
17-
org.eclipse.embedcdt.debug.gdbjtag,
18-
org.eclipse.embedcdt.debug.gdbjtag.core,
19-
org.eclipse.embedcdt.debug.gdbjtag.jlink,
20-
org.eclipse.embedcdt.debug.gdbjtag.jlink.core,
21-
org.eclipse.embedcdt.debug.gdbjtag.jlink.ui,
22-
org.eclipse.embedcdt.debug.gdbjtag.openocd,
23-
org.eclipse.embedcdt.debug.gdbjtag.openocd.core,
24-
org.eclipse.embedcdt.debug.gdbjtag.openocd.ui,
25-
org.eclipse.embedcdt.debug.gdbjtag.pyocd,
26-
org.eclipse.embedcdt.debug.gdbjtag.pyocd.core,
27-
org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui,
28-
org.eclipse.embedcdt.debug.gdbjtag.qemu,
29-
org.eclipse.embedcdt.debug.gdbjtag.qemu.core,
30-
org.eclipse.embedcdt.debug.gdbjtag.qemu.ui,
31-
org.eclipse.embedcdt.debug.gdbjtag.restart.ui,
32-
org.eclipse.embedcdt.debug.gdbjtag.ui,
33-
org.eclipse.embedcdt.debug.packs,
34-
org.eclipse.embedcdt.doc.user,
35-
org.eclipse.embedcdt.managedbuild.cross,
36-
org.eclipse.embedcdt.managedbuild.cross.arm,
37-
org.eclipse.embedcdt.managedbuild.cross.arm.core,
38-
org.eclipse.embedcdt.managedbuild.cross.arm.ui,
39-
org.eclipse.embedcdt.managedbuild.cross.core,
40-
org.eclipse.embedcdt.managedbuild.cross.riscv,
41-
org.eclipse.embedcdt.managedbuild.cross.riscv.core,
42-
org.eclipse.embedcdt.managedbuild.cross.riscv.ui,
43-
org.eclipse.embedcdt.managedbuild.cross.ui,
44-
org.eclipse.embedcdt.managedbuild.packs.ui,
45-
org.eclipse.embedcdt.packs,
46-
org.eclipse.embedcdt.packs.core,
47-
org.eclipse.embedcdt.packs.ui,
48-
org.eclipse.embedcdt.templates.ad,
49-
org.eclipse.embedcdt.templates.ad.ui,
50-
org.eclipse.embedcdt.templates.core,
51-
org.eclipse.embedcdt.templates.cortexm,
52-
org.eclipse.embedcdt.templates.cortexm.ui,
53-
org.eclipse.embedcdt.templates.freescale,
54-
org.eclipse.embedcdt.templates.freescale.pe.ui,
55-
org.eclipse.embedcdt.templates.freescale.ui,
56-
org.eclipse.embedcdt.templates.sifive,
57-
org.eclipse.embedcdt.templates.sifive.ui,
58-
org.eclipse.embedcdt.templates.stm,
59-
org.eclipse.embedcdt.templates.stm.ui,
60-
org.eclipse.embedcdt.ui",
61-
org.eclipse.embedcdt.core,
11+
Export-Package: org.eclipse.embedcdt.core,
12+
org.eclipse.embedcdt.core.liqp,
13+
org.eclipse.embedcdt.core.liqp.exceptions,
14+
org.eclipse.embedcdt.core.liqp.filters,
15+
org.eclipse.embedcdt.core.liqp.nodes,
16+
org.eclipse.embedcdt.core.liqp.parser,
17+
org.eclipse.embedcdt.core.liqp.tags,
6218
org.eclipse.embedcdt.core.preferences,
6319
org.eclipse.embedcdt.core.zafarkhaja.semver;
6420
x-friends:="org.eclipse.embedcdt,
@@ -273,5 +229,6 @@ Bundle-ClassPath: lib/antlr-runtime-3.5.2.jar,
273229
lib/liqp-0.6.8.jar,
274230
lib/ST4-4.0.8.jar,
275231
.,
276-
lib/json-simple-1.1.1.jar
232+
lib/json-simple-1.1.1.jar,
233+
lib/org.jsoup_1.7.2.v201411291515.jar
277234
Automatic-Module-Name: org.eclipse.embedcdt.core

plugins/org.eclipse.embedcdt.core/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ bin.includes = META-INF/,\
2323
lib/jackson-annotations-2.9.9.jar,\
2424
lib/jackson-core-2.9.9.jar,\
2525
lib/jackson-databind-2.9.9.3.jar,\
26-
lib/liqp-0.6.8.jar,\
2726
lib/ST4-4.0.8.jar,\
2827
lib/json-simple-1.1.1.jar,\
28+
lib/org.jsoup_1.7.2.v201411291515.jar,\
2929
about.html,\
3030
.options
3131
src.includes = about.html

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

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
## Liquid
22

3-
I could not find an easy way to bring those JARs automatically, so I copied
4-
them manually from ${HOME}/.m2/repository.
5-
6-
I got the actual versions from the `pom.xml` editor, the _Dependency
7-
Hierarchy_ view.
8-
9-
To add them to the project, in the `plugin.xml` editor, the _Runtime_ tab,
10-
_Classpath_ -> _Add..._; then, to export the `liqp` class, in the
11-
_Exported Packages_ -> _Add..._.
12-
13-
Note: The [Liquid parser](https://github.com/bkiers/Liqp) is [patched](https://github.com/eclipse-embed-cdt/Liqp), to allow for more convenient white space processing, i.e. `-%}` should not be greedy and stop after the first line terminator.
14-
15-
To build the liqp library
16-
17-
- go to the `libq-fork.git` folder
18-
- add maven to PATH (amaven)
19-
- mvn clean package
20-
- copy target/liqp-0.6.8.jar
3+
The Liquid template engine is from the Lipq Java package, copied
4+
here and renamed to the org.eclipse.embedcdt namespace.
215

6+
It requires the org.jsoup library.
7+
228
## JSON
239

2410
The JSON.simple library `json-simple-1.1.1.json` is downloaded from:
@@ -49,11 +35,11 @@ Already approved. CQ#9858
4935
Submitted as separate CQ
5036

5137
```
52-
> ./plugins/org.eclipse.embedcdt.core/lib/liqp-0.6.8.jar
38+
> ./plugins/org.eclipse.embedcdt.core/lib/org.eclipse.embedcdt.core.liqp-0.6.8.jar
5339
5440
Good contender for first submission. It appears to be MIT license and I don't
5541
think there is a CQ about it already.
56-
https://github.com/bkiers/Liqp/releases/tag/liqp-0.6.8
42+
https://github.com/bkiers/Liqp/releases/tag/org.eclipse.embedcdt.core.liqp-0.6.8
5743
```
5844

5945
To be upgraded:
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)