From 9647820534c04eac907ae57b1cfc748ff2c3ed97 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 6 Apr 2011 21:56:30 +0000 Subject: [PATCH] Details on our numerous artifacts. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6613 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4101277bf..107a78310 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,22 @@ location of the Flex SDK on the command line: Artifacts --------- -A Maven repository containing released versions of the Narya Java and -ActionScript artifacts are maintained here. To add a Narya dependency to a -Maven project, add the following to your `pom.xml`: +Narya provides four different build artifacts, for differing purposes: + +* narya: contains the main Java library; exports dependencies only for + libraries which are required by a running client or server. +* naryalib: contains the main ActionScript library; exports dependencies for + libraries needed when building a SWF using naryalib. +* narya-tools: contains the code generation portions of Narya which one need + integrate into their build; exports dependencies for various libraries needed + when running code generation. +* narya-gwt: contains `.java` source code for applications using the + [GWT](http://code.google.com/webtoolkit/)-based admin interface provided by + Narya's admin package + +A Maven repository containing released versions of the Narya artifacts are +maintained here. To add a Narya dependency to a Maven project, add the +following to your `pom.xml`: @@ -72,7 +85,9 @@ remove the vast majority of the boilerplate above. If you prefer to download pre-built binaries, those can be had here: * [narya-1.8.jar](http://threerings.github.com/narya/maven/com/threerings/narya/1.8/narya-1.8.jar) -* [naryalib-1.8.swc](http://threerings.github.com/narya/maven/com/threerings/naryalib/1.8/naryalib-1.8.swc) +* [naryalib-1.8.jar](http://threerings.github.com/narya/maven/com/threerings/naryalib/1.8/naryalib-1.8.swc) +* [narya-tools-1.8.jar](http://threerings.github.com/narya/maven/com/threerings/narya-tools/1.8/narya-tools-1.8.jar) +* [narya-gwt-1.8.jar](http://threerings.github.com/narya/maven/com/threerings/narya-gwt/1.8/narya-gwt-1.8.jar) Related Libraries -----------------