On 2012-01-23 08:04, Steve Ratcliffe wrote: > On 22/01/12 00:01, Richard Hansen wrote: >> * the organization setting in the ivy.xml file is set to >> "uk.me.parabola"; maybe this should be "uk.org.mkgmap" > > Yes, uk.org.mkgmap would be better. I also own org.mkgmap so that would > be possible too.
I forgot about fixing this. Attached is a patch. Now that you've had a bit of time to play with the build system changes, what are your thoughts? Do you feel comfortable merging the build branch to trunk? Also, would you like me to work on modifying splitter's build system to match? Thanks, Richard
diff --git a/ivy.xml b/ivy.xml index ddec2e9..0e3c252 100644 --- a/ivy.xml +++ b/ivy.xml @@ -1,5 +1,5 @@ <ivy-module version="2.0"> - <info organisation="uk.me.parabola" module="mkgmap"/> + <info organisation="uk.org.mkgmap" module="mkgmap"/> <configurations> <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
_______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
