Author: jmitchell
Date: Sat Oct  2 08:20:57 2004
New Revision: 51803

Modified:
   struts/trunk/project.properties
   struts/trunk/project.xml
Log:
Fix for maven build since conversion to svn - Thank you Arnaud

Modified: struts/trunk/project.properties
==============================================================================
--- struts/trunk/project.properties     (original)
+++ struts/trunk/project.properties     Sat Oct  2 08:20:57 2004
@@ -1,7 +1,7 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S - Modeled after Turbine project.properties
 #
-# $Id: project.properties,v 1.13 2004/08/14 00:08:48 husted Exp $
+# $Id$
 #
 # Do not change this file. Please use build.properties in this directory
 # to do site or installation specific changes to the project build.
@@ -125,3 +125,7 @@
 # in order to deploy to the repository:
 #ssh configuration settings just require your apache id to log on with
 #maven.username=<apache-user-name> (DON'T UNCOMMENT THIS LINE IN SHARED 
project.propert
+
+maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
+
+

Modified: struts/trunk/project.xml
==============================================================================
--- struts/trunk/project.xml    (original)
+++ struts/trunk/project.xml    Sat Oct  2 08:20:57 2004
@@ -22,13 +22,11 @@
   <siteAddress>struts.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/struts</siteDirectory>
   
<distributionDirectory>/www/apache.mirrors.pair.com/jakarta/struts/</distributionDirectory>
-<!--
   <repository>
-    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-struts</connection>
-    <developerConnection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvs:jakarta-struts</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-struts/</url>
+    <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/trunk</connection>
+    
<developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/trunk</url>
   </repository>
-  -->
   <versions>
     <version>
       <id>1.0.2</id>
@@ -370,7 +368,7 @@
     <report>maven-jdepend-plugin</report>
     <report>maven-checkstyle-plugin</report>
     <report>maven-changes-plugin</report>
-    <!-- report>maven-changelog-plugin</report -->
+    <report>maven-changelog-plugin</report>
     <report>maven-file-activity-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-javadoc-plugin</report>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to