|
From: <tre...@us...> - 2007-11-01 17:27:04
|
Revision: 552
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=552&view=rev
Author: trevorolio
Date: 2007-11-01 10:27:05 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
Added a separate guest body, in this case a simplified Mike with a matte black texture.
Modified Paths:
--------------
maven/trunk/ogoglio-server/pom.xml
Modified: maven/trunk/ogoglio-server/pom.xml
===================================================================
--- maven/trunk/ogoglio-server/pom.xml 2007-11-01 17:27:02 UTC (rev 551)
+++ maven/trunk/ogoglio-server/pom.xml 2007-11-01 17:27:05 UTC (rev 552)
@@ -144,6 +144,12 @@
<artifactItem>
<groupId>com.ogoglio.body</groupId>
<artifactId>
+ ogoglio-body-guest
+ </artifactId>
+ </artifactItem>
+ <artifactItem>
+ <groupId>com.ogoglio.body</groupId>
+ <artifactId>
ogoglio-body-andrea
</artifactId>
</artifactItem>
@@ -348,6 +354,12 @@
</dependency>
<dependency>
<groupId>com.ogoglio.body</groupId>
+ <artifactId>ogoglio-body-guest</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.ogoglio.body</groupId>
<artifactId>ogoglio-body-andrea</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>runtime</scope>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|