diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-25 19:29:30 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-26 05:53:57 +0000 |
commit | 04a0c678bfbdf141468a0ab4e93d67a52da851d4 (patch) | |
tree | 93bef6f23c538cfb9020f78df318c2e0861201d9 /eclipse | |
parent | b4218b866880b4071e56ed76ff061010787fadd6 (diff) | |
download | vaadin-framework-04a0c678bfbdf141468a0ab4e93d67a52da851d4.tar.gz vaadin-framework-04a0c678bfbdf141468a0ab4e93d67a52da851d4.zip |
Include uitest/src in development mode launch to make it work with TestingWidgetSet
Change-Id: I609e6eb97add4a1417753b6dce2369d71b017978
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/Development Mode (vaadin).launch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/Development Mode (vaadin).launch b/eclipse/Development Mode (vaadin).launch index 5cc345750c..483ce58233 100644 --- a/eclipse/Development Mode (vaadin).launch +++ b/eclipse/Development Mode (vaadin).launch @@ -11,6 +11,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="vaadin" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/vaadin/shared/src" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/vaadin/client/src" path="3" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/vaadin/uitest/src" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="gwt-dev" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="gwt-user" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2.jar" path="3" type="3"/> "/> |