|
From: <tre...@us...> - 2007-09-17 22:38:13
|
Revision: 406
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=406&view=rev
Author: trevorolio
Date: 2007-09-17 15:38:17 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
Rewhacked Mike avatar to take a commonly available BVH style, so now he can walk, wave, and point.
Haven't tested it with the other two Croquet models yet, but it might Just Work. (famous last words)
Modified Paths:
--------------
maven/trunk/ogoglio-integration-test/pom.xml
Modified: maven/trunk/ogoglio-integration-test/pom.xml
===================================================================
--- maven/trunk/ogoglio-integration-test/pom.xml 2007-09-17 22:38:14 UTC (rev 405)
+++ maven/trunk/ogoglio-integration-test/pom.xml 2007-09-17 22:38:17 UTC (rev 406)
@@ -166,6 +166,11 @@
<artifactId>ogoglio-viewer-applet</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>com.ogoglio</groupId>
+ <artifactId>ogoglio-body-editor-applet</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>log4j</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|