diff options
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml new file mode 100644 index 0000000000..2b543885c6 --- /dev/null +++ b/uitest/ivy.xml @@ -0,0 +1,16 @@ +<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="vaadin-uitests"/> + <configurations> + <conf name="jetty" visibility="private" /> + <conf name="emma" visibility="private" /> + <conf name="server" visibility="private" /> + </configurations> + <publications /> + <dependencies> + <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.7" conf="server,jetty->default(*)" /> + <dependency org="emma" name="emma" rev="2.0.5312-patched" conf="server,emma -> default(*)"/> + </dependencies> +</ivy-module>
\ No newline at end of file |