You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/07/10 14:07:59 UTC

svn commit: r420505 - in /jakarta/commons/proper/attributes/trunk: project.properties project.xml site/project.properties site/xdocs/navigation.xml

Author: dennisl
Date: Mon Jul 10 05:07:58 2006
New Revision: 420505

URL: http://svn.apache.org/viewvc?rev=420505&view=rev
Log:
Sync look and feel with the other components

Modified:
    jakarta/commons/proper/attributes/trunk/project.properties
    jakarta/commons/proper/attributes/trunk/project.xml
    jakarta/commons/proper/attributes/trunk/site/project.properties
    jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml

Modified: jakarta/commons/proper/attributes/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/project.properties?rev=420505&r1=420504&r2=420505&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.properties (original)
+++ jakarta/commons/proper/attributes/trunk/project.properties Mon Jul 10 05:07:58 2006
@@ -55,7 +55,7 @@
 ######################################################################
 # commons site L&F
 ######################################################################
-maven.xdoc.date=bottom
+maven.xdoc.date=left
 maven.xdoc.poweredby.image=maven-feather.png
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html

Modified: jakarta/commons/proper/attributes/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/project.xml?rev=420505&r1=420504&r2=420505&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/project.xml Mon Jul 10 05:07:58 2006
@@ -87,6 +87,22 @@
         </mailingList>
     </mailingLists>    
     
+    <dependencies>
+        <dependency>
+            <groupId>maven</groupId>
+            <artifactId>maven-xdoc-plugin</artifactId>
+            <version>1.9.2</version>
+            <url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
+            <type>plugin</type>
+            <properties>
+                <comment>
+                    &lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
+                </comment>
+                <optional>true</optional>
+            </properties>
+        </dependency>
+    </dependencies>
+  
     <build>
         
         <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>

Modified: jakarta/commons/proper/attributes/trunk/site/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/project.properties?rev=420505&r1=420504&r2=420505&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/project.properties (original)
+++ jakarta/commons/proper/attributes/trunk/site/project.properties Mon Jul 10 05:07:58 2006
@@ -16,7 +16,7 @@
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
-maven.xdoc.date=bottom
+maven.xdoc.date=left
 maven.xdoc.poweredby.image=maven-feather.png
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html

Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml?rev=420505&r1=420504&r2=420505&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml Mon Jul 10 05:07:58 2006
@@ -18,6 +18,11 @@
 <project name="Commons&#xA0;Attributes">
     <title>Commons&#xA0;Attributes</title>
     <body>
+        <links>
+            <item name="Jakarta Commons"
+                href="http://jakarta.apache.org/commons/"/>
+        </links>
+
         <menu name="Commons&#xA0;Attributes">
             <item name="Overview" href="/index.html"/>
             <item name="API" href="/api/index.html"/>
@@ -37,10 +42,11 @@
             <item name="FAQ" href="/faq.html"/>
             
             <item name="Changelog" href="/changelog.html"/>
+        </menu>
             
+        <menu name="Development">
             <item name="Mailing Lists" href="/mail-lists.html"/>
-            <item name="Developers" href="/team-list.html"/>
-            <item name="Issue Tracking" href="/issue-tracking.html"/>
+            <item name="Team" href="/team-list.html"/>
         </menu>
         &commons;
     </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org