antonio     2004/02/28 19:38:48

  Modified:    src/blocks/qdox/samples samples.xml
  Log:
  Fixing links
  
  Revision  Changes    Path
  1.3       +5 -5      cocoon-2.1/src/blocks/qdox/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/qdox/samples/samples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples.xml       7 May 2003 09:46:07 -0000       1.2
  +++ samples.xml       29 Feb 2004 03:38:48 -0000      1.3
  @@ -14,7 +14,7 @@
       <sample name="XML" href="javadoc-xml/java.util.HashMap">
         Shows the Javadoc XML source of the class 
<code>java.util.HashMap</code>
       </sample>
  -    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/util/HashMap.html";>
  +    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html";>
         Shows the original J2SE API document of the class 
<code>java.util.HashMap</code>
       </sample>
         <note>
  @@ -31,7 +31,7 @@
       <sample name="XML" href="javadoc-xml/java.util.SortedSet">
         Shows the Javadoc XML source of the interface 
<code>java.util.SortedSet</code>
       </sample>
  -    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/util/SortedSet.html";>
  +    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/SortedSet.html";>
         Shows the original J2SE API document of the interface 
<code>java.util.SortedSet</code>
       </sample>
     </group>
  @@ -42,7 +42,7 @@
       <sample name="XML" href="javadoc-xml/javax.swing.JComponent">
         Shows the Javadoc XML source of the class 
<code>javax.swing.JComponent</code>
       </sample>
  -    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/JComponent.html";>
  +    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JComponent.html";>
         Shows the original J2SE API document of the class 
<code>javax.swing.JComponent</code>
       </sample>
     </group>
  @@ -53,7 +53,7 @@
       <sample name="XML" href="javadoc-xml/java.awt.geom.Arc2D.Double">
         Shows the Javadoc XML source of the class 
<code>java.awt.geom.Arc2D.Double</code>
       </sample>
  -    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/geom/Arc2D.Double.html";>
  +    <sample name="J2SE" 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/geom/Arc2D.Double.html";>
         Shows the original J2SE API document of the class 
<code>java.awt.geom.Arc2D.Double</code>
       </sample>
     </group>
  
  
  

Reply via email to