diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-10 20:48:06 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-10 20:48:06 +0200 |
commit | f7e57d77ce621ee39167369c31d989edc5633266 (patch) | |
tree | 89a4eabb0956619bb8fcd6cf460b77cf924770c2 /.classpath | |
parent | 6c4c67234a3c2bbfea659006b9d85c2ce1375b8a (diff) | |
download | vaadin-framework-f7e57d77ce621ee39167369c31d989edc5633266.tar.gz vaadin-framework-f7e57d77ce621ee39167369c31d989edc5633266.zip |
Fix classpath and missing push ivy.xml to avoid workspace issues
Change-Id: I02880744637efc5703c08d0337b92afa96b4340d
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 517b236661..70997e763b 100644 --- a/.classpath +++ b/.classpath @@ -2,14 +2,15 @@ <classpath> <classpathentry kind="src" path="server/tests/src"/> <classpathentry kind="src" path="client/tests/src"/> - <classpathentry kind="src" path="shared/tests/src"/> + <classpathentry kind="src" path="shared/src/test/java"/> <classpathentry kind="src" path="client/src"/> <classpathentry kind="src" path="server/src"/> <classpathentry kind="src" path="client-compiler/src"/> <classpathentry kind="src" path="client-compiler/tests/src"/> <classpathentry kind="src" path="uitest/src"/> + <classpathentry kind="src" path="shared/src/main/java"/> + <classpathentry kind="src" path="shared/src/main/java-templates"/> <classpathentry kind="src" path="buildhelpers/src"/> - <classpathentry kind="src" path="shared/src"/> <classpathentry kind="src" path="widgets/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> <attributes> |