Author: akarasulu
Date: Tue Mar 15 21:35:30 2005
New Revision: 157692
URL: http://svn.apache.org/viewcvs?view=rev&rev=157692
Log:
changes ...
o moved ldap/trunk/clients to new clients area
o fixed a few things and put all clients under directory-clients groupId
Added:
directory/clients/ldap/trunk/
- copied from r157687, directory/ldap/trunk/clients/
directory/clients/project.properties
directory/clients/project.xml
Removed:
directory/ldap/trunk/clients/
Modified:
directory/clients/ldap/trunk/project.xml
Modified: directory/clients/ldap/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/directory/clients/ldap/trunk/project.xml?view=diff&r1=157687&r2=157692
==============================================================================
--- directory/clients/ldap/trunk/project.xml (original)
+++ directory/clients/ldap/trunk/project.xml Tue Mar 15 21:35:30 2005
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="maven-project.xsd">
- <extend>../project.xml</extend>
+ <extend>../../project.xml</extend>
<artifactId>ldap-clients</artifactId>
<name>ldap-clients</name>
@@ -50,9 +50,9 @@
</properties>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>directory-ldap</groupId>
<artifactId>ldap-common</artifactId>
- <version>${pom.currentVersion}</version>
+ <version>0.9-SNAPSHOT</version>
</dependency>
</dependencies>
Added: directory/clients/project.properties
URL:
http://svn.apache.org/viewcvs/directory/clients/project.properties?view=auto&rev=157692
==============================================================================
--- directory/clients/project.properties (added)
+++ directory/clients/project.properties Tue Mar 15 21:35:30 2005
@@ -0,0 +1,25 @@
+maven.xdoc.date=left
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.license.licenseFile=${basedir}/../../LICENSE.txt
+maven.incubator.disclaimerFile=${basedir}/../../INCUBATOR-DISCLAIMER.txt
+maven.xdoc.poweredby.image=
+maven.xdoc.includeProjectDocumentation=no
+
+#
+# remote repository properties
+#
+
+# TODO: can we get rid of the ldapd repository?
+maven.repo.remote=http://cvs.apache.org/repository, http://ibiblio.org/maven,
http://ldapd.sourceforge.net/maven/repository
+
+maven.repo.list=apachecvs
+maven.repo.apachecvs=scp://cvs.apache.org
+maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
+maven.repo.apachecvs.group=apcvs
+
+maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/clients
+
+
+# User must specify:
+# maven.repo.apachecvs.username=
+# maven.repo.apachecvs.identity=
Added: directory/clients/project.xml
URL:
http://svn.apache.org/viewcvs/directory/clients/project.xml?view=auto&rev=157692
==============================================================================
--- directory/clients/project.xml (added)
+++ directory/clients/project.xml Tue Mar 15 21:35:30 2005
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+ <pomVersion>3</pomVersion>
+ <groupId>directory-clients</groupId>
+ <artifactId>directory-clients-parent</artifactId>
+ <name>The Apache Directory Project</name>
+
+ <organization>
+ <name>The Apache Incubator</name>
+ <url>http://directory.apache.org</url>
+ <logo>/images/apache-directory-logo.png</logo>
+ <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+ </organization>
+
+ <inceptionYear>2003</inceptionYear>
+ <package>org.apache.directory.sitedocs</package>
+ <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+ <url>http://directory.apache.org/subprojects/clients/${module.path}</url>
+
+ <issueTrackingUrl>
+ http://issues.apache.org/jira/browse/DIRCLIENTS
+ </issueTrackingUrl>
+
+ <siteAddress>minotaur.apache.org</siteAddress>
+ <siteDirectory>
+ /www/directory.apache.org/subprojects/clients
+ </siteDirectory>
+ <distributionDirectory>
+ /www/cvs.apache.org/dist/directory
+ </distributionDirectory>
+
+ <repository>
+ <connection>
+ scm:svn:http://svn.apache.org/repos/asf/directory/clients/${module.path}
+ </connection>
+
+ <url>
+
http://svn.apache.org/viewcvs.cgi/directory/clients/${module.path}/?root=Apache-SVN
+ </url>
+
+ <developerConnection>
+ https://svn.apache.org/repos/asf/directory/clients/${module.path}
+ </developerConnection>
+ </repository>
+
+ <shortDescription>Apache Directory Project</shortDescription>
+
+ <description>
+ Apache Directory Project.
+ </description>
+
+ <mailingLists>
+ <mailingList>
+ <name>Directory Developer List</name>
+ <subscribe>
+ [email protected]
+ </subscribe>
+ <unsubscribe>
+ [EMAIL PROTECTED]
+ </unsubscribe>
+ <archive>
+ http://issues.apache.org/eyebrowse/SummarizeList?listId=181
+ </archive>
+ </mailingList>
+ </mailingLists>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0 License</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <build>
+ <nagEmailAddress>[email protected]</nagEmailAddress>
+ <sourceDirectory>${basedir}/src/java</sourceDirectory>
+ <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+
+ <unitTest>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </unitTest>
+ </build>
+
+ <reports>
+ <report>maven-license-plugin</report>
+ </reports>
+</project>