bodewig     02/04/30 04:34:42

  Modified:    proposal/gump/java Project.java
               proposal/gump/project jakarta-log4j.xml xml-security.xml
                        xml-xerces2.xml
  Log:
  fix some javadoc links
  
  Revision  Changes    Path
  1.41      +1 -1      jakarta-alexandria/proposal/gump/java/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/java/Project.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Project.java      26 Mar 2002 16:54:32 -0000      1.40
  +++ Project.java      30 Apr 2002 11:34:42 -0000      1.41
  @@ -644,7 +644,7 @@
                   desc.setAttribute("source", fullpath + append);
   
                   if (url.equals("")) {
  -                    desc.setAttribute("url", "file:///" + fullpath);
  +                    desc.setAttribute("url", "file:///" + fullpath + append);
                   } else {
                       desc.setAttribute("url", url + path + append);
                   }
  
  
  
  1.22      +0 -1      jakarta-alexandria/proposal/gump/project/jakarta-log4j.xml
  
  Index: jakarta-log4j.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-log4j.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- jakarta-log4j.xml 25 Apr 2002 14:40:38 -0000      1.21
  +++ jakarta-log4j.xml 30 Apr 2002 11:34:42 -0000      1.22
  @@ -24,7 +24,6 @@
   
       <home nested="dist"/>
       <jar  name="lib/log4j-@@DATE@@.jar"/>
  -    <javadoc nested="docs/api"/>
       
       <nag to="[EMAIL PROTECTED]"
            from="Ceki G�lc� &lt;[EMAIL PROTECTED]&gt;"/>
  
  
  
  1.12      +1 -1      jakarta-alexandria/proposal/gump/project/xml-security.xml
  
  Index: xml-security.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-security.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- xml-security.xml  26 Mar 2002 13:48:32 -0000      1.11
  +++ xml-security.xml  30 Apr 2002 11:34:42 -0000      1.12
  @@ -29,7 +29,7 @@
   
       <home nested="build"/>
       <jar name="xmlsec.jar"/>
  -    <javadoc nested="doc/html/api"/>
  +    <javadoc nested="build/doc/html/api"/>
   
       <nag from="Sam Ruby &lt;[EMAIL PROTECTED]&gt;"
            to="[EMAIL PROTECTED]"/>
  
  
  
  1.18      +1 -1      jakarta-alexandria/proposal/gump/project/xml-xerces2.xml
  
  Index: xml-xerces2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-xerces2.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- xml-xerces2.xml   26 Mar 2002 13:48:32 -0000      1.17
  +++ xml-xerces2.xml   30 Apr 2002 11:34:42 -0000      1.18
  @@ -36,7 +36,7 @@
       <javadoc nested="java/build/docs/javadocs" project="xml-xerces2">
         <description dir="api">XML Standard API</description>
         <description dir="xni">Xerces Native Interface</description>
  -      <description dir="xerces">Xerces2 Implementation</description>
  +      <description dir="xerces2">Xerces2 Implementation</description>
         <description dir="other">Other Classes</description>
       </javadoc>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to