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 5353 <fileset id =" lsp4j.files" dir =" mode" >
5454 <include name =" org.eclipse.lsp4j.jar" />
5555 <include name =" org.eclipse.lsp4j.jsonrpc.jar" />
56+ <include name =" gson.jar" />
5657 </fileset >
5758
5859 <condition property =" lsp4j.present" >
59- <resourcecount refid =" lsp4j.files" when =" eq" count =" 2 " />
60+ <resourcecount refid =" lsp4j.files" when =" eq" count =" 3 " />
6061 </condition >
6162
6263 <!-- ok to ignore failed downloads if we at least have a version that's local -->
7980 dest =" mode/org.eclipse.lsp4j.jsonrpc.jar"
8081 ignoreerrors =" ${ lsp4j.ignorable } "
8182 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" />
8288 </target >
8389
8490 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Original file line number Diff line number Diff line change 11JavaMode.jar
22org.eclipse.lsp4j.jar
33org.eclipse.lsp4j.jsonrpc.jar
4+ gson.jar
45
Original file line number Diff line number Diff line change 188188 <SOURCES />
189189 </library >
190190 </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 >
191200 </component >
192201</module >
You can’t perform that action at this time.
0 commit comments