You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by br...@apache.org on 2004/12/10 14:42:52 UTC

svn commit: r111507 - /incubator/directory/seda/trunk/gump.xml /incubator/directory/seda/trunk/project.xml

Author: brett
Date: Fri Dec 10 05:42:50 2004
New Revision: 111507

URL: http://svn.apache.org/viewcvs?view=rev&rev=111507
Log:
gump descriptor and project changes
Modified:
   incubator/directory/seda/trunk/gump.xml
   incubator/directory/seda/trunk/project.xml

Modified: incubator/directory/seda/trunk/gump.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/gump.xml?view=diff&rev=111507&p1=incubator/directory/seda/trunk/gump.xml&r1=111506&p2=incubator/directory/seda/trunk/gump.xml&r2=111507
==============================================================================
--- incubator/directory/seda/trunk/gump.xml	(original)
+++ incubator/directory/seda/trunk/gump.xml	Fri Dec 10 05:42:50 2004
@@ -1,53 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2001-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
 
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+<!--
+  - This descriptor was automatically generated using Maven.
+  - To regenerate, run: "maven gump:gump"
+  -
+  - If you have a requirement that leads to hand editing, please consider filing
+  - a feature request at http://jira.codehaus.org/browse/MPGUMP
 -->
+<module name="seda">
+  <description>An internet protocol server framework</description>
+  <url href="http://incubator.apache.org/directory"/>
+
+  <svn repository="apache-incubator-svn" dir="directory/seda/trunk" />
+    
+  <project name="seda">
+    <maven goal="jar" basedir=".">
+      <property name="maven.final.name" value="seda-@@DATE@@"/>
+    </maven>
+
+    <depend project="commons-logging" />
+    <depend project="snickers-codec" />
+    <depend project="commons-net" />
+    <depend project="junit" />
+    
+    <home nested="." />
+
+    <jar name="target/seda-@@DATE@@.jar" />
+      
+    <javadoc nested="target/docs/apidocs" />
 
-<!-- NOTE!!!!   This file is NOT generated  DO NOT run maven gump goal. -->
-
-<module name="directory-seda">
-    <description>The SEDA protocol server framework contains service interfaces and
-      implementations for the various stages of a protocol server very much
-      like inetd however in the same process.  The framework can run multiple
-      protocols on different socks within the same server.</description>
-    <url href="http://incubator.apache.org/directory/seda/"/>
-  
-    <svn repository="apache-incubator-svn" dir="directory/seda/trunk/"/>
+    <junitreport nested="./target/test-reports" />
   
-    <project name="seda">
-        <maven basedir="." goal="jar" >
-          <property name="maven.final.name" value="seda-@@DATE@@"/>
-        </maven>
-        <package>org.apache.seda</package>
-        
-        <depend project="snickers-codec"/>
-        <depend project="commons-logging"/>
-        <depend project="commons-net"/>
-        <depend project="junit"/>
-        <depend project="xml-xerces"/>
-        
-        <home nested="seda" />
-        <mkdir dir="seda/target/classes"/>
-        <work nested="seda/target/classes"/>
-        <mkdir dir="seda/target/test-classes"/>
-        <work nested="seda/target/test-classes"/>
-        <jar name="target/seda-@@DATE@@.jar"/>
-        
-        <nag to="directory-dev@incubator.apache.org" 
-             from="directory-naming development &lt;directory-dev@incubator.apache.org&gt;"/>
-    </project>
- 
+    <nag from="seda development &lt;directory-dev@incubator.apache.org&gt;"
+         to="directory-dev@incubator.apache.org"/>
+  </project>
 </module>
-

Modified: incubator/directory/seda/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/project.xml?view=diff&rev=111507&p1=incubator/directory/seda/trunk/project.xml&r1=111506&p2=incubator/directory/seda/trunk/project.xml&r2=111507
==============================================================================
--- incubator/directory/seda/trunk/project.xml	(original)
+++ incubator/directory/seda/trunk/project.xml	Fri Dec 10 05:42:50 2004
@@ -29,17 +29,19 @@
     /home/akarasulu/public_html/dist
   </distributionDirectory>
 
+  <gumpRepositoryId>apache-incubator-svn</gumpRepositoryId>
+
   <repository>
     <connection>
-      scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/seda/trunk/${module.path}:::
+      scm:svn:http://cvs.apache.org/repos/asf/incubator:directory/seda/trunk
     </connection>
 
     <url>
-      http://cvs.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/${module.path}/?root=Apache-SVN
+      http://cvs.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/?root=Apache-SVN
     </url>
 
     <developerConnection>
-      http://cvs.apache.org/repos/asf/incubator/directory/seda/trunk/${module.path}
+      https://cvs.apache.org/repos/asf/incubator:directory/seda/trunk
     </developerConnection>
   </repository>