]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add version property to integration tests to servers know if it is a Vaadin 6 or...
authorArtur Signell <artur@vaadin.com>
Tue, 18 Jun 2013 22:41:27 +0000 (01:41 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 24 Jun 2013 16:10:55 +0000 (19:10 +0300)
Change-Id: Id16238351289ce8df81bed3cd364cc4aa8bba95c

uitest/integration_base_files/base.xml

index d8ba018b75ddb462be41d797e05471a87848fa20..f2064c3007a270dfdb27a7b369945b1334796420 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <project name="test" basedir=".">
     <property file="deploy.properties" />
+    <property name="vaadin.major.7" value="1" />
     <property name="lock" value="deploy/lock.file" />
     <property name="deployDir" value="deploy/${server}" />
     <property name="serverPort" value="8080" />