Author: erodriguez
Date: Wed May 25 00:40:51 2005
New Revision: 178407
URL: http://svn.apache.org/viewcvs?rev=178407&view=rev
Log:
Maven multiproject infrastructure to build OSGi-wrapped protocol-providers.
Added:
directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.properties
directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.xml
directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.properties
directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.xml
directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.properties
directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.xml
directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.properties
directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.xml
directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.properties
directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.xml
directory/sandbox/trunk/osgi-protocol-providers/trunk/project.properties
directory/sandbox/trunk/osgi-protocol-providers/trunk/project.xml
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.properties
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.properties?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.properties (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.properties Wed
May 25 00:40:51 2005
@@ -0,0 +1 @@
+module.path=apache-changepw
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.xml?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.xml (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/changepw/project.xml Wed May 25
00:40:51 2005
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <groupId>apache</groupId>
+ <artifactId>apache-changepw</artifactId>
+ <name>Apache Change Password Network Service</name>
+ <currentVersion>0.1.1</currentVersion>
+ <properties>
+ <osgi.bundle.category>Network Service</osgi.bundle.category>
+ <osgi.import.package>org.apache.kerberos.exceptions,org.apache.kerberos.service,org.apache.kerberos.store,org.apache.kerberos.store.operations,org.apache.kerberos.messages,org.apache.kerberos.messages.value,org.apache.kerberos.messages.application,org.apache.kerberos.messages.components,org.apache.kerberos.crypto.encryption,org.apache.kerberos.io.decoder,org.apache.kerberos.io.encoder,org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.common,org.osgi.service.cm</osgi.import.package>
+ </properties>
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.changepw</package>
+ <shortDescription>Apache Change Password Network Service</shortDescription>
+ <description>Apache Change Password Network Service</description>
+ <dependencies>
+ <dependency>
+ <groupId>directory-protocols</groupId>
+ <artifactId>changepw-protocol</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>kerberos-common</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>directory-asn1</groupId>
+ <artifactId>asn1-der</artifactId>
+ <version>0.3-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ <version>124</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ </dependencies>
+</project>
+
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.properties
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.properties?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.properties (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.properties Wed May 25
00:40:51 2005
@@ -0,0 +1 @@
+module.path=apache-dns
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.xml?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.xml (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/dns/project.xml Wed May 25 00:40:51
2005
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <groupId>apache</groupId>
+ <artifactId>apache-dns</artifactId>
+ <name>Apache DNS Network Service</name>
+ <currentVersion>0.1.1</currentVersion>
+ <properties>
+ <osgi.bundle.category>Network Service</osgi.bundle.category>
+ <osgi.import.package>org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.common</osgi.import.package>
+ </properties>
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.dns</package>
+ <shortDescription>Apache DNS Network Service</shortDescription>
+ <description>Apache DNS Network Service</description>
+ <dependencies>
+ <dependency>
+ <groupId>directory-protocols</groupId>
+ <artifactId>dns-protocol</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ </dependencies>
+</project>
+
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.properties
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.properties?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.properties (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.properties Wed
May 25 00:40:51 2005
@@ -0,0 +1 @@
+module.path=apache-kerberos
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.xml?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.xml (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/kerberos/project.xml Wed May 25
00:40:51 2005
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <groupId>apache</groupId>
+ <artifactId>apache-kerberos</artifactId>
+ <name>Apache Kerberos Network Service</name>
+ <currentVersion>0.1.1</currentVersion>
+ <properties>
+ <osgi.bundle.category>Network Service</osgi.bundle.category>
+ <osgi.import.package>org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.common,org.osgi.service.cm</osgi.import.package>
+ <osgi.export.package>org.apache.kerberos.jaas,org.apache.kerberos.exceptions,org.apache.kerberos.service,org.apache.kerberos.store,org.apache.kerberos.store.operations,org.apache.kerberos.messages,org.apache.kerberos.messages.value,org.apache.kerberos.messages.application,org.apache.kerberos.messages.components,org.apache.kerberos.crypto.encryption,org.apache.kerberos.io.decoder,org.apache.kerberos.io.encoder</osgi.export.package>
+ </properties>
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.kerberos</package>
+ <shortDescription>Apache Kerberos Network Service</shortDescription>
+ <description>Apache Kerberos Network Service</description>
+ <dependencies>
+ <dependency>
+ <groupId>directory-protocols</groupId>
+ <artifactId>kerberos-protocol</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>kerberos-common</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>ldap-common</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ <version>124</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-asn1</groupId>
+ <artifactId>asn1-der</artifactId>
+ <version>0.3-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.2</version>
+ <url>http://antlr.org/</url>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ </dependencies>
+</project>
+
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.properties
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.properties?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.properties (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.properties Wed May
25 00:40:51 2005
@@ -0,0 +1 @@
+module.path=apache-ldap
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.xml?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.xml (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/ldap/project.xml Wed May 25 00:40:51
2005
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <groupId>apache</groupId>
+ <artifactId>apache-ldap</artifactId>
+ <name>Apache LDAP Network Service</name>
+ <currentVersion>0.1.1</currentVersion>
+ <properties>
+ <osgi.bundle.category>Network Service</osgi.bundle.category>
+ <osgi.export.package>org.apache.ldap.common.berlib.asn1,org.apache.asn1.codec,org.apache.asn1.codec.stateful</osgi.export.package>
+ <osgi.import.package>org.apache.ldap.common.util,org.apache.ldap.common.message.spi,org.apache.ldap.common,org.apache.ldap.common.message,org.apache.ldap.common.exception,org.apache.ldap.common.filter,org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.protocol.codec,org.apache.mina.common,org.osgi.service.cm</osgi.import.package>
+ </properties>
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.ldap</package>
+ <shortDescription>Apache LDAP Network Service</shortDescription>
+ <description>Apache LDAP Network Service</description>
+ <dependencies>
+ <dependency>
+ <groupId>directory-protocols</groupId>
+ <artifactId>ldap-protocol</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>apache-ldapber-provider</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-asn1</groupId>
+ <artifactId>asn1-codec</artifactId>
+ <version>0.3-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-asn1</groupId>
+ <artifactId>asn1-ber</artifactId>
+ <version>0.3-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>directory-shared</groupId>
+ <artifactId>ldap-common</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.0</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.1</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>commons-primitives</groupId>
+ <artifactId>commons-primitives</artifactId>
+ <version>20041207.202534</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ </dependencies>
+</project>
+
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.properties
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.properties?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.properties (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.properties Wed May 25
00:40:51 2005
@@ -0,0 +1 @@
+module.path=apache-ntp
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.xml?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.xml (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/ntp/project.xml Wed May 25 00:40:51
2005
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <groupId>apache</groupId>
+ <artifactId>apache-ntp</artifactId>
+ <name>Apache NTP Network Service</name>
+ <currentVersion>0.1.1</currentVersion>
+ <properties>
+ <osgi.bundle.category>Network Service</osgi.bundle.category>
+ <osgi.import.package>org.osgi.framework,org.apache.mina.registry,org.apache.mina.protocol,org.apache.mina.common</osgi.import.package>
+ </properties>
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.ntp</package>
+ <shortDescription>Apache NTP Network Service</shortDescription>
+ <description>Apache NTP Network Service</description>
+ <dependencies>
+ <dependency>
+ <groupId>directory-protocols</groupId>
+ <artifactId>ntp-protocol</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <properties>
+ <osgi.jar.bundle>true</osgi.jar.bundle>
+ </properties>
+ </dependency>
+ </dependencies>
+</project>
+
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/project.properties
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/project.properties?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/project.properties (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/project.properties Wed May 25 00:40:51
2005
@@ -0,0 +1,16 @@
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.license.licenseFile=../LICENSE.txt
+maven.xdoc.date=left
+maven.xdoc.includeProjectDocumentation=no
+maven.xdoc.poweredby.image=
+
+maven.repo.remote=http://osgirepo.berlios.de/maven/repository, http://maven.apache.org, http://cvs.apache.org/repository,
http://ibiblio.org/maven
+
+maven.repo.list=apache-update
+
+# settings for repository 'apache-update'
+maven.repo.apache-update=sftp://update.apache.org
+maven.repo.apache-update.directory=/var/www/vhosts/update.apache.org
+
+maven.multiproject.includes=*/project.xml
+
Added: directory/sandbox/trunk/osgi-protocol-providers/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-protocol-providers/trunk/project.xml?rev=178407&view=auto
==============================================================================
--- directory/sandbox/trunk/osgi-protocol-providers/trunk/project.xml (added)
+++ directory/sandbox/trunk/osgi-protocol-providers/trunk/project.xml Wed May 25 00:40:51
2005
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <pomVersion>3</pomVersion>
+ <groupId>apache</groupId>
+ <distributionSite>http://update.apache.org/</distributionSite>
+ <artifactId>apache-protocols</artifactId>
+ <name>Apache Protocol Providers</name>
+ <currentVersion>0.1.1</currentVersion>
+ <organization>
+ <name>Apache</name>
+ <url>http://www.apache.org</url>
+ <logo>/images/apache-logo.png</logo>
+ </organization>
+ <inceptionYear>2005</inceptionYear>
+ <package>org.apache.protocols</package>
+ <issueTrackingUrl>http://issues.apache.org</issueTrackingUrl>
+ <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+ <url>http://directory.apache.org/subprojects/protocols/kerberos</url>
+ <siteAddress>www.apache.org</siteAddress>
+ <siteDirectory>/www/directory.apache.org/directory/subprojects/protocols/kerberos</siteDirectory>
+ <distributionDirectory>/www/cvs.apache.org/dist/directory</distributionDirectory>
+ <repository>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/directory:protocols/kerberos/trunk/${module.path}</connection>
+ <url>http://cvs.apache.org/viewcvs.cgi/incubator/directory/protocols/kerberos/trunk/${module.path}/?root=Apache-SVN</url>
+ <developerConnection>https://svn.apache.org/repos/asf/directory:protocols/kerberos/trunk/${module.path}</developerConnection>
+ </repository>
+ <shortDescription>Apache Protocol Providers</shortDescription>
+ <description>Protocol Providers for the Apache server.</description>
+ <mailingLists>
+ <mailingList>
+ <name>Apache Developer List - use [protocols] prefix</name>
+ <subscribe>
+ dev-subscribe@directory.apache.org
+ </subscribe>
+ <unsubscribe>
+ dev-unsubscribe@directory.apache.org
+ </unsubscribe>
+ <archive>
+ http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181
+ </archive>
+ </mailingList>
+ <mailingList>
+ <name>Apache User List</name>
+ <subscribe>
+ user-subscribe@directory.apache.org
+ </subscribe>
+ <unsubscribe>
+ user-unsubscribe@directory.apache.org
+ </unsubscribe>
+ <archive>
+ http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181
+ </archive>
+ </mailingList>
+ <mailingList>
+ <name>Apache SCM List</name>
+ <subscribe>
+ scm-subscribe@directory.apache.org
+ </subscribe>
+ <unsubscribe>
+ scm-unsubscribe@directory.apache.org
+ </unsubscribe>
+ <archive>
+ http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181
+ </archive>
+ </mailingList>
+ </mailingLists>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <url>http://junit.org</url>
+ </dependency>
+ <dependency>
+ <groupId>osgi</groupId>
+ <artifactId>framework</artifactId>
+ <version>1.2</version>
+ <url>http://www.osgi.org</url>
+ </dependency>
+ <dependency>
+ <groupId>osgi</groupId>
+ <artifactId>service</artifactId>
+ <version>1.0</version>
+ <url>http://www.osgi.org</url>
+ </dependency>
+ <dependency>
+ <groupId>osgi</groupId>
+ <artifactId>util</artifactId>
+ <version>1.0</version>
+ <url>http://www.osgi.org</url>
+ </dependency>
+ <dependency>
+ <groupId>directory-network</groupId>
+ <artifactId>mina</artifactId>
+ <version>0.7-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>maven</groupId>
+ <artifactId>maven-osgi-plugin</artifactId>
+ <version>0.3.4</version>
+ <url>http://www.berlios.de</url>
+ <type>plugin</type>
+ </dependency>
+ </dependencies>
+ <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>
+ </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>
+ <jars />
+ </build>
+</project>
+
|