[virtualcommons-svn] commit/foraging: alllee: updating ivy configuration to exclude source and java
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2011-12-20 20:57:29
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/ff6f681c74fd/ changeset: ff6f681c74fd user: alllee date: 2011-12-20 21:57:17 summary: updating ivy configuration to exclude source and javadoc jars to avoid http://stackoverflow.com/questions/7283757/how-do-i-solve-multiple-artifacts-of-the-module-x-are-retrieved-to-the-same-file affected #: 2 files diff -r 3d41176b27e1e91a9520889a74d69a6a3639f813 -r ff6f681c74fd5eb3ce19bc6652dd480e92b07e3a build.xml --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<!-- $Id: build.xml 330 2008-02-13 05:31:26Z alllee $ +<!-- $Id$ vim:sts=2:sw=2: - Version: $Revision: 330 $ + Version: $Revision$ --><project xmlns:ivy="antlib:org.apache.ivy.ant" name="foraging" default="build-all" basedir="."><!-- ensure ivy availability --> diff -r 3d41176b27e1e91a9520889a74d69a6a3639f813 -r ff6f681c74fd5eb3ce19bc6652dd480e92b07e3a ivy.xml --- a/ivy.xml +++ b/ivy.xml @@ -5,9 +5,9 @@ <ivy-module version="2.0"><info organisation="edu.asu.commons" module="foraging"/><dependencies> - <dependency org="edu.asu.commons" name="csidex" rev="0.2-SNAPSHOT"/> + <dependency org="edu.asu.commons" name="csidex" rev="0.2-SNAPSHOT" /><dependency org="net.java.dev.jogl" name="jogl" rev="1.1.1-rc6"/><dependency org="javax.media" name="jmf" rev="2.1.1e"/> - <dependency org="org.antlr" name="stringtemplate" rev="4.0.2"/> + <dependency org="org.antlr" name="stringtemplate" rev="4.0.2" conf="*->*,!sources,!javadoc"/></dependencies></ivy-module> Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |