From 45d0cf0d06392f32ebc2b05163a8d2aee907aac0 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 6 Apr 2011 23:03:28 +0000 Subject: [PATCH] Added more info about our different artifacts. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1152 ed5b42cb-e716-0410-a449-f6a68f950b19 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 48ef180f..27669443 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ Invoke ant with any of the following targets: Artifacts --------- +Nenya provides three different build artifacts, for differing purposes: + +* nenya: contains the main Java library; exports dependencies only for + libraries which are required by a running client or server. +* nenya-tools: contains the media precompilation portions of Nenya which one + need integrate into their build; exports dependencies for libraries needed + when running precompilation. +* nenyalib: contains the main ActionScript library; exports dependencies for + libraries needed when building a SWF using nenyalib. + A Maven repository containing released versions of the Nenya Java and ActionScript artifacts are maintained here. To add a Nenya dependency to a Maven project, add the following to your `pom.xml`: @@ -64,6 +74,7 @@ remove the vast majority of the boilerplate above. If you prefer to download pre-built binaries, those can be had here: * [nenya-1.2.jar](http://threerings.github.com/nenya/maven/com/threerings/nenya/1.2/nenya-1.2.jar) +* [nenya-tools-1.2.swc](http://threerings.github.com/nenya/maven/com/threerings/nenya-tools/1.2/nenya-tools-1.2.jar) * [nenyalib-1.2.swc](http://threerings.github.com/nenya/maven/com/threerings/nenyalib/1.2/nenyalib-1.2.swc) Distribution