You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/05 07:41:09 UTC

svn commit: r295000 - in /maven/maven-1/plugins/trunk: jdiff/project.xml project.properties project.xml

Author: brett
Date: Tue Oct  4 22:41:04 2005
New Revision: 295000

URL: http://svn.apache.org/viewcvs?rev=295000&view=rev
Log:
update site

Modified:
    maven/maven-1/plugins/trunk/jdiff/project.xml
    maven/maven-1/plugins/trunk/project.properties
    maven/maven-1/plugins/trunk/project.xml

Modified: maven/maven-1/plugins/trunk/jdiff/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/project.xml?rev=295000&r1=294999&r2=295000&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/project.xml Tue Oct  4 22:41:04 2005
@@ -24,6 +24,7 @@
   <name>Maven JDiff Plugin</name>
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <shortDescription>JDiff reports on the differences in the public API of two releases.</shortDescription>
+  <shortDescription>JDiff - Report the differences in the public API of two releases</shortDescription>
   <description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description>
   <url>http://maven.apache.org/reference/plugins/jdiff/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>

Modified: maven/maven-1/plugins/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.properties?rev=295000&r1=294999&r2=295000&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.properties (original)
+++ maven/maven-1/plugins/trunk/project.properties Tue Oct  4 22:41:04 2005
@@ -46,3 +46,4 @@
 maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
 maven.site.deploy.method=rsync
 
+maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css

Modified: maven/maven-1/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.xml?rev=295000&r1=294999&r2=295000&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.xml (original)
+++ maven/maven-1/plugins/trunk/project.xml Tue Oct  4 22:41:04 2005
@@ -30,11 +30,11 @@
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
-    <logo>http://maven.apache.org/images/apache-maven-project.png</logo>
+    <logo>http://maven.apache.org/images/apache-maven-project-2.png</logo>
   </organization>
   <inceptionYear>2001</inceptionYear>
   <package>org.apache.maven</package>
-  <logo>http://maven.apache.org/images/maven-small.gif</logo>
+  <logo>http://maven.apache.org/images/maven-logo-2.gif</logo>
 
   <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>