From 2a52bce41799dd1b766a17acc1aaacd45ea9bfdd Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Tue, 13 Dec 2016 09:31:49 +0200 Subject: [PATCH] Remove vaadin-widgets module (#7960) --- all/all-assembly-descriptor.xml | 1 - all/pom.xml | 6 - bom/pom.xml | 5 - pom.xml | 1 - widgets/pom.xml | 263 ------------------ .../vaadin/themes/valoutil/BodyStyleName.java | 29 -- .../resources/com/vaadin/themes/Valo.gwt.xml | 9 - 7 files changed, 314 deletions(-) delete mode 100644 widgets/pom.xml delete mode 100644 widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java delete mode 100644 widgets/src/main/resources/com/vaadin/themes/Valo.gwt.xml diff --git a/all/all-assembly-descriptor.xml b/all/all-assembly-descriptor.xml index 2a7cf09a82..157f6215b9 100644 --- a/all/all-assembly-descriptor.xml +++ b/all/all-assembly-descriptor.xml @@ -33,7 +33,6 @@ ${project.groupId}:vaadin-compatibility-themes ${project.groupId}:vaadin-compatibility-client ${project.groupId}:vaadin-compatibility-client-compiled - ${project.groupId}:vaadin-widgets diff --git a/all/pom.xml b/all/pom.xml index b3db0fd7d2..66b548bdb6 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -92,12 +92,6 @@ ${project.version} - - ${project.groupId} - vaadin-widgets - ${project.version} - - javax.portlet diff --git a/bom/pom.xml b/bom/pom.xml index d6fda8103b..ebf2eb7d10 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,11 +30,6 @@ vaadin-push ${project.version} - - com.vaadin - vaadin-widgets - ${project.version} - com.vaadin vaadin-client diff --git a/pom.xml b/pom.xml index bf0532a883..fbce507012 100644 --- a/pom.xml +++ b/pom.xml @@ -556,7 +556,6 @@ client-compiler client-compiled themes - widgets uitest-common uitest liferay diff --git a/widgets/pom.xml b/widgets/pom.xml deleted file mode 100644 index 4f8c2a8eca..0000000000 --- a/widgets/pom.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - 4.0.0 - - com.vaadin - vaadin-root - 8.0-SNAPSHOT - - vaadin-widgets - vaadin-widgets - jar - - https://vaadin.com/ - Vaadin widgets - - - - - ${project.groupId} - vaadin-client - ${project.version} - provided - - - - ${project.groupId} - vaadin-shared - ${project.version} - provided - - - - ${project.groupId} - vaadin-client-compiler - ${project.version} - provided - - - - ${project.groupId} - vaadin-themes - ${project.version} - provided - - - - ${project.groupId} - vaadin-buildhelpers - ${project.version} - provided - - - - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - ${osgi.execution.environment} - - - - - - - - bundle-manifest - prepare-package - - manifest - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-dependencies - generate-resources - - unpack - - - - - com.vaadin - vaadin-client - - com/vaadin/*.gwt.xml, - com/vaadin/client/BrowserInfo*, - com/vaadin/client/AnimationUtil*, - com/vaadin/client/ComputedStyle*, - com/vaadin/client/DeferredWorker*, - com/vaadin/client/Profiler*, - com/vaadin/client/StyleConstants*, - com/vaadin/client/WidgetUtil*, - com/vaadin/client/ui/FocusUtil*, - com/vaadin/client/data/**, - com/vaadin/client/widget/**, - com/vaadin/client/Focusable*, - com/vaadin/client/widgets/**, - com/vaadin/client/renderers/**, - com/vaadin/client/ui/SubPartAware*, - com/vaadin/client/ui/VProgressBar*, - com/vaadin/client/ui/dd/DragAndDropHandler*, - com/vaadin/client/ui/dd/DragHandle*, - com/vaadin/client/VSchedulerImpl* - - - - - com.vaadin - vaadin-shared - - com/vaadin/shared/ui/grid/*.*, - com/vaadin/shared/ui/grid/**/*.*, - com/vaadin/shared/util/SharedUtil*, - com/vaadin/shared/Registration*, - com/vaadin/shared/VBrowserDetails*, - com/vaadin/shared/data/sort/SortDirection* - - - com/vaadin/shared/**/*Rpc.*, - com/vaadin/shared/**/*Rpc$*.*, - com/vaadin/shared/**/*State.*, - com/vaadin/shared/**/*State$*.* - - - - com.vaadin - vaadin-client-compiler - - com/vaadin/sass/linker/*.* - - - - - com.vaadin - vaadin-themes - - /VAADIN/themes/valo/**, - /VAADIN/themes/base/** - - ${project.build.directory}/themes - - - - - - - - maven-resources-plugin - - - - copy-sources - - prepare-package - - copy-resources - - - ${project.build.outputDirectory} - - - src/main/java - false - - - - - - copy-themes - - prepare-package - - copy-resources - - - ${project.build.outputDirectory}/com/vaadin/themes/public - - - ${project.build.directory}/themes/VAADIN/themes - false - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - checkstyle - - process-sources - - - - - - org.codehaus.mojo - exec-maven-plugin - - - generate-export-package - package - - exec - - - compile - ${java.home}/bin/java - - -Dvaadin.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - -DincludeNumberPackages=1 - - -classpath - - - com.vaadin.buildhelpers.GeneratePackageExports - - ${project.build.directory}/${project.build.finalName}.${project.packaging} - - com/vaadin - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - false - - true - - - - - - - - diff --git a/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java b/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java deleted file mode 100644 index a60573cf26..0000000000 --- a/widgets/src/main/java/com/vaadin/themes/valoutil/BodyStyleName.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright 2000-2016 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ - -package com.vaadin.themes.valoutil; - -import com.google.gwt.core.client.EntryPoint; -import com.google.gwt.dom.client.Document; - -public class BodyStyleName implements EntryPoint { - - @Override - public void onModuleLoad() { - Document.get().getBody().addClassName("valo"); - } - -} diff --git a/widgets/src/main/resources/com/vaadin/themes/Valo.gwt.xml b/widgets/src/main/resources/com/vaadin/themes/Valo.gwt.xml deleted file mode 100644 index d9e0f6ab73..0000000000 --- a/widgets/src/main/resources/com/vaadin/themes/Valo.gwt.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - -- 2.39.5