summaryrefslogtreecommitdiffstats
path: root/server/build.xml
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2014-02-13 16:54:11 +0200
committerVaadin Code Review <review@vaadin.com>2014-02-24 15:26:43 +0000
commitbe827f80efab4f8ed0762fea3d54dab9b6296f91 (patch)
treed515b815e76a2e1c91673049d3178bdc5367c5de /server/build.xml
parentbadf9f27dac3457c797a07bb383a6f30088c336b (diff)
downloadvaadin-framework-be827f80efab4f8ed0762fea3d54dab9b6296f91.tar.gz
vaadin-framework-be827f80efab4f8ed0762fea3d54dab9b6296f91.zip
Enable on-the-fly SASS compilation in OSGi (#10307)
* Add proper Import-Package directives to theme-compiler * Require-Bundle theme-compiler in server bundle Change-Id: I7dec20c04eac92271b8adf0b1e23c573f1b06a29
Diffstat (limited to 'server/build.xml')
-rw-r--r--server/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/build.xml b/server/build.xml
index 98ee2342cf..ad377584b9 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=&quot;2.4.0&quot;,javax.servlet.http;version=&quot;2.4.0&quot;,javax.validation;version=&quot;1.0.0.GA&quot;;resolution:=optional,org.jsoup;version=&quot;1.6.3&quot;,org.jsoup.parser;version=&quot;1.6.3&quot;,org.jsoup.nodes;version=&quot;1.6.3&quot;,org.jsoup.helper;version=&quot;1.6.3&quot;,org.jsoup.safety;version=&quot;1.6.3&quot;,org.json;version=&quot;0.0.20080701&quot;" />
- <property name="server.osgi.require" value="com.vaadin.shared;bundle-version=&quot;${vaadin.version}&quot;,com.vaadin.push;bundle-version=&quot;${vaadin.version}&quot;;resolution:=optional" />
+ <property name="server.osgi.require" value="com.vaadin.shared;bundle-version=&quot;${vaadin.version}&quot;,com.vaadin.push;bundle-version=&quot;${vaadin.version}&quot;;resolution:=optional,com.vaadin.theme-compiler;bundle-version=&quot;${vaadin.version}&quot;;resolution:=optional" />
<antcall target="common.jar">
<param name="require-bundle" value="${server.osgi.require}" />
<param name="import-package" value="${server.osgi.import}" />