You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/02/09 19:42:06 UTC

cvs commit: jakarta-gump/server lsd.xml covalent.xml dotnot.xml

ajack       2004/02/09 10:42:06

  Modified:    profile  gump.xml
  Added:       server   lsd.xml covalent.xml dotnot.xml
  Log:
  Add some server descriptions...
  A work in progress...
  
  Revision  Changes    Path
  1.302     +4 -0      jakarta-gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
  retrieving revision 1.301
  retrieving revision 1.302
  diff -u -r1.301 -r1.302
  --- gump.xml	9 Feb 2004 18:26:00 -0000	1.301
  +++ gump.xml	9 Feb 2004 18:42:05 -0000	1.302
  @@ -322,5 +322,9 @@
   
   <!-- server definitions -->
   
  +  <server href="server/lsd.xml"/>
  +  <server href="server/dotnot.xml"/>
  +  <server href="server/covalent.xml"/>
  +  
   </profile>
   
  
  
  
  1.1                  jakarta-gump/server/lsd.xml
  
  Index: lsd.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <server name="lsd" type="python" status="up">
    <attribution>Leo Simmons (LSD) [leosimons AT apache DOT org]</attribution>
    <title>Leo Simmons (LSD)</title>
    <url>http://lsd.student.utwente.nl/gump</url>
    <site>http://lsd.student.utwente.nl/gump</site>
  </server>
  
  
  
  1.1                  jakarta-gump/server/covalent.xml
  
  Index: covalent.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <server name="covalent" type="traditional" status="unstable">
    <attribution>Covalent</attribution>
    <title>DOTNOT</title>
    <url>http://www.covalent.com</url>
    <site>http://gump.dotnot.org/log</site>
  </server>
  
  
  
  1.1                  jakarta-gump/server/dotnot.xml
  
  Index: dotnot.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <server name="dotnot" type="python" status="unstable">
    <attribution>Scott Sanders [ssanders AT dotnot DOT org]</attribution>
    <title>DOTNOT</title>
    <url>http://www.dotnot.org</url>
    <site>http://gump.dotnot.org</site>
  </server>