User: tobias  
  Date: 01/03/11 17:05:00

  Modified:    src/docs cmp.xml howtormhexamples.xml
  Log:
  changed download "pointers" to download directory.
  
  Revision  Changes    Path
  1.2       +5 -4      manual/src/docs/cmp.xml
  
  Index: cmp.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/manual/src/docs/cmp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cmp.xml   2001/02/11 00:55:32     1.1
  +++ cmp.xml   2001/03/12 01:05:00     1.2
  @@ -212,8 +212,9 @@
   for this Bean below; the code for the CDCollection Bean will not be discussed 
   further because it 
   is not interesting in the context of container-managed persistence. Remember 
  -that the full source 
  -code is available to download: click here.
  +that the full source code is available to download as an archive named
  +<quote>cdEJB.zip</quote>. You can get it from the files area in the
  +documentation section on www.jboss.org.
   </para>
                <para>
   CD.java: remote interface for the `CD' Bean
  @@ -457,8 +458,8 @@
   to include the path to the JBoss EJB class library in your classpath, e.g.,
   </para>
                <para>
  -                     <command>
  -javac -classpath /usr/lib/jboss/lib/ext/ejb.jar:. ....
  +             <command>
  +javac -classpath /usr/local/jboss/client/ejb.jar:. ....
   </command>
                </para>
        </section>
  
  
  
  1.2       +3 -1      manual/src/docs/howtormhexamples.xml
  
  Index: howtormhexamples.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/manual/src/docs/howtormhexamples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howtormhexamples.xml      2001/02/11 00:55:34     1.1
  +++ howtormhexamples.xml      2001/03/12 01:05:00     1.2
  @@ -13,7 +13,9 @@
   the chapter4/EJB11 directory.</para>
   
   <para>
  -These examples need to be slightly modified to run with JBoss. You can download the 
modified version from here, but I
  +These examples need to be slightly modified to run with JBoss. You can download the 
modified version from the files area in the
  +documentation section on www.jboss.org. The archive name is 
  +<quote>rmh_jboss.zip</quote>. But I
   recommend you to follow these instructions which tell exactly what has to be 
modified.</para>
         
        <itemizedlist>
  
  
  

Reply via email to