Le metric crapload of changes to bring things up to date with the latest

Narya libraries and to finish the name change from Venison to
Atlantissonne.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@969 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-12-12 05:51:55 +00:00
parent 2ddd5a3b4a
commit d131cd36bb
28 changed files with 556 additions and 427 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
<!-- build configuration -->
<project name="venison" default="compile" basedir=".">
<project name="atlanti" default="compile" basedir=".">
<!-- things you may want to change -->
<property name="app.name" value="venison"/>
<property name="doc.packages" value="com.threerings.venison.*"/>
<property name="doc.overview" value="com/threerings/venison/overview.html"/>
<property name="app.name" value="atlanti"/>
<property name="doc.packages" value="com.threerings.atlanti.*"/>
<property name="doc.overview" value="com/threerings/atlanti/overview.html"/>
<property name="copyright.holder" value="Michael Bayne"/>
<property name="build.compiler" value="jikes"/>
<property name="java.libraries" value="/usr/share/java"/>