[mud4j-commit] SF.net SVN: mud4j: [73] trunk
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-27 18:03:46
|
Revision: 73 http://mud4j.svn.sourceforge.net/mud4j/?rev=73&view=rev Author: mpurland Date: 2006-12-27 10:03:43 -0800 (Wed, 27 Dec 2006) Log Message: ----------- Update project descriptions. Modified Paths: -------------- trunk/mud4j-telnet/project.xml trunk/mud4j-web/project.xml Modified: trunk/mud4j-telnet/project.xml =================================================================== --- trunk/mud4j-telnet/project.xml 2006-12-27 18:02:20 UTC (rev 72) +++ trunk/mud4j-telnet/project.xml 2006-12-27 18:03:43 UTC (rev 73) @@ -4,10 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <extend>${basedir}/../mud4j/project-root.xml</extend> <shortDescription> - mud4j telnet server. + A mud4j telnet server to provide telnet connectivity. </shortDescription> <description> - mud4j telnet server. + A mud4j telnet server to provide telnet connectivity for servers that + may want web connectivity through telnet and may want certain security + features. </description> <pomVersion>3</pomVersion> <name>mud4j telnet server</name> Modified: trunk/mud4j-web/project.xml =================================================================== --- trunk/mud4j-web/project.xml 2006-12-27 18:02:20 UTC (rev 72) +++ trunk/mud4j-web/project.xml 2006-12-27 18:03:43 UTC (rev 73) @@ -4,10 +4,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <extend>${basedir}/../mud4j/project-root.xml</extend> <shortDescription> - mud4j web. + mud4j web framework for integrating core functions with web presence. </shortDescription> <description> - mud4j web. + An extension of the core framework to provide web presence such to various + view technologies through servlets and embedded solutions. </description> <pomVersion>3</pomVersion> <name>mud4j web</name> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |