From e271864399c63cdcbf03cc99f7471677457dc014 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 2 Dec 2010 18:22:55 +0000 Subject: [PATCH] A nenya-tools artifact, which incidentally does not depend on narya-tools. Nenya's tools mainly just need Apache Digester and the SAX XML writer. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1094 ed5b42cb-e716-0410-a449-f6a68f950b19 --- build.xml | 5 +++++ tools-pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 tools-pom.xml diff --git a/build.xml b/build.xml index 9bce58a0..f48c38c6 100644 --- a/build.xml +++ b/build.xml @@ -329,6 +329,11 @@ + + + + + diff --git a/tools-pom.xml b/tools-pom.xml new file mode 100644 index 00000000..07f63204 --- /dev/null +++ b/tools-pom.xml @@ -0,0 +1,37 @@ + + + 4.0.0 + com.threerings + nenya-tools + jar + 1.0 + nenya-tools + Nenya with dependencies configured for its tools. + + + + com.samskivert + samskivert + 1.1 + compile + + + com.google.guava + guava + r07 + compile + + + commons-digester + commons-digester + 1.8 + compile + + + com.megginson.sax + xml-writer + 0.2 + compile + + +