diff options
author | Mikael Vappula <mikael@vaadin.com> | 2011-12-01 16:48:19 +0200 |
---|---|---|
committer | Mikael Vappula <mikael@vaadin.com> | 2011-12-01 16:48:44 +0200 |
commit | 46309c47b6700127c7aebb68d7fd893b1f0f8429 (patch) | |
tree | 35ec3c8d68d1d2fd060089ef78feb4d61107a831 /tests/ivy.xml | |
parent | b41b0a91f6b05dfe25444a9abad8c75537f4c4d2 (diff) | |
download | vaadin-framework-46309c47b6700127c7aebb68d7fd893b1f0f8429.tar.gz vaadin-framework-46309c47b6700127c7aebb68d7fd893b1f0f8429.zip |
Ivy configuration and TestBench test build script updates.
Included first version of Ant based replacement of old vaadin-server.py
demo server launch script.
Diffstat (limited to 'tests/ivy.xml')
-rw-r--r-- | tests/ivy.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/ivy.xml b/tests/ivy.xml new file mode 100644 index 0000000000..3fdaf81ef1 --- /dev/null +++ b/tests/ivy.xml @@ -0,0 +1,13 @@ +<ivy-module version="2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation= "http://ant.apache.org/ivy/schemas/ivy.xsd"> + + <info organisation="com.vaadin" module="tests"/> + <configurations defaultconfmapping="*->jetty"> + <conf name="jetty" visibility="private" /> + </configurations> + <publications /> + <dependencies> + <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.7" conf="jetty->default(*)" /> + </dependencies> +</ivy-module>
\ No newline at end of file |