[mud4j-commit] SF.net SVN: mud4j: [72] trunk/mud4j
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-27 18:02:26
|
Revision: 72 http://mud4j.svn.sourceforge.net/mud4j/?rev=72&view=rev Author: mpurland Date: 2006-12-27 10:02:20 -0800 (Wed, 27 Dec 2006) Log Message: ----------- Update project description and mailing list archive information. Modified Paths: -------------- trunk/mud4j/project-root.xml trunk/mud4j/project.xml Modified: trunk/mud4j/project-root.xml =================================================================== --- trunk/mud4j/project-root.xml 2006-12-25 05:28:19 UTC (rev 71) +++ trunk/mud4j/project-root.xml 2006-12-27 18:02:20 UTC (rev 72) @@ -7,12 +7,6 @@ <name>mud4j</name> <groupId>net.sf</groupId> <package>net.sf.mud4j</package> - <shortDescription> A framework for MUD and game servers. - </shortDescription> - <description> A framework for MUD and game servers to separate the domain and select - business logic and features of creating a game server and let dependent projects - focus on game specific logic and content. - </description> <!-- Details about the organization --> <organization> @@ -135,7 +129,7 @@ <report>maven-cobertura-plugin</report> <report>maven-simian-plugin</report> <report>maven-findbugs-plugin</report> - <report>maven-dashboard-plugin</report> + <report>maven-dashboard-plugin</;report> <!--<report>maven-java-plugin</report>--> </reports> <build> Modified: trunk/mud4j/project.xml =================================================================== --- trunk/mud4j/project.xml 2006-12-25 05:28:19 UTC (rev 71) +++ trunk/mud4j/project.xml 2006-12-27 18:02:20 UTC (rev 72) @@ -10,7 +10,16 @@ <package>net.sf.mud4j</package> <artifactId>mud4j</artifactId> <currentVersion>1.0-SNAPSHOT</currentVersion> - + + <shortDescription> + A framework for MUD and game servers. + </shortDescription> + <description> + A framework for MUD and game servers to sedparate logic into domain tiers. This + will separate business logic and features of creating a game server and also let + dependent projects focus on game domain logic and content. + </description> + <!-- any mailing lists for the project --> <mailingLists> <mailingList> @@ -30,6 +39,7 @@ ${pom.artifactId}-de...@li...</unsubscribe> <post>${pom.artifactId}-de...@li...</post> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=51227</archive> </mailingList> <mailingList> <name>Commit List</name> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |