support masked enter in TextField #PL-2069

This commit is contained in:
Konstantin Devyatkin 2013-05-20 14:41:01 +00:00
parent 48d32dc2ec
commit dd44265488

View File

@ -60,7 +60,7 @@ def desktopModule = project(':cuba-desktop')
def uiTestModule = project(':cuba-test-ui')
def portalModule = project(':cuba-portal')
def vaadinVersion = '7.0.5.h.M4'
def vaadinVersion = '7.0.5.h.M5'
def servletApi = [group: 'org.apache.tomcat', name: 'servlet-api', version: '6.0.20']
def groovyArtifact = [group: 'org.codehaus.groovy', name: 'groovy', version: '1.7.10']