mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix hppc version in Eclipse plugin
This commit is contained in:
parent
05d0220dcd
commit
f079b5fbcc
|
@ -46,7 +46,7 @@ Bundle-ClassPath: .,
|
|||
lib/websocket-common-9.2.1.v20140609.jar,
|
||||
lib/websocket-server-9.2.1.v20140609.jar,
|
||||
lib/websocket-servlet-9.2.1.v20140609.jar,
|
||||
lib/hppc-0.6.1.jar
|
||||
lib/hppc-0.7.3.jar
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.teavm.ast,
|
||||
org.teavm.ast.cache,
|
||||
|
|
|
@ -43,6 +43,6 @@ bin.includes = META-INF/,\
|
|||
lib/websocket-common-9.2.1.v20140609.jar,\
|
||||
lib/websocket-server-9.2.1.v20140609.jar,\
|
||||
lib/websocket-servlet-9.2.1.v20140609.jar,\
|
||||
lib/hppc-0.6.1.jar,\
|
||||
lib/hppc-0.7.3.jar,\
|
||||
logback.xml
|
||||
jars.compile.order = .
|
||||
|
|
Loading…
Reference in New Issue
Block a user