You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/03/18 03:31:40 UTC

svn commit: r158007 - in directory/protocol-providers/dns/trunk: core/ project.properties project.xml src/

Author: erodriguez
Date: Thu Mar 17 18:31:37 2005
New Revision: 158007

URL: http://svn.apache.org/viewcvs?view=rev&rev=158007
Log:
Collapsed dns-core into dns-protocol.

Added:
    directory/protocol-providers/dns/trunk/src/
      - copied from r157999, directory/protocol-providers/dns/trunk/core/src/
Removed:
    directory/protocol-providers/dns/trunk/core/
Modified:
    directory/protocol-providers/dns/trunk/project.properties
    directory/protocol-providers/dns/trunk/project.xml

Modified: directory/protocol-providers/dns/trunk/project.properties
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/dns/trunk/project.properties?view=diff&r1=158006&r2=158007
==============================================================================
--- directory/protocol-providers/dns/trunk/project.properties (original)
+++ directory/protocol-providers/dns/trunk/project.properties Thu Mar 17 18:31:37 2005
@@ -1,21 +1,29 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
-maven.license.licenseFile=../LICENSE.txt
-maven.xdoc.date=left
-maven.xdoc.includeProjectDocumentation=no
+maven.license.licenseFile=${basedir}/LICENSE.txt
+maven.xdoc.includeProjectDocumentation=yes
+maven.multiproject.aggregateDir=projects/
 maven.xdoc.poweredby.image=
 
 #
 # remote repository properties
 #
 
-maven.repo.remote=http://cvs.apache.org/repository, http://ibiblio.org/maven
-maven.multiproject.includes=*/project.xml
+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
 
-maven.gump.module.name=dns
+# User must specify:
+# maven.repo.apachecvs.username=
+# maven.repo.apachecvs.identity=
+maven.xdoc.date=left
+
+maven.gump.module.name=dns-protocol
 
-maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/dns
+# 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/dns

Modified: directory/protocol-providers/dns/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/dns/trunk/project.xml?view=diff&r1=158006&r2=158007
==============================================================================
--- directory/protocol-providers/dns/trunk/project.xml (original)
+++ directory/protocol-providers/dns/trunk/project.xml Thu Mar 17 18:31:37 2005
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <pomVersion>3</pomVersion>
-  <groupId>directory</groupId>
+  <groupId>directory-protocols</groupId>
   <distributionSite>http://cvs.apache.org/dist/directory/</distributionSite>
-  <artifactId>dns-parent</artifactId>
-  <name>Apache DNS Server</name>
+  <artifactId>dns-protocol</artifactId>
+  <name>Apache DNS Protocol</name>
   <currentVersion>0.1-SNAPSHOT</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
@@ -19,14 +19,14 @@
   <siteAddress>minotaur.apache.org</siteAddress>
   <siteDirectory>/www/directory.apache.org/directory/subprojects/protocols/dns</siteDirectory>
   <distributionDirectory>/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:protocols/dns/trunk/${module.path}</connection>
     <url>http://cvs.apache.org/viewcvs.cgi/incubator/directory/protocols/dns/trunk/${module.path}/?root=Apache-SVN</url>
     <developerConnection>https://svn.apache.org/repos/asf/directory:protocols/dns/trunk/${module.path}</developerConnection>
   </repository>
-  <shortDescription>A DNS Server</shortDescription>
-  <description>An embeddable DNS protocol server.</description>
+  <shortDescription>Apache DNS Protocol</shortDescription>
+  <description>A protocol provider for DNS handlers and codecs.</description>
   <mailingLists>
     <mailingList>
       <name>Directory PMC List</name>
@@ -82,6 +82,11 @@
   </licenses>
   <dependencies>
     <dependency>
+      <groupId>directory</groupId>
+      <artifactId>mina</artifactId>
+      <version>0.7-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
@@ -112,18 +117,7 @@
             <include>**/*.x*</include>
             <include>**/*.mf</include>
             <include>**/*.jar</include>
-          </includes>
-          <filtering>false</filtering>
-        </resource>
-        <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>