diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-20 23:50:37 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-21 05:35:30 +0000 |
commit | eb50df0edb0c6eb86620127f3aa99da557a02f2b (patch) | |
tree | 9eceddb2fdbbb90ddc7ad73bc5a0eaa3accee5f0 /server/build.xml | |
parent | 5cd9a0c5772415eec8c88ee4dd699bfd103807fe (diff) | |
download | vaadin-framework-eb50df0edb0c6eb86620127f3aa99da557a02f2b.tar.gz vaadin-framework-eb50df0edb0c6eb86620127f3aa99da557a02f2b.zip |
Depend on sass-compiler, not the old theme-compiler (#14009)
Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c
Diffstat (limited to 'server/build.xml')
-rw-r--r-- | server/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/build.xml b/server/build.xml index ad377584b9..7bb70ffdc4 100644 --- a/server/build.xml +++ b/server/build.xml @@ -24,7 +24,7 @@ <target name="jar"> <property name="server.osgi.import" value="javax.servlet;version="2.4.0",javax.servlet.http;version="2.4.0",javax.validation;version="1.0.0.GA";resolution:=optional,org.jsoup;version="1.6.3",org.jsoup.parser;version="1.6.3",org.jsoup.nodes;version="1.6.3",org.jsoup.helper;version="1.6.3",org.jsoup.safety;version="1.6.3",org.json;version="0.0.20080701"" /> - <property name="server.osgi.require" value="com.vaadin.shared;bundle-version="${vaadin.version}",com.vaadin.push;bundle-version="${vaadin.version}";resolution:=optional,com.vaadin.theme-compiler;bundle-version="${vaadin.version}";resolution:=optional" /> + <property name="server.osgi.require" value="com.vaadin.shared;bundle-version="${vaadin.version}",com.vaadin.push;bundle-version="${vaadin.version}";resolution:=optional,com.vaadin.sass-compiler;bundle-version="${vaadin.sass.version}";resolution:=optional" /> <antcall target="common.jar"> <param name="require-bundle" value="${server.osgi.require}" /> <param name="import-package" value="${server.osgi.import}" /> |