You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/02 13:30:59 UTC

svn commit: r643854 - in /commons/sandbox/functor/branches/no-generics: pom.xml src/site/site.xml src/site/xdoc/issue-tracking.xml

Author: niallp
Date: Wed Apr  2 04:30:58 2008
New Revision: 643854

URL: http://svn.apache.org/viewvc?rev=643854&view=rev
Log:
add issue-tracking page

Added:
    commons/sandbox/functor/branches/no-generics/src/site/xdoc/issue-tracking.xml
      - copied unchanged from r643839, commons/sandbox/functor/trunk/src/site/xdoc/issue-tracking.xml
Modified:
    commons/sandbox/functor/branches/no-generics/pom.xml
    commons/sandbox/functor/branches/no-generics/src/site/site.xml

Modified: commons/sandbox/functor/branches/no-generics/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/pom.xml?rev=643854&r1=643853&r2=643854&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/pom.xml (original)
+++ commons/sandbox/functor/branches/no-generics/pom.xml Wed Apr  2 04:30:58 2008
@@ -72,6 +72,11 @@
     </dependency>
   </dependencies>
 
+  <properties>
+    <commons.componentid>functor</commons.componentid>
+    <commons.jira.componentid>12312256</commons.jira.componentid>
+  </properties>
+
   <build>
     <testResources>
       <testResource>

Modified: commons/sandbox/functor/branches/no-generics/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/site/site.xml?rev=643854&r1=643853&r2=643854&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/site/site.xml (original)
+++ commons/sandbox/functor/branches/no-generics/src/site/site.xml Wed Apr  2 04:30:58 2008
@@ -27,6 +27,7 @@
       <item name="Examples" href="/examples.html"/>
       <item name="Javadoc" href="apidocs/index.html"/>
       <item name="Mailing lists" href="/mail-lists.html"/>
+      <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Downloads" href="/download.html"/>
     </menu>
     <menu name="Development">