libGDX1.9.5, GWT2.8.0 applied to vtm-web (#290)
This commit is contained in:
parent
e30f3f7cc3
commit
8fc354c96a
@ -11,7 +11,7 @@ include ':vtm-gdx'
|
|||||||
include ':vtm-desktop'
|
include ':vtm-desktop'
|
||||||
include ':vtm-android-gdx'
|
include ':vtm-android-gdx'
|
||||||
include ':vtm-web'
|
include ':vtm-web'
|
||||||
//include ':vtm-web-app'
|
include ':vtm-web-app'
|
||||||
//include ':vtm-web-js'
|
//include ':vtm-web-js'
|
||||||
include ':vtm-jeo'
|
include ':vtm-jeo'
|
||||||
include ':vtm-playground'
|
include ':vtm-playground'
|
||||||
|
@ -35,6 +35,9 @@ gwt {
|
|||||||
gwtVersion = project.ext.gwtVersion
|
gwtVersion = project.ext.gwtVersion
|
||||||
modules 'org.oscim.web.VtmWebApp'
|
modules 'org.oscim.web.VtmWebApp'
|
||||||
|
|
||||||
|
minHeapSize = "512M"
|
||||||
|
maxHeapSize = "2048M"
|
||||||
|
|
||||||
superDev {
|
superDev {
|
||||||
noPrecompile = true
|
noPrecompile = true
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
package javax.annotation;
|
||||||
|
|
||||||
|
import java.lang.annotation.ElementType;
|
||||||
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
|
@Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE })
|
||||||
|
public @interface CheckReturnValue {
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user