Author: erodriguez
Date: Thu Oct 27 19:35:23 2005
New Revision: 329046
URL: http://svn.apache.org/viewcvs?rev=329046&view=rev
Log:
Maven infra for building protocol-common.
Added:
directory/shared/protocol/trunk/common/project.properties (with props)
directory/shared/protocol/trunk/common/project.xml (with props)
directory/shared/protocol/trunk/project.properties (with props)
directory/shared/protocol/trunk/project.xml (with props)
Added: directory/shared/protocol/trunk/common/project.properties
URL: http://svn.apache.org/viewcvs/directory/shared/protocol/trunk/common/project.properties?rev=329046&view=auto
==============================================================================
--- directory/shared/protocol/trunk/common/project.properties (added)
+++ directory/shared/protocol/trunk/common/project.properties Thu Oct 27 19:35:23 2005
@@ -0,0 +1 @@
+module.path=protocol-common
Propchange: directory/shared/protocol/trunk/common/project.properties
------------------------------------------------------------------------------
svn:eol-style = native
Added: directory/shared/protocol/trunk/common/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/protocol/trunk/common/project.xml?rev=329046&view=auto
==============================================================================
--- directory/shared/protocol/trunk/common/project.xml (added)
+++ directory/shared/protocol/trunk/common/project.xml Thu Oct 27 19:35:23 2005
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <artifactId>protocol-common</artifactId>
+ <groupId>directory-shared</groupId>
+ <name>Protocol Common</name>
+ <package>org.apache.protocol.common</package>
+ <inceptionYear>2005</inceptionYear>
+ <shortDescription>The Apache Protocol Common classes</shortDescription>
+ <description>Common protocol classes.</description>
+ <dependencies>
+ <dependency>
+ <groupId>directory</groupId>
+ <artifactId>apacheds-core</artifactId>
+ <version>0.9.3-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>directory</groupId>
+ <artifactId>apacheds-shared</artifactId>
+ <version>0.9.3-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>ldap-common</artifactId>
+ <version>0.9.3-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>kerberos-common</artifactId>
+ <version>0.5.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>nlog4j</artifactId>
+ <version>1.2.17</version>
+ <url>http://slf4j.org/nlog4j</url>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <type>jar</type>
+ <url>http://junit.org</url>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-primitives</groupId>
+ <artifactId>commons-primitives</artifactId>
+ <version>20041207.202534</version>
+ </dependency>
+ <dependency>
+ <groupId>regexp</groupId>
+ <artifactId>regexp</artifactId>
+ <version>1.2</version>
+ <url>http://jakarta.apache.org/regexp/index.html</url>
+ <properties>
+ <gump.project>jakarta-regexp</gump.project>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <version>2.0.7</version>
+ <url>http://jakarta.apache.org/oro</url>
+ <properties>
+ <gump.project>jakarta-oro</gump.project>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.0</version>
+ <url>http://jakarta.apache.org/commons/io</url>
+ </dependency>
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.2</version>
+ <url>http://antlr.org/</url>
+ </dependency>
+ <dependency>
+ <groupId>jdbm</groupId>
+ <artifactId>jdbm</artifactId>
+ <version>1.0</version>
+ <url>http://jdbm.sourceforge.net</url>
+ </dependency>
+ </dependencies>
+</project>
Propchange: directory/shared/protocol/trunk/common/project.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: directory/shared/protocol/trunk/project.properties
URL: http://svn.apache.org/viewcvs/directory/shared/protocol/trunk/project.properties?rev=329046&view=auto
==============================================================================
--- directory/shared/protocol/trunk/project.properties (added)
+++ directory/shared/protocol/trunk/project.properties Thu Oct 27 19:35:23 2005
@@ -0,0 +1,26 @@
+maven.compile.source = 1.4
+maven.compile.target = 1.4
+
+maven.xdoc.date=left
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.xdoc.poweredby.image=
+maven.xdoc.includeProjectDocumentation=no
+
+#
+# remote repository properties
+#
+maven.repo.remote=http://cvs.apache.org/repository, 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=directory
+
+maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/shared/kerberos
+
+maven.gump.module.name=protocol-shared
+module.path=protocol/trunk
+
+# User must specify:
+# maven.repo.apachecvs.username=
+# maven.repo.apachecvs.identity=
Propchange: directory/shared/protocol/trunk/project.properties
------------------------------------------------------------------------------
svn:eol-style = native
Added: directory/shared/protocol/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/protocol/trunk/project.xml?rev=329046&view=auto
==============================================================================
--- directory/shared/protocol/trunk/project.xml (added)
+++ directory/shared/protocol/trunk/project.xml Thu Oct 27 19:35:23 2005
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+ <pomVersion>3</pomVersion>
+ <groupId>directory-shared</groupId>
+ <currentVersion>0.5.0-SNAPSHOT</currentVersion>
+ <name>Protocol Shared</name>
+
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.directory.sitedocs</package>
+ <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+ <url>http://directory.apache.org/subprojects/shared/protocol</url>
+
+ <siteAddress>minotaur.apache.org</siteAddress>
+ <siteDirectory>
+ /www/directory.apache.org/subprojects/shared/protocol
+ </siteDirectory>
+ <distributionDirectory>
+ /www/cvs.apache.org/dist/directory
+ </distributionDirectory>
+
+ <gumpRepositoryId>directory</gumpRepositoryId>
+ <repository>
+ <connection>
+ scm:svn:http://svn.apache.org/repos/asf/directory:shared/${module.path}
+ </connection>
+
+ <url>
+ http://svn.apache.org/viewcvs.cgi/directory/shared/${module.path}/?root=Apache-SVN
+ </url>
+
+ <developerConnection>
+ https://svn.apache.org/repos/asf/directory/shared/${module.path}
+ </developerConnection>
+ </repository>
+
+ <shortDescription>Shared Protocol API</shortDescription>
+
+ <description>
+ Shared Protocol API for ApacheDS Provider and clients.
+ </description>
+
+ <mailingLists>
+ <mailingList>
+ <name>Directory Developer List</name>
+ <subscribe>
+ dev@directory.apache.org
+ </subscribe>
+ <unsubscribe>
+ dev-unsubscribe@directory.apache.org
+ </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>dev@directory.apache.org</nagEmailAddress>
+ <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
+ <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+
+ <unitTest>
+ <includes>
+ <include>**/*Test*</include>
+ <include>**/*TestCase*</include>
+ </includes>
+ <excludes>
+ <exclude>**/Abstract*Test*</exclude>
+ <exclude>**/*TestUtils*</exclude>
+ </excludes>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/test</directory>
+ <includes>
+ <include>**/*.dtd</include>
+ <include>**/*.ldif</include>
+ <include>**/*.properties</include>
+ <include>**/*.x*</include>
+ <include>**/*.mf</include>
+ <include>**/*.jar</include>
+ <include>**/*.pdu</include>
+ </includes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ </unitTest>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <includes>
+ <include>**/*.dtd</include>
+ <include>**/*.properties</include>
+ <include>**/*.ldif</include>
+ <include>**/*.x*</include>
+ </includes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ </build>
+
+ <reports>
+ <report>maven-license-plugin</report>
+ </reports>
+</project>
Propchange: directory/shared/protocol/trunk/project.xml
------------------------------------------------------------------------------
svn:eol-style = native
|