Update of /cvsroot/xdoclet/xdoclet/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16016

Modified Files:
        modules-common.ent 
Log Message:
Fix target dependencies; "all" would work, but calling "doclipse" directly would
give an error as the xmlcatalog is defined in the "init" target.  Related to XDT-1127.



Index: modules-common.ent
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/modules-common.ent,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** modules-common.ent  26 Oct 2004 13:32:48 -0000      1.17
--- modules-common.ent  27 Oct 2004 00:20:26 -0000      1.18
***************
*** 289,293 ****
      <!-- Generate Doclipse files                                             -->
      <!-- =================================================================== -->
!     <target name="doclipse">
          <xslt
              in="${xtags.file}"
--- 289,293 ----
      <!-- Generate Doclipse files                                             -->
      <!-- =================================================================== -->
!     <target name="doclipse" depends="init">
          <xslt
              in="${xtags.file}"



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to