[mud4j-commit] SF.net SVN: mud4j: [112] trunk/mud4j
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2007-01-14 18:44:18
|
Revision: 112 http://mud4j.svn.sourceforge.net/mud4j/?rev=112&view=rev Author: mpurland Date: 2007-01-14 10:44:15 -0800 (Sun, 14 Jan 2007) Log Message: ----------- Update site and pom for Maven 2.x. Modified Paths: -------------- trunk/mud4j/pom.xml trunk/mud4j/src/site/site.xml trunk/mud4j-core/src/site/site.xml trunk/mud4j-telnet/src/site/site.xml trunk/mud4j-web/src/site/site.xml Removed Paths: ------------- trunk/mud4j/pom-root.xml Deleted: trunk/mud4j/pom-root.xml =================================================================== --- trunk/mud4j/pom-root.xml 2007-01-14 18:32:23 UTC (rev 111) +++ trunk/mud4j/pom-root.xml 2007-01-14 18:44:15 UTC (rev 112) @@ -1,183 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <name>mud4j</name> - <groupId>net.sf</groupId> - - <issueManagement> - <system>Sourceforge</system> - <url>https://sourceforge.net/tracker/?group_id=184313</url> - </issueManagement> - - <!-- Project start year --> - <inceptionYear>2006</inceptionYear> - - <!-- SF url --> - <url>http://mud4j.sf.net/</url> - - <licenses> - <license> - <name>Apache 2</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - <comments>A business-friendly OSS license</comments> - </license> - </licenses> - - <organization> - <name>mud4j</name> - <url>http://sourceforge.net/projects/mud4j</url> - </organization> - - <distributionManagement> - <site> - <id>mud4j.website</id> - <name>mud4j Website</name> - <url>scp://shell.sourceforge.net/home/groups/m/mu/mud4j/htdocs/</url> - </site> - </distributionManagement> - - <scm> - <connection>scm:svn:https://svn.sourceforge.net/svnroot/mud4j</connection> - <developerConnection> - scm:svn:https://svn.sourceforge.net/svnroot/mud4j</developerConnection> - <tag>HEAD</tag> - <url>http://mud4j.svn.sourceforge.net/viewvc/mud4j/trunk/</url> - </scm> - - - <repositories> - <repository> - <releases> - - </releases> - <snapshots> - - </snapshots> - </repository> - </repositories> - - - <!-- Developers/Contributors for this project --> - <developers> - <developer> - <name>Matthew Purland</name> - <id>mpurland</id> - <roles> - <role>Founder</role> - <role>Developer</role> - </roles> - <timezone>-6</timezone> - <email>mpu...@us...</email> - </developer> - </developers> - - <contributors/> - - <!-- Dependencies --> - <dependencies> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.13</version> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.1</version> - </dependency> - - <!-- Plugins --> - <dependency> - <groupId>maven-plugins</groupId> - <artifactId>maven-cobertura-plugin</artifactId> - <version>1.3-SNAPSHOT</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven</groupId> - <artifactId>maven-simian-plugin</artifactId> - <version>1.6</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven-plugins</groupId> - <artifactId>maven-findbugs-plugin</artifactId> - <version>1.3</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>mevenide</groupId> - <artifactId>maven-eclipse-plugin-plugin</artifactId> - <version>0.3.1</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>mevenide</groupId> - <artifactId>maven-eclipse-plugin-plugin</artifactId> - <version>0.3.1</version> - <type>plugin</type> - </dependency> - <dependency> - <groupId>maven-plugins</groupId> - <artifactId>maven-tasks-plugin</artifactId> - <version>1.3.0-SNAPSHOT</version> - <type>plugin</type> - </dependency> - </dependencies> - <reports> - <report>maven-multiproject-plugin</report> - <report>maven-pmd-plugin</report> - <report>maven-jdepend-plugin</report> - <report>maven-checkstyle-plugin</report> - <report>maven-changes-plugin</report> - <report>maven-changelog-plugin</report> - <report>maven-developer-activity-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-license-plugin</report> - <report>maven-javadoc-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-linkcheck-plugin</report> - <!--<report>maven-tasks-plugin</report>--> - <report>maven-tasklist-plugin</report> - <report>maven-cobertura-plugin</report> - <report>maven-simian-plugin</report> - <report>maven-findbugs-plugin</report> - <report>maven-dashboard-plugin</report> - <!--<report>maven-java-plugin</report>--> - </reports> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - </plugins> - <defaultGoal>jar</defaultGoal> - - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test/unit</testSourceDirectory> - <resources> - <resource> - <directory>${basedir}/src/resources</directory> - <filtering>false</filtering> - </resource> - <resource> - <directory>${basedir}/src/resources/logging</directory> - <includes> - <include>log4j.properties</include> - </includes> - <filtering>false</filtering> - </resource> - </resources> - </build> -</project> Modified: trunk/mud4j/pom.xml =================================================================== --- trunk/mud4j/pom.xml 2007-01-14 18:32:23 UTC (rev 111) +++ trunk/mud4j/pom.xml 2007-01-14 18:44:15 UTC (rev 112) @@ -59,7 +59,7 @@ <distributionManagement> <site> - <id>mud4j.website</id> + <id>mud4j website</id> <name>mud4j Website</name> <url> scp://shell.sourceforge.net/home/groups/m/mu/mud4j/htdocs/</url> Modified: trunk/mud4j/src/site/site.xml =================================================================== --- trunk/mud4j/src/site/site.xml 2007-01-14 18:32:23 UTC (rev 111) +++ trunk/mud4j/src/site/site.xml 2007-01-14 18:44:15 UTC (rev 112) @@ -1,20 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <site> + <bannerRight> + <name>SourceForge</name> + <src> + http://sflogo.sourceforge.net/sflogo.php?group_id=184313&type=2</src> + <href>http://sourceforge.net</href> + </bannerRight> <body> <links> <item name="Repository" href="http://mud4j.svn.sourceforge.net/viewvc/mud4j/trunk/"/> <item name="Dashboard" href="dashboard-report.html"/> </links> - <menu name="Projects"> <item name="mud4j Overview" href="http://mud4j.sf.net/index.html"/> <item name="mud4j-core" - href="http://mud4j.sf.net/projects/mud4j-core/index.html"/> + href="http://mud4j.sf.net/mud4j-core/index.html"/> <item name="mud4j-telnet" - href="http://mud4j.sf.net/projects/mud4j-telnet/index.html"/> + href="http://mud4j.sf.net/mud4j-telnet/index.html"/> <item name="mud4j-web" - href="http://mud4j.sf.net/projects/mud4j-web/index.html"/> + href="http://mud4j.sf.net/mud4j-web/index.html"/> </menu> <!-- Documentation for mud4j project, cannot use common because this Modified: trunk/mud4j-core/src/site/site.xml =================================================================== --- trunk/mud4j-core/src/site/site.xml 2007-01-14 18:32:23 UTC (rev 111) +++ trunk/mud4j-core/src/site/site.xml 2007-01-14 18:44:15 UTC (rev 112) @@ -9,11 +9,11 @@ <menu name="Projects"> <item name="mud4j Overview" href="http://mud4j.sf.net/index.html"/> <item name="mud4j-core" - href="http://mud4j.sf.net/projects/mud4j-core/index.html"/> + href="http://mud4j.sf.net/mud4j-core/index.html"/> <item name="mud4j-telnet" - href="http://mud4j.sf.net/projects/mud4j-telnet/index.html"/> + href="http://mud4j.sf.net/mud4j-telnet/index.html"/> <item name="mud4j-web" - href="http://mud4j.sf.net/projects/mud4j-web/index.html"/> + href="http://mud4j.sf.net/mud4j-web/index.html"/> </menu> <!-- Documentation for mud4j project, cannot use common because this Modified: trunk/mud4j-telnet/src/site/site.xml =================================================================== --- trunk/mud4j-telnet/src/site/site.xml 2007-01-14 18:32:23 UTC (rev 111) +++ trunk/mud4j-telnet/src/site/site.xml 2007-01-14 18:44:15 UTC (rev 112) @@ -9,11 +9,11 @@ <menu name="Projects"> <item name="mud4j Overview" href="http://mud4j.sf.net/index.html"/> <item name="mud4j-core" - href="http://mud4j.sf.net/projects/mud4j-core/index.html"/> + href="http://mud4j.sf.net/mud4j-core/index.html"/> <item name="mud4j-telnet" - href="http://mud4j.sf.net/projects/mud4j-telnet/index.html"/> + href="http://mud4j.sf.net/mud4j-telnet/index.html"/> <item name="mud4j-web" - href="http://mud4j.sf.net/projects/mud4j-web/index.html"/> + href="http://mud4j.sf.net/mud4j-web/index.html"/> </menu> <!-- Documentation for mud4j project, cannot use common because this Modified: trunk/mud4j-web/src/site/site.xml =================================================================== --- trunk/mud4j-web/src/site/site.xml 2007-01-14 18:32:23 UTC (rev 111) +++ trunk/mud4j-web/src/site/site.xml 2007-01-14 18:44:15 UTC (rev 112) @@ -9,11 +9,11 @@ <menu name="Projects"> <item name="mud4j Overview" href="http://mud4j.sf.net/index.html"/> <item name="mud4j-core" - href="http://mud4j.sf.net/projects/mud4j-core/index.html"/> + href="http://mud4j.sf.net/mud4j-core/index.html"/> <item name="mud4j-telnet" - href="http://mud4j.sf.net/projects/mud4j-telnet/index.html"/> + href="http://mud4j.sf.net/mud4j-telnet/index.html"/> <item name="mud4j-web" - href="http://mud4j.sf.net/projects/mud4j-web/index.html"/> + href="http://mud4j.sf.net/mud4j-web/index.html"/> </menu> <!-- Documentation for mud4j project, cannot use common because this This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |