You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/01/31 00:01:12 UTC

svn commit: r149179 - in jakarta/commons/proper: attributes/trunk/ attributes/trunk/site/ beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ configuration/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/trunk/ discovery/trunk/ el/trunk/ email/trunk/ fileupload/trunk/

Author: dirkv
Date: Sun Jan 30 15:01:01 2005
New Revision: 149179

URL: http://svn.apache.org/viewcvs?view=rev&rev=149179
Log:
Use SVN changelog

Removed:
    jakarta/commons/proper/dbcp/trunk/.cvsignore
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/beanutils/trunk/project.properties
    jakarta/commons/proper/beanutils/trunk/project.xml
    jakarta/commons/proper/betwixt/trunk/project.properties
    jakarta/commons/proper/betwixt/trunk/project.xml
    jakarta/commons/proper/chain/trunk/project.properties
    jakarta/commons/proper/chain/trunk/project.xml
    jakarta/commons/proper/cli/trunk/project.properties
    jakarta/commons/proper/cli/trunk/project.xml
    jakarta/commons/proper/codec/trunk/project.properties
    jakarta/commons/proper/codec/trunk/project.xml
    jakarta/commons/proper/collections/trunk/project.properties
    jakarta/commons/proper/collections/trunk/project.xml
    jakarta/commons/proper/configuration/trunk/project.properties
    jakarta/commons/proper/configuration/trunk/project.xml
    jakarta/commons/proper/daemon/trunk/project.properties
    jakarta/commons/proper/daemon/trunk/project.xml
    jakarta/commons/proper/dbcp/trunk/project.properties
    jakarta/commons/proper/dbcp/trunk/project.xml
    jakarta/commons/proper/dbutils/trunk/project.properties
    jakarta/commons/proper/dbutils/trunk/project.xml
    jakarta/commons/proper/digester/trunk/project.properties
    jakarta/commons/proper/digester/trunk/project.xml
    jakarta/commons/proper/discovery/trunk/project.properties
    jakarta/commons/proper/discovery/trunk/project.xml
    jakarta/commons/proper/el/trunk/project.properties
    jakarta/commons/proper/el/trunk/project.xml
    jakarta/commons/proper/email/trunk/project.properties
    jakarta/commons/proper/email/trunk/project.xml
    jakarta/commons/proper/fileupload/trunk/project.properties
    jakarta/commons/proper/fileupload/trunk/project.xml

Modified: jakarta/commons/proper/attributes/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.properties (original)
+++ jakarta/commons/proper/attributes/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -14,8 +14,9 @@
 
 ######################################################################
 # Properties that override Maven build defaults
-# $Id: project.properties,v 1.3 2004/08/27 21:30:10 leosutic Exp $
+# $Id$
 ######################################################################
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 
 

Modified: jakarta/commons/proper/attributes/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -66,8 +66,8 @@
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
     
     <repository>
-        <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-        <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+        <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
     </repository>
     
     <mailingLists>

Modified: jakarta/commons/proper/attributes/trunk/site/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/site/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/project.properties (original)
+++ jakarta/commons/proper/attributes/trunk/site/project.properties Sun Jan 30 15:01:01 2005
@@ -14,6 +14,8 @@
 # limitations under the License.
 #
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png

Modified: jakarta/commons/proper/beanutils/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/beanutils/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/project.properties (original)
+++ jakarta/commons/proper/beanutils/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -20,4 +20,6 @@
 maven.xdoc.poweredby.image=maven-feather.png
 
 
-beanutils.cvs=pserver:anoncvs@cvs.apache.org:/home/cvspublic
\ No newline at end of file
+beanutils.cvs=pserver:anoncvs@cvs.apache.org:/home/cvspublic
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+

Modified: jakarta/commons/proper/beanutils/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/beanutils/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/project.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -48,8 +48,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/betwixt/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.properties (original)
+++ jakarta/commons/proper/betwixt/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -16,6 +16,8 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 maven.compile.debug = on
 maven.compile.optimize = off
 maven.compile.deprecation = on

Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -48,8 +48,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/chain/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/chain/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/chain/trunk/project.properties (original)
+++ jakarta/commons/proper/chain/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -14,9 +14,10 @@
 
 ######################################################################
 # Properties that override Maven build defaults
-# $Id: project.properties,v 1.7 2004/12/10 05:11:55 martinc Exp $
+# $Id$
 ######################################################################
 #maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 
 ######################################################################

Modified: jakarta/commons/proper/chain/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/chain/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/chain/trunk/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -37,8 +37,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
  
   <developers>

Modified: jakarta/commons/proper/cli/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/cli/trunk/project.properties (original)
+++ jakarta/commons/proper/cli/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -1,6 +1,7 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 compile.debug = on
 compile.optimize = off

Modified: jakarta/commons/proper/cli/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/cli/trunk/project.xml (original)
+++ jakarta/commons/proper/cli/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -42,8 +42,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
 
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
 
   <mailingLists>

Modified: jakarta/commons/proper/codec/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.properties (original)
+++ jakarta/commons/proper/codec/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -14,7 +14,9 @@
 # limitations under the License.
 #
 
-# $Id: project.properties,v 1.20 2004/10/19 23:21:18 ggregory Exp $
+# $Id$
+
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.repo.central=www.apache.org
 maven.repo.central.directory=/www/www.apache.org/dist/java-repository
@@ -52,4 +54,4 @@
 # Specifies the source version for the Java compiler.
 # Corresponds to the source attribute for the ant javac task. 
 # Valid values are 1.3, 1.4, 1.5. 
-maven.compile.source = 1.3
\ No newline at end of file
+maven.compile.source = 1.3

Modified: jakarta/commons/proper/codec/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.xml (original)
+++ jakarta/commons/proper/codec/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -48,8 +48,8 @@
     <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
     <repository>
-        <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-        <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+        <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
     </repository>
     <mailingLists>
         <mailingList>

Modified: jakarta/commons/proper/collections/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/collections/trunk/project.properties (original)
+++ jakarta/commons/proper/collections/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -12,6 +12,8 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 #maven.checkstyle.properties=src/conf/checkstyle.properties
 maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left

Modified: jakarta/commons/proper/collections/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/collections/trunk/project.xml (original)
+++ jakarta/commons/proper/collections/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -48,8 +48,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -1,6 +1,7 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 maven.jar.manifest=conf/MANIFEST.MF
 
 maven.xdoc.jsl=../commons-build/commons-site.jsl

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -16,7 +16,7 @@
 -->
 
 <!-- ===================================================================== -->
-<!-- $Id: project.xml,v 1.42 2005/01/03 18:32:46 ebourg Exp $ -->
+<!-- $Id$ -->
 <!-- ===================================================================== -->
 <project>
   <pomVersion>3</pomVersion>
@@ -57,8 +57,8 @@
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
 
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
 
   <versions>

Modified: jakarta/commons/proper/daemon/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/daemon/trunk/project.properties (original)
+++ jakarta/commons/proper/daemon/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -2,6 +2,8 @@
 # Properties that override Maven build defaults
 ##
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 #maven.checkstyle.properties=${basedir}/checkstyle.xml
 maven.test.failure = false
 maven.junit.fork=true

Modified: jakarta/commons/proper/daemon/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/daemon/trunk/project.xml (original)
+++ jakarta/commons/proper/daemon/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -48,8 +48,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/dbcp/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/dbcp/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/project.properties (original)
+++ jakarta/commons/proper/dbcp/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -2,6 +2,7 @@
 
 # uncomment the next line to work in offline mode (no jar download & no linkcheck)
 #maven.mode.online=
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.javadoc.author=false
 maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api,http://jakarta.apache.org/commons/pool/apidocs

Modified: jakarta/commons/proper/dbcp/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/dbcp/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/project.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -47,11 +47,11 @@
   <siteAddress>jakarta.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
-  
+
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
-  </repository>
+   <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
+  </repository>  
   
   <mailingLists>
     <mailingList>

Modified: jakarta/commons/proper/dbutils/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/dbutils/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/dbutils/trunk/project.properties (original)
+++ jakarta/commons/proper/dbutils/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -12,9 +12,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 #
-# $Id: project.properties,v 1.6 2004/04/03 19:00:13 dgraham Exp $
+# $Id$
 #
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 # commons site L&F
 maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left
@@ -22,4 +24,4 @@
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
 maven.xdoc.poweredby.image=
 
-maven.changelog.range = 120
\ No newline at end of file
+maven.changelog.range = 120

Modified: jakarta/commons/proper/dbutils/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/dbutils/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/dbutils/trunk/project.xml (original)
+++ jakarta/commons/proper/dbutils/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -49,8 +49,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/digester/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/digester/trunk/project.properties (original)
+++ jakarta/commons/proper/digester/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -2,6 +2,8 @@
 # Properties that override Maven build defaults
 ##
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 maven.checkstyle.properties=${basedir}/checkstyle.xml
 maven.checkstyle.excludes=**/parser/*
 maven.test.failure = false

Modified: jakarta/commons/proper/digester/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/digester/trunk/project.xml (original)
+++ jakarta/commons/proper/digester/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -50,8 +50,8 @@
   
   <repository>
     <!--<connection>scm:cvs:${digester.cvs}:jakarta-commons/digester/</connection>-->
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/discovery/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/discovery/trunk/project.properties (original)
+++ jakarta/commons/proper/discovery/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -12,6 +12,8 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 maven.repo.central=www.apache.org
 maven.repo.central.directory=/www/www.apache.org/dist/java-repository
 maven.remote.group=apcvs

Modified: jakarta/commons/proper/discovery/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/discovery/trunk/project.xml (original)
+++ jakarta/commons/proper/discovery/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -50,8 +50,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/el/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/el/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/el/trunk/project.properties (original)
+++ jakarta/commons/proper/el/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -12,6 +12,8 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 # documentation properties
 maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left

Modified: jakarta/commons/proper/el/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/el/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/el/trunk/project.xml (original)
+++ jakarta/commons/proper/el/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -49,8 +49,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>

Modified: jakarta/commons/proper/email/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/email/trunk/project.properties (original)
+++ jakarta/commons/proper/email/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -19,10 +19,12 @@
 #  Note: All settings defined in this file can be overridden
 #        in build.properties.
 #
-# Version: $Id: project.properties,v 1.3 2004/11/29 09:59:11 epugh Exp $
+# Version: $Id$
 #
 ##############################################################################
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 # Used to generate the checkstyle reports
 #maven.checkstyle.format = turbine
 maven.checkstyle.properties=conf/checkstyle.xml
@@ -42,4 +44,4 @@
 # Use included jars
 #maven.jar.override=true
 #maven.jar.activation = ${basedir}/lib/activation-1.0.2.jar
-#maven.jar.javamail = ${basedir}/lib/javamail-1.3.2.jar
\ No newline at end of file
+#maven.jar.javamail = ${basedir}/lib/javamail-1.3.2.jar

Modified: jakarta/commons/proper/email/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/email/trunk/project.xml (original)
+++ jakarta/commons/proper/email/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -16,8 +16,8 @@
     <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
     <repository>
-        <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-        <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+        <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
     </repository>
     <versions/>
     <branches/>

Modified: jakarta/commons/proper/fileupload/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/fileupload/trunk/project.properties?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/project.properties (original)
+++ jakarta/commons/proper/fileupload/trunk/project.properties Sun Jan 30 15:01:01 2005
@@ -16,6 +16,8 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
 compile.debug = on
 compile.optimize = off
 compile.deprecation = off

Modified: jakarta/commons/proper/fileupload/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/fileupload/trunk/project.xml?view=diff&r1=149178&r2=149179
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/project.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/project.xml Sun Jan 30 15:01:01 2005
@@ -54,8 +54,8 @@
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
   </repository>
   
   <mailingLists>



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