You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ivy-module version="2.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
  5. xmlns:m="http://ant.apache.org/ivy/maven">
  6. <info organisation="com.vaadin" module="vaadin-buildhelpers"
  7. revision="${vaadin.version}">
  8. <license name="Apache Software License 2.0"
  9. url="http://www.apache.org/licenses/LICENSE-2.0" />
  10. <ivyauthor name="Vaadin Ltd" url="http://vaadin.com" />
  11. <description homepage="http://vaadin.com">
  12. Vaadin is a web application
  13. framework for Rich Internet Applications (RIA).
  14. </description>
  15. </info>
  16. <configurations>
  17. <conf name="build" />
  18. <conf name="build-provided" />
  19. <conf name="ide" visibility="private" />
  20. <conf name="test" />
  21. </configurations>
  22. <publications>
  23. <artifact type="jar" />
  24. <artifact type="source" ext="jar" m:classifier="sources" />
  25. <artifact type="javadoc" ext="jar" m:classifier="javadoc" />
  26. <artifact type="pom" ext="pom" />
  27. </publications>
  28. <dependencies>
  29. <dependency org="commons-io" name="commons-io" rev="2.2" />
  30. </dependencies>
  31. </ivy-module>