summaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java b/client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java
index 5bc5c0d0ab..cc04e50b3c 100644
--- a/client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java
+++ b/client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java
@@ -388,6 +388,9 @@ public class ClassPathExplorer {
if (mainAttributes.getValue("Vaadin-Widgetsets") != null) {
return true;
}
+ if (mainAttributes.getValue("Vaadin-Stylesheets") != null) {
+ return true;
+ }
}
} catch (MalformedURLException e) {
getLogger().log(Level.FINEST, "Failed to inspect JAR file",