summaryrefslogtreecommitdiffstats
path: root/theme-compiler
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 /theme-compiler
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 'theme-compiler')
-rw-r--r--theme-compiler/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml
index 03d0531a68..576b402ff4 100644
--- a/theme-compiler/build.xml
+++ b/theme-compiler/build.xml
@@ -53,6 +53,7 @@
<target name="jar" depends="parser">
<antcall target="common.jar">
+ <param name="import-package" value="org.apache.commons.jexl2;version=&quot;2.1.1&quot;,org.w3c.css.sac;version=&quot;1.3&quot;,org.w3c.flute.parser;version=&quot;1.3.0.gg2&quot;,org.w3c.flute.parser.selectors;version=&quot;1.3.0.gg2&quot;,org.w3c.flute.util;version=&quot;1.3.0.gg2&quot;" />
<reference torefid="extra.jar.includes" refid="empty.reference" />
</antcall>
</target>