Update of /cvsroot/xdoclet/xdoclet2/maven-zeus-plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv21287/maven-zeus-plugin

Modified Files:
        plugin.jelly 
Log Message:
Pretty close to a clean build...

Index: plugin.jelly
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/maven-zeus-plugin/plugin.jelly,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** plugin.jelly        19 Nov 2002 22:03:30 -0000      1.1.1.1
--- plugin.jelly        20 Nov 2002 00:43:06 -0000      1.2
***************
*** 46,57 ****
        <attainGoal name="zeus:init"/>
  
-       <mkdir dir="${destDir}"/>
- 
-       <path id="maven.zeus.compile.src.set"
-             location="${destDir}"/>
- 
-       <maven:addPath id="maven.compile.src.set"
-                      refid="maven.zeus.compile.src.set"/>
- 
        <j:if test="${constraintFile == null}">
          <fail>The constraintFile parameter must be specified for zeus:generate</fail>
--- 46,49 ----
***************
*** 76,80 ****
        </j:if>
  
!       <echo>Generating Zeus classes for ${srcDir}/${constraintFile} to package 
${javaPackage}</echo>
  
        <zeus sourceDir="${sourceDir}"
--- 68,79 ----
        </j:if>
  
!       <mkdir dir="${destDir}"/>
! 
!       <path id="maven.zeus.compile.src.set"
!             location="${destDir}"/>
! 
!       <maven:addPath id="maven.compile.src.set"
!                      refid="maven.zeus.compile.src.set"/>
!       <echo>Generating Zeus classes for ${srcDir}/${constraintFile} to package 
${javaPackage} in ${destDir}</echo>
  
        <zeus sourceDir="${sourceDir}"



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to