aboutsummaryrefslogtreecommitdiffstats
path: root/themes/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-08-04 16:17:47 +0300
committerHenri Sara <hesara@vaadin.com>2016-08-05 09:25:44 +0300
commit1cb6ec0785ef0202064028146f5d64bcbe784f0f (patch)
treeffbd01112b9b12dc41ab986784532b08f6973012 /themes/pom.xml
parent119434318dfbfc867c1cc0a63139feba6cb21731 (diff)
downloadvaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.tar.gz
vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.zip
Remove the "liferay" theme
The theme was designed for Liferay 6.0 and was following its look. Liferay 6.0 is no longer officially supported by Vaadin 8. Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
Diffstat (limited to 'themes/pom.xml')
-rw-r--r--themes/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/pom.xml b/themes/pom.xml
index 7c665542bb..588bf6704d 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -151,25 +151,6 @@
</configuration>
</execution>
<execution>
- <id>compile-legacy-liferay</id>
- <phase>process-resources</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <classpathScope>compile</classpathScope>
- <executable>${java.home}/bin/java</executable>
- <arguments>
- <argument>-classpath</argument>
- <classpath />
-
- <argument>com.vaadin.sass.SassCompiler</argument>
- <argument> ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.scss</argument>
- <argument> ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.css</argument>
- </arguments>
- </configuration>
- </execution>
- <execution>
<id>compile-legacy-reindeer</id>
<phase>process-resources</phase>
<goals>