mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[web] Updated JS libraries to current versions (wizard, generator, examples)
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
This commit is contained in:
parent
810c40a8f0
commit
b9544d8c12
2 changed files with 11 additions and 11 deletions
|
@ -52,11 +52,11 @@ class WebIntegrationFragment extends AbstractXtextGeneratorFragment {
|
|||
ORION, ACE, CODEMIRROR
|
||||
}
|
||||
|
||||
static val REQUIREJS_VERSION = '2.1.20'
|
||||
static val REQUIREJS_TEXT_VERSION = '2.0.14'
|
||||
static val JQUERY_VERSION = '2.1.4'
|
||||
static val ACE_VERSION = '1.2.0'
|
||||
static val CODEMIRROR_VERSION = '5.7'
|
||||
static val REQUIREJS_VERSION = '2.2.0'
|
||||
static val REQUIREJS_TEXT_VERSION = '2.0.15'
|
||||
static val JQUERY_VERSION = '2.2.3'
|
||||
static val ACE_VERSION = '1.2.2'
|
||||
static val CODEMIRROR_VERSION = '5.13.2'
|
||||
|
||||
@Inject FileAccessFactory fileAccessFactory
|
||||
@Inject CodeConfig codeConfig
|
||||
|
|
|
@ -14,12 +14,12 @@ import static org.eclipse.xtext.xtext.wizard.ExternalDependency.*
|
|||
@FinalFieldsConstructor
|
||||
class WebProjectDescriptor extends ProjectDescriptor {
|
||||
|
||||
static val REQUIREJS_VERSION = '2.1.20'
|
||||
// static val REQUIREJS_TEXT_VERSION = '2.0.14'
|
||||
static val JQUERY_VERSION = '2.1.4'
|
||||
static val JETTY_VERSION = '9.2.11.v20150529'
|
||||
static val SLF4J_VERSION = '1.7.12'
|
||||
static val ACE_VERSION = '1.2.0'
|
||||
static val REQUIREJS_VERSION = '2.2.0'
|
||||
// static val REQUIREJS_TEXT_VERSION = '2.0.15'
|
||||
static val JQUERY_VERSION = '2.2.3'
|
||||
static val JETTY_VERSION = '9.3.8.v20160314'
|
||||
static val SLF4J_VERSION = '1.7.21'
|
||||
static val ACE_VERSION = '1.2.2'
|
||||
|
||||
override getUpstreamProjects() {
|
||||
newLinkedHashSet(config.runtimeProject, config.ideProject)
|
||||
|
|
Loading…
Reference in a new issue