You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/08/27 06:12:17 UTC

svn commit: r240388 - in /struts/build/trunk: project.properties project.xml

Author: husted
Date: Fri Aug 26 21:12:04 2005
New Revision: 240388

URL: http://svn.apache.org/viewcvs?rev=240388&view=rev
Log:
Add repository element to site/build/project.xml and extend number of days in project.properties, so that changelogs are generated throughout. 
Next, I'll boil these down into release notes for 1.3.0. 

Modified:
    struts/build/trunk/project.properties
    struts/build/trunk/project.xml

Modified: struts/build/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.properties?rev=240388&r1=240387&r2=240388&view=diff
==============================================================================
--- struts/build/trunk/project.properties (original)
+++ struts/build/trunk/project.properties Fri Aug 26 21:12:04 2005
@@ -1,5 +1,6 @@
 
 maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
+maven.changelog.range = 120
 
 maven.multiproject.basedir  = ../
 maven.multiproject.includes = */project.xml

Modified: struts/build/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?rev=240388&r1=240387&r2=240388&view=diff
==============================================================================
--- struts/build/trunk/project.xml (original)
+++ struts/build/trunk/project.xml Fri Aug 26 21:12:04 2005
@@ -123,6 +123,12 @@
       <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive>
     </mailingList>
   </mailingLists>
+  
+  <repository>
+    <connection>scm|svn|http://svn.apache.org/repos/asf/struts/current</connection>
+    <developerConnection>scm|svn|https://svn.apache.org/repos/asf/struts/current</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
+  </repository>  
 
   <developers>
     <developer>



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