diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 23:27:29 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-22 20:08:25 +0300 |
commit | 8328038b3c695da27f6247fc9b33ed97c0e0d771 (patch) | |
tree | c9d69b66fc37c27e93f82342506c62d8e9845cb2 /compatibility-client-compiled | |
parent | a6873053f005c195c5e43211761c5f936be14a4e (diff) | |
download | vaadin-framework-8328038b3c695da27f6247fc9b33ed97c0e0d771.tar.gz vaadin-framework-8328038b3c695da27f6247fc9b33ed97c0e0d771.zip |
Rename packages in compatibility-client to use com.vaadin.v7
Change-Id: Id0f178dfc3910ee7492c860d381b2d413e82ba73
Diffstat (limited to 'compatibility-client-compiled')
-rw-r--r-- | compatibility-client-compiled/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml index 25e7d59369..ebd405fe38 100644 --- a/compatibility-client-compiled/pom.xml +++ b/compatibility-client-compiled/pom.xml @@ -12,7 +12,7 @@ <packaging>jar</packaging> <properties> - <widgetset.name>com.vaadin.Vaadin7WidgetSet</widgetset.name> + <widgetset.name>com.vaadin.v7.Vaadin7WidgetSet</widgetset.name> <widgetset.style>OBF</widgetset.style> <widgetset.local.workers>6</widgetset.local.workers> </properties> |