Author: akarasulu
Date: Tue Mar 15 20:17:52 2005
New Revision: 157655
URL: http://svn.apache.org/viewcvs?view=rev&rev=157655
Log:
changes ...
o added notices
o changed project setup
Will do big move to flaten in a moment with more cleanup.
Added:
directory/protocols/ldap/trunk/core/LICENSE.txt
- copied unchanged from r157623, directory/LICENSE.txt
directory/protocols/ldap/trunk/core/NOTICE.txt
- copied unchanged from r157623, directory/NOTICE.txt
Modified:
directory/protocols/ldap/trunk/core/project.properties
directory/protocols/ldap/trunk/core/project.xml
Modified: directory/protocols/ldap/trunk/core/project.properties
URL:
http://svn.apache.org/viewcvs/directory/protocols/ldap/trunk/core/project.properties?view=diff&r1=157654&r2=157655
==============================================================================
--- directory/protocols/ldap/trunk/core/project.properties (original)
+++ directory/protocols/ldap/trunk/core/project.properties Tue Mar 15 20:17:52
2005
@@ -1,2 +1,29 @@
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.license.licenseFile=${basedir}/LICENSE.txt
maven.xdoc.includeProjectDocumentation=yes
-maven.license.licenseFile=${basedir}/../LICENSE.txt
+maven.multiproject.aggregateDir=projects/
+maven.xdoc.poweredby.image=
+
+#
+# remote repository properties
+#
+
+maven.repo.remote=http://cvs.apache.org/repository,
http://mirrors.sunsite.dk/maven, http://ibiblio.org/maven
+
+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
+
+# User must specify:
+# maven.repo.apachecvs.username=
+# maven.repo.apachecvs.identity=
+maven.xdoc.date=left
+
+maven.gump.module.name=apacheds
+
+# Borrowed this from naming
+# properties to exclude extra images from subproject sites. Will be built in
toxdoc plugin.
+maven.xdoc.copy.excludes=images/file.gif,images/folder-closed.gif,images/folder-open.gif,images/icon_alert.gif,images/icon_alertsml.gif,images/icon_arrowfolder1_sml.gif,images/icon_arrowfolder2_sml.gif,images/icon_arrowmembers1_sml.gif,images/icon_arrowmembers2_sml.gif,images/icon_arrowusergroups1_sml.gif,images/icon_arrowusergroups2_sml.gif,images/icon_confirmsml.gif,images/icon_help_lrg.gif,images/icon_infosml.gif,images/icon_members_sml.gif,images/icon_sortleft.gif,images/icon_sortright.gif,images/icon_usergroups_sml.gif,images/icon_waste_lrg.gif,images/icon_waste_sml.gif,images/none.png,images/nw_maj.gif,images/nw_maj_hi.gif,images/nw_med.gif,images/nw_med_hi.gif,images/nw_med_rond.gif,images/nw_min.gif,images/nw_min_036.gif,images/nw_min_hi.gif,images/poweredby_036.gif,images/product_logo.gif,images/se_maj_rond.gif,images/sw_min.gif,images/logos/**
+
+maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/apacheds
Modified: directory/protocols/ldap/trunk/core/project.xml
URL:
http://svn.apache.org/viewcvs/directory/protocols/ldap/trunk/core/project.xml?view=diff&r1=157654&r2=157655
==============================================================================
--- directory/protocols/ldap/trunk/core/project.xml (original)
+++ directory/protocols/ldap/trunk/core/project.xml Tue Mar 15 20:17:52 2005
@@ -1,48 +1,186 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <extend>${basedir}/../project.xml</extend>
- <artifactId>apacheds-protocol</artifactId>
- <name>ApacheDS Protocol</name>
- <inceptionYear>2002</inceptionYear>
- <shortDescription>The Protocol Provider</shortDescription>
- <description>
- The protocol provider used to snap in LDAP handlers and codecs into
- the protocol framework. These handlers are JNDI clients, specifically
LDAP
- JNDI callers. Any JNDI provider can be used for the provider but the
- primary target is the core's JNDI provider.
- </description>
- <dependencies>
- <dependency>
- <groupId>directory</groupId>
- <artifactId>asn1-codec</artifactId>
- <version>0.3-SNAPSHOT</version>
- <url>http://directory.apache.org/subprojects/asn1/ber-codec</url>
- </dependency>
- <dependency>
- <groupId>directory</groupId>
- <artifactId>ldap-common</artifactId>
- <version>0.9-SNAPSHOT</version>
- <url>http://directory.apache.org/subprojects/ldap/common</url>
- </dependency>
- <dependency>
- <groupId>directory</groupId>
- <artifactId>mina</artifactId>
- <version>0.7-SNAPSHOT</version>
- <url>http://directory.apache.org/subprojects/network/mina</url>
- </dependency>
- </dependencies>
- <reports>
- <report>maven-changes-plugin</report>
- <report>maven-tasklist-plugin</report>
- <report>maven-junit-report-plugin</report>
- <report>maven-jdepend-plugin</report>
- <!-- <report>maven-jcoverage-plugin</report> breaks build -->
- <!-- <report>maven-checkstyle-plugin</report> -->
- <report>maven-simian-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-license-plugin</report>
- <report>maven-multiproject-plugin</report>
- </reports>
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+ <groupId>directory</groupId>
+ <artifactId>apacheds-protocol</artifactId>
+ <name>ApacheDS Protocol</name>
+ <currentVersion>0.9-SNAPSHOT</currentVersion>
+
+ <organization>
+ <name>The Apache Incubator</name>
+ <url>http://incubator.apache.org</url>
+
<logo>http://incubator.apache.org/directory/images/apache-incubator-logo.png</logo>
+ </organization>
+
+ <inceptionYear>2003</inceptionYear>
+ <package>org.apache.ldap.server</package>
+
+
<logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo>
+
+ <url>http://incubator.apache.org/directory/apacheds/</url>
+
+
<issueTrackingUrl>http://issues.apache.org/jira/browse/DIREVE</issueTrackingUrl>
+
+ <siteAddress>minotaur.apache.org</siteAddress>
+ <siteDirectory>
+ /www/incubator.apache.org/directory/subprojects/apacheds
+ </siteDirectory>
+ <distributionDirectory>
+ /www/cvs.apache.org/dist/directory
+ </distributionDirectory>
+
+ <gumpRepositoryId>apache-incubator-svn</gumpRepositoryId>
+
+ <repository>
+ <connection>
+
scm:svn:http://svn.apache.org/repos/asf:directory/apacheds/trunk/${module.path}
+ </connection>
+
+ <url>
+
http://svn.apache.org/viewcvs.cgi/directory/apacheds/trunk/${module.path}/?root=Apache-SVN
+ </url>
+
+ <developerConnection>
+
https://svn.apache.org/repos/asf/directory/apacheds/trunk/${module.path}
+ </developerConnection>
+ </repository>
+
+ <shortDescription>Apache Directory Server</shortDescription>
+
+ <description>
+ The protocol provider used to snap in LDAP handlers and codecs into
+ the protocol framework. These handlers are JNDI clients, specifically
LDAP
+ JNDI callers. Any JNDI provider can be used for the provider but the
+ primary target is the core's JNDI provider.
+ </description>
+
+ <mailingLists>
+ <mailingList>
+ <name>Apache Directory Developement - use [ApacheDS] prefix</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/main/java</sourceDirectory>
+ <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+
+ <unitTest>
+ <includes>
+ <include>**/*Test*</include>
+ </includes>
+
+ <!--
+ Need to skip abstract test cases which do not have tests or the build
+ fails.
+ -->
+ <excludes>
+ <exclude>**/Abstract*Test*</exclude>
+ </excludes>
+
+ <resources>
+ <resource>
+ <directory>${basedir}/src/test/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ </resources>
+ </unitTest>
+
+ <resources>
+ <resource>
+ <directory>${basedir}/src/main/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+
+ <resource>
+ <directory>${basedir}</directory>
+ <targetPath>META-INF</targetPath>
+ <includes>
+ <include>LICENSE.txt</include>
+ <include>NOTICE.txt</include>
+ </includes>
+ </resource>
+ </resources>
+ <jars></jars>
+ </build>
+
+ <developers>
+ <developer>
+ <name>Alex Karasulu</name>
+ <id>akarasulu</id>
+ <email>akarasulu at apache.org</email>
+ <roles>
+ <role>Founder</role>
+ <role>Architect</role>
+ <role>Lead Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Enrique Rodriguez</name>
+ <id>erodriguez</id>
+ <email>erodriguez at apache.org</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <dependencies>
+ <dependency>
+ <groupId>directory</groupId>
+ <artifactId>asn1-codec</artifactId>
+ <version>0.3-SNAPSHOT</version>
+ <url>http://directory.apache.org/subprojects/asn1/ber-codec</url>
+ </dependency>
+ <dependency>
+ <groupId>directory</groupId>
+ <artifactId>ldap-common</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ <url>http://directory.apache.org/subprojects/ldap/common</url>
+ </dependency>
+ <dependency>
+ <groupId>directory</groupId>
+ <artifactId>mina</artifactId>
+ <version>0.7-SNAPSHOT</version>
+ <url>http://directory.apache.org/subprojects/network/mina</url>
+ </dependency>
+ </dependencies>
+
+ <reports>
+ <report>maven-changes-plugin</report>
+ <report>maven-tasklist-plugin</report>
+ <report>maven-junit-report-plugin</report>
+ <report>maven-jdepend-plugin</report>
+ <!-- <report>maven-jcoverage-plugin</report> breaks build -->
+ <!-- <report>maven-checkstyle-plugin</report> -->
+ <report>maven-simian-plugin</report>
+ <report>maven-javadoc-plugin</report>
+ <report>maven-jxr-plugin</report>
+ <report>maven-license-plugin</report>
+ <report>maven-multiproject-plugin</report>
+ </reports>
+
+</project>
+
+