You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/01/29 05:01:58 UTC

cvs commit: ws-juddi/src/java juddi.dtd juddi.xml

sviens      2005/01/28 20:01:58

  Modified:    src/java juddi.dtd juddi.xml
  Log:
  Adding debug attribute to the configuration element.
  
  Revision  Changes    Path
  1.2       +1 -0      ws-juddi/src/java/juddi.dtd
  
  Index: juddi.dtd
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/java/juddi.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- juddi.dtd	29 Jan 2005 01:29:53 -0000	1.1
  +++ juddi.dtd	29 Jan 2005 04:01:57 -0000	1.2
  @@ -21,6 +21,7 @@
   
   <!ATTLIST juddi:configuration
     xmlns:juddi CDATA #FIXED "http://ws.apache.org/juddi/" 
  +  debug (true|false|null)  "null"
   >
   
   <!--  -->
  
  
  
  1.2       +1 -0      ws-juddi/src/java/juddi.xml
  
  Index: juddi.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/java/juddi.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- juddi.xml	29 Jan 2005 01:29:53 -0000	1.1
  +++ juddi.xml	29 Jan 2005 04:01:58 -0000	1.2
  @@ -4,6 +4,7 @@
             "juddi.dtd">
   
   <juddi:configuration 
  +	 debug="true"
   	 xmlns:juddi="http://ws.apache.org/juddi/">
   
   	<!-- The UDDI Operator Name -->