Doris the rename-asaurus!

git-svn-id: https://samskivert.googlecode.com/svn/trunk@351 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-10-11 04:08:22 +00:00
parent 4c6b9f9546
commit 0c23daaeb6
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
<!-- things you may want to change -->
<property name="app.name" value="venison"/>
<property name="doc.packages" value="org.waywardgeeks.venison.*"/>
<property name="doc.overview" value="org/waywardgeeks/venison/overview.html"/>
<property name="doc.packages" value="com.threerings.venison.*"/>
<property name="doc.overview" value="com/threerings/venison/overview.html"/>
<property name="copyright.holder" value="Michael Bayne"/>
<property name="build.compiler" value="jikes"/>
<property name="java.libraries" value="/usr/share/java"/>
@@ -1,5 +1,5 @@
//
// $Id: AtlantiBoard.java,v 1.2 2001/10/10 06:14:57 mdb Exp $
// $Id: AtlantiBoard.java,v 1.3 2001/10/11 04:08:22 mdb Exp $
package com.threerings.venison;
@@ -10,7 +10,7 @@ import java.util.Iterator;
import com.samskivert.swing.util.SwingUtil;
import com.threerings.cocktail.cher.dobj.DSet;
import com.threerings.presents.dobj.DSet;
/**
* Displays the tiles that make up the Venison board.
@@ -3,7 +3,7 @@
package com.threerings.venison;
import com.threerings.cocktail.party.client.PlaceView;
import com.threerings.crowd.client.PlaceView;
import com.threerings.parlor.client.GameController;
import com.threerings.parlor.util.ParlorContext;
@@ -6,8 +6,8 @@ package com.threerings.venison;
import java.awt.BorderLayout;
import javax.swing.*;
import com.threerings.cocktail.party.data.PlaceObject;
import com.threerings.cocktail.party.client.PlaceView;
import com.threerings.crowd.data.PlaceObject;
import com.threerings.crowd.client.PlaceView;
import com.threerings.parlor.util.ParlorContext;
@@ -1,9 +1,9 @@
//
// $Id: AtlantiObject.java,v 1.2 2001/10/10 03:35:02 mdb Exp $
// $Id: AtlantiObject.java,v 1.3 2001/10/11 04:08:22 mdb Exp $
package com.threerings.venison;
import com.threerings.cocktail.cher.dobj.DSet;
import com.threerings.presents.dobj.DSet;
import com.threerings.parlor.data.GameObject;
@@ -1,5 +1,5 @@
//
// $Id: AtlantiTile.java,v 1.2 2001/10/10 06:14:57 mdb Exp $
// $Id: AtlantiTile.java,v 1.3 2001/10/11 04:08:22 mdb Exp $
package com.threerings.venison;
@@ -10,7 +10,7 @@ import java.io.IOException;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import com.threerings.cocktail.cher.dobj.DSet;
import com.threerings.presents.dobj.DSet;
/**
* Represents a single tile in play on the Venison game board.
@@ -1,9 +1,9 @@
//
// $Id: AtlantiManager.java,v 1.3 2001/10/10 06:14:57 mdb Exp $
// $Id: AtlantiManager.java,v 1.4 2001/10/11 04:08:22 mdb Exp $
package com.threerings.venison;
import com.threerings.cocktail.cher.dobj.DSet;
import com.threerings.presents.dobj.DSet;
import com.threerings.parlor.server.GameManager;
/**