File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 53
53
<fileset id =" lsp4j.files" dir =" mode" >
54
54
<include name =" org.eclipse.lsp4j.jar" />
55
55
<include name =" org.eclipse.lsp4j.jsonrpc.jar" />
56
+ <include name =" gson.jar" />
56
57
</fileset >
57
58
58
59
<condition property =" lsp4j.present" >
59
- <resourcecount refid =" lsp4j.files" when =" eq" count =" 2 " />
60
+ <resourcecount refid =" lsp4j.files" when =" eq" count =" 3 " />
60
61
</condition >
61
62
62
63
<!-- ok to ignore failed downloads if we at least have a version that's local -->
79
80
dest =" mode/org.eclipse.lsp4j.jsonrpc.jar"
80
81
ignoreerrors =" ${ lsp4j.ignorable } "
81
82
usetimestamp =" true" />
83
+
84
+ <get src =" https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar"
85
+ dest =" mode/gson.jar"
86
+ ignoreerrors =" ${ lsp4j.ignorable } "
87
+ usetimestamp =" true" />
82
88
</target >
83
89
84
90
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Original file line number Diff line number Diff line change 1
1
JavaMode.jar
2
2
org.eclipse.lsp4j.jar
3
3
org.eclipse.lsp4j.jsonrpc.jar
4
+ gson.jar
4
5
Original file line number Diff line number Diff line change 188
188
<SOURCES />
189
189
</library >
190
190
</orderEntry >
191
+ <orderEntry type =" module-library" >
192
+ <library name =" gson" >
193
+ <CLASSES >
194
+ <root url =" jar://$MODULE_DIR$/mode/gson.jar!/" />
195
+ </CLASSES >
196
+ <JAVADOC />
197
+ <SOURCES />
198
+ </library >
199
+ </orderEntry >
191
200
</component >
192
201
</module >
You can’t perform that action at this time.
0 commit comments