Skip to content

Instantly share code, notes, and snippets.

@jasongrimes
Created January 9, 2012 01:18
Show Gist options
  • Save jasongrimes/1580417 to your computer and use it in GitHub Desktop.
Save jasongrimes/1580417 to your computer and use it in GitHub Desktop.
Sample Ivy file describing a module for the Zend Framework library
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<publications>
<artifact type="tgz"/>
</publications>
<info organisation="Zend" module="ZendFramework" revision="1.11.11"/>
</ivy-module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment