Added more info about our different artifacts.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1152 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2011-04-06 23:03:28 +00:00
parent f66c95b921
commit 45d0cf0d06
+11
View File
@@ -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