User: pathoss 
  Date: 02/05/15 03:41:59

  Modified:    docs/info Tag: MODULE_REFACTORING_BRANCH using.html
  Log:
  Fixed bad class name.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      xdoclet/docs/info/Attic/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/docs/info/Attic/using.html,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -w -r1.1.2.1 -r1.1.2.2
  --- using.html        30 Apr 2002 10:52:30 -0000      1.1.2.1
  +++ using.html        15 May 2002 10:41:59 -0000      1.1.2.2
  @@ -80,7 +80,7 @@
   
   <pre>&lt;target name=&quot;ejbdoclet&quot; depends=&quot;prepare&quot;&gt;
   
  -&lt;taskdef name=&quot;ejbdoclet&quot; 
classname=&quot;xdoclet.ejb.EjbDocletTask&quot; 
classpath=&quot;${xdoclet.jar.path};${log4j.jar.path};${ant.jar.path}&quot; /&gt;
  +&lt;taskdef name=&quot;ejbdoclet&quot; 
classname=&quot;xdoclet.modules.ejb.EjbDocletTask&quot; 
classpath=&quot;${xdoclet.jar.path};${log4j.jar.path};${ant.jar.path}&quot; /&gt;
   
   &lt;tstamp&gt;
       &lt;format property="TODAY" pattern="d-MM-yy" /&gt;
  @@ -121,7 +121,7 @@
   before compiling anything all home/local/remote interfaces, primary key and
   data-object (also known as Value Objects) are generated, plus deployment
   descriptors. The first thing you have to do is define ejbdoclet task for Ant. To
  -do so you use taskdef, where you specify xdoclet.ejb.EjbDocletTask as the class
  +do so you use taskdef, where you specify xdoclet.modules.ejb.EjbDocletTask as the 
class
   implementing ejbdoclet task. Note that classpath parameter has xdoclet.jar,
   log4j.jar and ant.jar (Ant 1.4 or higher) in it. These 3 jars are all needed.</p>
   <p>Next you declare ejbdoclet task, with a set of configuration parameters and
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to