2014-12-25 18:03:12 +08:00
|
|
|
/*
|
2016-03-16 21:26:06 +08:00
|
|
|
* Copyright (c) 2008-2016 Haulmont.
|
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
*
|
2014-12-25 18:03:12 +08:00
|
|
|
*/
|
|
|
|
|
2016-06-22 22:06:19 +08:00
|
|
|
project.ext.vaadinVersion = '7.6.6.cuba.8'
|
2014-12-25 18:03:12 +08:00
|
|
|
|
2015-03-19 17:16:30 +08:00
|
|
|
project.ext.vaadinShared = [group: 'com.vaadin', name: 'vaadin-shared', version: vaadinVersion]
|
2014-12-25 18:03:12 +08:00
|
|
|
project.ext.vaadinServer = [group: 'com.vaadin', name: 'vaadin-server', version: vaadinVersion]
|
|
|
|
project.ext.vaadinClient = [group: 'com.vaadin', name: 'vaadin-client', version: vaadinVersion]
|
|
|
|
project.ext.vaadinCompiler = [group: 'com.vaadin', name: 'vaadin-client-compiler', version: vaadinVersion]
|
2015-01-23 18:44:10 +08:00
|
|
|
project.ext.vaadinThemes = [group: 'com.vaadin', name: 'vaadin-themes', version: vaadinVersion]
|
2016-05-24 22:04:35 +08:00
|
|
|
project.ext.vaadinPush = [group: 'com.vaadin', name: 'vaadin-push', version: vaadinVersion]
|
2015-10-15 20:49:04 +08:00
|
|
|
|
2016-06-02 20:43:13 +08:00
|
|
|
project.ext.eclipselink = [group: 'com.haulmont.thirdparty', name: 'eclipselink', version: '2.6.2.cuba6']
|