diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-13 10:42:24 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-03-13 10:42:36 +0200 |
commit | 89595f61eafe6685167f1f6defe6d370e2952297 (patch) | |
tree | 55ffccb6b6d71e1b1cb81cb89d2c9983e5724678 /.classpath | |
parent | 41798f820c60c43c89d8fb480821d8bda4c42bfb (diff) | |
download | vaadin-framework-89595f61eafe6685167f1f6defe6d370e2952297.tar.gz vaadin-framework-89595f61eafe6685167f1f6defe6d370e2952297.zip |
Added theme-compiler resources to classpath to be able to run tests in Eclipse
Change-Id: I65657490b7c24488c9942558b298a463c9cb68e0
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index c643b0af4e..12532852c3 100644 --- a/.classpath +++ b/.classpath @@ -4,6 +4,7 @@ <classpathentry kind="src" path="client/tests/src"/> <classpathentry kind="src" path="theme-compiler/tests/src"/> <classpathentry kind="src" path="theme-compiler/src"/> + <classpathentry kind="src" path="theme-compiler/tests/resources"/> <classpathentry kind="src" path="client/src"/> <classpathentry kind="src" path="server/src"/> <classpathentry kind="src" path="client-compiler/src"/> |