[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Sat Feb 17 04:33:05 EST 2007


  User: sbryzak2
  Date: 07/02/17 04:33:05

  Modified:    doc/reference/en/modules  remoting.xml
  Log:
  updated js source path
  
  Revision  Changes    Path
  1.21      +8 -8      jboss-seam/doc/reference/en/modules/remoting.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/remoting.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- remoting.xml	16 Feb 2007 22:34:41 -0000	1.20
  +++ remoting.xml	17 Feb 2007 09:33:05 -0000	1.21
  @@ -30,7 +30,7 @@
   
       <programlisting>
             <![CDATA[
  -  <script type="text/javascript" src="seam/remoting/resource/remote.js"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
               ]]>
           </programlisting>
   
  @@ -42,7 +42,7 @@
   
       <programlisting>
             <![CDATA[
  -  <script type="text/javascript" src="seam/remoting/interface.js?customerAction"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?customerAction"></script>
           ]]>
           </programlisting>
   
  @@ -51,7 +51,7 @@
   
       <programlisting>
             <![CDATA[
  -  <script type="text/javascript" src="seam/remoting/interface.js?customerAction&accountAction"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?customerAction&accountAction"></script>
           ]]>
           </programlisting>
   
  @@ -102,8 +102,8 @@
   
         <programlisting>
             <![CDATA[
  -  <script type="text/javascript" src="seam/remoting/resource/remote.js"></script>
  -  <script type="text/javascript" src="seam/remoting/interface.js?helloAction"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?helloAction"></script>
             ]]>
           </programlisting>
   
  @@ -301,11 +301,11 @@
       <title>Client Interfaces</title>
   
       <para> In the configuration section above, the interface, or "stub" for our component is imported into our page via
  -        <literal>seam/remoting/interface.js</literal>: </para>
  +        <literal>seam/resource/remoting/interface.js</literal>: </para>
   
       <programlisting>
           <![CDATA[
  -  <script type="text/javascript" src="seam/remoting/interface.js?customerAction"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?customerAction"></script>
           ]]>
         </programlisting>
   
  @@ -430,7 +430,7 @@
   
         <programlisting>
             <![CDATA[        
  -  <script type="text/javascript" src="seam/remoting/interface.js?myAction&myWidget"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?myAction&myWidget"></script>
             ]]>
           </programlisting>
   
  
  
  



More information about the jboss-cvs-commits mailing list