diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-04-30 06:52:54 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-04-30 06:52:54 -0700 |
commit | 206d83b645af34ddf7d67001b84c17b35a9fab9c (patch) | |
tree | f09eedab6fd2c862e4ec5a6232412d2c567e3aed /ivy.xml |
Adding build files
Diffstat (limited to 'ivy.xml')
-rw-r--r-- | ivy.xml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"> + <info organisation="com.p4square.grow" module="frontend" revision="1.0-snapshot" /> + + <configurations> + <conf name="default" /> + <conf name="sources" /> + </configurations> + + <publications> + <artifact type="pom" ext="pom" conf="default" /> + <artifact type="jar" ext="jar" conf="default" /> + <artifact type="source" ext="jar" conf="sources" m:classifier="sources" /> + </publications> + + <dependencies defaultconf="default,sources"> + <dependency org="net.jesterpm" name="fmfacade" rev="[1.0-SNAPSHOT,)" /> + </dependencies> +</ivy-module> |