You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2003/06/03 19:44:26 UTC

cvs commit: jakarta-oro/xdocs demo.xml

dfs         2003/06/03 10:44:25

  Modified:    .        build.xml
               xdocs    demo.xml
  Log:
  Adjusted MatcherDemoApplet references in build.xml and demo.xml to
  locate the class in the examples package.
  
  Revision  Changes    Path
  1.6       +4 -3      jakarta-oro/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	3 Jun 2003 17:17:24 -0000	1.5
  +++ build.xml	3 Jun 2003 17:44:25 -0000	1.6
  @@ -199,8 +199,9 @@
           </copy>
   
           <mkdir dir="${docs.dest}/classes"/>
  -        <copy todir="${docs.dest}/classes" filtering="no">
  -            <fileset dir="${build.dest}">
  +        <mkdir dir="${docs.dest}/classes/examples"/>
  +        <copy todir="${docs.dest}/classes/examples" filtering="no">
  +            <fileset dir="${build.dest}/examples">
                   <include name="MatcherDemoApplet.class"/>
               </fileset>
           </copy>
  
  
  
  1.4       +5 -5      jakarta-oro/xdocs/demo.xml
  
  Index: demo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/xdocs/demo.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- demo.xml	13 Jun 2001 06:04:07 -0000	1.3
  +++ demo.xml	3 Jun 2003 17:44:25 -0000	1.4
  @@ -20,15 +20,15 @@
       <center>
       <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        codebase="classes/" width="400" height="400">
  -      <param name="code" value="MatcherDemoApplet.class"></param>
  +      <param name="code" value="examples/MatcherDemoApplet.class"></param>
         <param name="codebase" value="classes/"></param>
  -      <param name="type" value="application/x-java-applet;version=1.3"></param>
  +      <param name="type" value="application/x-java-applet;version=1.4"></param>
         <param name="fontSize"	value="14"></param>
         <param name="background"	value="d2b48c"></param>
   
         <comment>
  -        <embed type="application/x-java-applet;version=1.3"
  -          codebase="classes/" code="MatcherDemoApplet.class"
  +        <embed type="application/x-java-applet;version=1.4"
  +          codebase="classes/" code="examples/MatcherDemoApplet.class"
             width="400" height="400"
             pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
   	  <param name="fontSize"	value="14"></param>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org