You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/01/19 20:27:20 UTC

svn commit: rev 6229 - in incubator/directory/ldap/trunk/eve: . backend/schema/syntax/bootstrap-impl

Author: akarasulu
Date: Mon Jan 19 11:27:19 2004
New Revision: 6229

Modified:
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/project.properties
   incubator/directory/ldap/trunk/eve/project.xml
Log:
added some of the suggestion from maven list on using subversion

Modified: incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/project.properties
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/project.properties	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/project.properties	Mon Jan 19 11:27:19 2004
@@ -14,3 +14,4 @@
 
 merlin.debug=true
 maven.license.licenseFile=../../../../../../../LICENSE.txt
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory

Modified: incubator/directory/ldap/trunk/eve/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/project.xml	Mon Jan 19 11:27:19 2004
@@ -19,15 +19,15 @@
 
     <repository>
       <connection>
-          scm:http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/eve
+          scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/${module.path}
       </connection>
 
       <url>
-        http://cvs.apache.org/viewcvs.cgi/incubator/directory/ldap/trunk/eve/?root=Apache-SVN
+        http://cvs.apache.org/viewcvs.cgi/incubator/directory/ldap/trunk/${module.path}/?root=Apache-SVN
       </url>
       
       <developerConnection>
-        http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/eve
+        http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/${module.path}
       </developerConnection>
     </repository>
   
@@ -208,6 +208,7 @@
     <reports>
     	<report>maven-jxr-plugin</report>
     	<report>maven-license-plugin</report>
+    	<report>maven-changelog-plugin</report>
     	<report>maven-javadoc-plugin</report>
     	<report>maven-tasklist-plugin</report>
     	<report>maven-jcoverage-plugin</report>