diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-03 15:36:28 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:08 +0300 |
commit | 1d6f0611a8dc7478caf2126ccd191d4284259cba (patch) | |
tree | 19ce396cb937c1255796552a78d944a0b99e26ec /theme-compiler/ivy.xml | |
parent | 557acfb6c4212ad1ddd5270fc7e25f1fc3d63762 (diff) | |
download | vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.tar.gz vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.zip |
Added themes-compiled module (#9299)
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 1876a0fed1..00da62582c 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -9,7 +9,7 @@ <configurations> <conf name="build" /> <conf name="build-provided" /> - <conf name="ide" /> + <conf name="ide" visibility="private"/> <conf name="tests" /> </configurations> <publications> @@ -18,6 +18,12 @@ <artifact type="javadoc" ext="jar" /> </publications> <dependencies defaultconf="*->default"> + <!-- LIBRARY DEPENDENCIES (compile time) --> + <!-- Project modules --> + <dependency org="com.vaadin" name="vaadin-shared" + rev="${vaadin.version}" conf="build,tests" /> + + <dependency org="org.w3c.css" name="sac" rev="1.3" /> <dependency org="milyn" name="flute" rev="1.3" conf="*->default" /> <dependency org="javax.servlet" name="servlet-api" @@ -30,6 +36,8 @@ conf="tests -> default" /> <dependency org="net.sourceforge.cssparser" name="cssparser" rev="0.9.5" conf="tests,ide->default" /> + <dependency org="commons-cli" name="commons-cli" rev="1.2" + conf="build,ide -> default" /> </dependencies> </ivy-module> |