[P2play-commit] SF.net SVN: p2play: [81] trunk/parent
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-08-22 08:26:46
|
Revision: 81
http://p2play.svn.sourceforge.net/p2play/?rev=81&view=rev
Author: tisoft
Date: 2007-08-22 01:26:32 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
updated pom
Modified Paths:
--------------
trunk/parent/pom.xml
Added Paths:
-----------
trunk/parent/src/
trunk/parent/src/site/
trunk/parent/src/site/site.xml
Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2007-08-22 06:58:12 UTC (rev 80)
+++ trunk/parent/pom.xml 2007-08-22 08:26:32 UTC (rev 81)
@@ -44,7 +44,7 @@
<developerConnection>
scm:svn:https://p2play.svn.sourceforge.net/svnroot/p2play/trunk/parent/
</developerConnection>
- <url>http://p2play.svn.sourceforge.net/viewvc/p2play/</url>
+ <url>http://p2play.svn.sourceforge.net/viewvc/p2play/trunk/parent/</url>
</scm>
<mailingLists>
@@ -56,7 +56,6 @@
<unsubscribe>
https://lists.sourceforge.net/lists/listinfo/p2play-commit
</unsubscribe>
- <post>p2p...@li...</post>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum_name=p2play-commit
</archive>
@@ -244,6 +243,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
+ <configuration>
+ <displayFileDetailUrl>
+ http://p2play.svn.sourceforge.net/viewvc/p2play/%FILE%?view=markup
+ </displayFileDetailUrl>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Added: trunk/parent/src/site/site.xml
===================================================================
--- trunk/parent/src/site/site.xml (rev 0)
+++ trunk/parent/src/site/site.xml 2007-08-22 08:26:32 UTC (rev 81)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="P2Play">
+
+ <publishDate position="left" format="MM-dd-yyyy HH:mm z 'GMT'Z" />
+
+<!-- <bannerLeft>
+ <name>J2ME Device Emulator</name>
+ <src>http://www.microemu.org/images/logo.png</src>
+ <href>http://www.microemu.org/</href>
+ </bannerLeft>-->
+
+ <bannerRight>
+ <name>Sourceforge</name>
+ <src>http://sourceforge.net/sflogo.php?group_id=183713&amp;type=4</src>
+ <href>http://sourceforge.net/projects/p2play/</href>
+ </bannerRight>
+
+ <poweredBy>
+ <logo
+ name="Hosted on SF.net"
+ href="http://sourceforge.net/projects/microemulator/"
+ img="http://sourceforge.net/sflogo.php?group_id=183713&amp;type=1"/>
+ <logo
+ name="Built by Maven"
+ href="http://maven.apache.org"
+ img="images/logos/maven-feather.png"/>
+<!-- <logo
+ name="Metrics"
+ href="http://www.ohloh.net/projects/6490"
+ img="http://www.ohloh.net/projects/6490/badge.gif" />-->
+ </poweredBy>
+
+ <body>
+ <!-- <links>
+ <item name="Live examples" href="http://www.microemu.org/demo.html"/>
+ </links>-->
+
+ <menu ref="parent" />
+
+ <menu name="Overview">
+<!-- <item name="Introduction" href="http://www.microemu.org/index.html" />
+ <item name="Usage" href="http://www.microemu.org/usage.html" />
+ <item name="Applet config" href="http://www.microemu.org/applet.html" />
+ <item name="Skin" href="http://www.microemu.org/skin.html" />
+ <item name="Unit Tests" href="http://www.microemu.org/unittests.html" />
+ <item name="Faq" href="http://www.microemu.org/faq.html" />-->
+
+ <item name="Download" href="#">
+ <!--4snapshot-->
+<!-- <item name="Snapshot" href="http://www.microemu.org/microemulator/download/"/>
+
+ <item name="Releases" href="http://sourceforge.net/project/showfiles.php?group_id=30014"/>
+ <item name="Maven" href="http://www.microemu.org/maven.html"/>-->
+ <item name="SVN Access" href="source-repository.html"/>
+ <item name="Browse SVN" href="http://p2play.svn.sourceforge.net/viewvc/p2play/trunk/parent/"/>
+ </item>
+
+ <!--4release-->
+ <!--
+ <item name="Preview 2.0.2" href="http://pyx4j.com/snapshot/microemu/" />
+ -->
+<!-- <item name="Changes and Plans" href="http://www.microemu.org/changes-report.html" />-->
+ </menu>
+
+<!-- <menu name="Live examples">
+ <item name="Applets" href="http://www.microemu.org/demo.html" />
+ <item name="Web Start" href="http://www.microemu.org/microemu-webstart/demo.jnlp" />
+ </menu>-->
+
+ <menu ref="modules" collapse="true" />
+
+ <menu ref="reports" />
+
+ </body>
+
+</project>
\ No newline at end of file
Property changes on: trunk/parent/src/site/site.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|