Author: brett
Date: Thu Mar 17 14:38:54 2005
New Revision: 157986
URL: http://svn.apache.org/viewcvs?view=rev&rev=157986
Log:
gump fix
Modified:
directory/protocol-providers/ldap/trunk/project.properties
directory/protocol-providers/ldap/trunk/project.xml
Modified: directory/protocol-providers/ldap/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.properties?view=diff&r1=157985&r2=157986
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.properties (original)
+++ directory/protocol-providers/ldap/trunk/project.properties Thu Mar 17
14:38:54 2005
@@ -20,7 +20,7 @@
# maven.repo.apachecvs.identity=
maven.xdoc.date=left
-maven.gump.module.name=apacheds
+maven.gump.module.name=ldap-protocol
# Borrowed this from naming
# properties to exclude extra images from subproject sites. Will be built in
toxdoc plugin.
Modified: directory/protocol-providers/ldap/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.xml?view=diff&r1=157985&r2=157986
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.xml (original)
+++ directory/protocol-providers/ldap/trunk/project.xml Thu Mar 17 14:38:54 2005
@@ -29,19 +29,19 @@
/www/cvs.apache.org/dist/directory
</distributionDirectory>
- <gumpRepositoryId>apache-incubator-svn</gumpRepositoryId>
+ <gumpRepositoryId>directory</gumpRepositoryId>
<repository>
<connection>
-
scm:svn:http://svn.apache.org/repos/asf:directory/apacheds/trunk/${module.path}
+
scm:svn:http://svn.apache.org/repos/asf/directory:protocol-providers/ldap/trunk/${module.path}
</connection>
<url>
-
http://svn.apache.org/viewcvs.cgi/directory/apacheds/trunk/${module.path}/?root=Apache-SVN
+
http://svn.apache.org/viewcvs.cgi/directory/protocol-providers/ldap/trunk/${module.path}/?root=Apache-SVN
</url>
<developerConnection>
-
https://svn.apache.org/repos/asf/directory/apacheds/trunk/${module.path}
+
https://svn.apache.org/repos/asf/directory/protocol-providers/ldap/trunk/${module.path}
</developerConnection>
</repository>