summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2016-03-29 17:17:08 +0300
committerelmot <elmot@vaadin.com>2016-03-30 13:47:18 +0300
commite86bee0354b90d1db6d50eb7257b28101dab743e (patch)
treee8f29a81555e409caa5197083588ddd8edc4e4fe /.classpath
parent1482d63643f3d03a7fa887a5de7cc251b1313a11 (diff)
downloadvaadin-framework-e86bee0354b90d1db6d50eb7257b28101dab743e.tar.gz
vaadin-framework-e86bee0354b90d1db6d50eb7257b28101dab743e.zip
Build widgets with maven
Change-Id: I4ffe710a330e863737561d1c9d2e6f46c3d32c95
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index c3dd314ce2..55fa7f913d 100644
--- a/.classpath
+++ b/.classpath
@@ -11,7 +11,8 @@
<classpathentry kind="src" path="shared/src/main/java"/>
<classpathentry kind="src" path="shared/src/main/java-templates"/>
<classpathentry kind="src" path="buildhelpers/src/main/java"/>
- <classpathentry kind="src" path="widgets/src"/>
+ <classpathentry kind="src" path="widgets/src/main/java"/>
+ <classpathentry kind="src" path="widgets/src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>