Update of /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6396/modules/xdoclet/src/xdoclet/modules/maven/resources

Modified Files:
        mavenplugin.xdt 
Log Message:
Update <dependencies> to new format, fix a problem in the plugin template that I 
checked in a few days ago.

Index: mavenplugin.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** mavenplugin.xdt     28 Jan 2004 03:21:52 -0000      1.12
--- mavenplugin.xdt     3 Feb 2004 04:02:45 -0000       1.13
***************
*** 19,24 ****
  
                  <pathelement path="${plugin.getDependencyPath('xdoclet')}"/>
!                 <pathelement path="${plugin.getDependencyPath('xdoclet+xjavadoc')}"/>
!                 <pathelement 
path="${plugin.getDependencyPath('xdoclet+xdoclet-module')}"/>
                  <pathelement 
path="${plugin.getDependencyPath('commons-collections')}"/>
                  <pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
--- 19,24 ----
  
                  <pathelement path="${plugin.getDependencyPath('xdoclet')}"/>
!                 <pathelement path="${plugin.getDependencyPath('xjavadoc')}"/>
!                 <pathelement path="${plugin.getDependencyPath('xdoclet-module')}"/>
                  <pathelement 
path="${plugin.getDependencyPath('commons-collections')}"/>
                  <pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
***************
*** 103,111 ****
                  <j:set var="fileset_index_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}"/>
                  <j:if test="${context.getVariable(fileset_index_var_name) != null}">
!                     <j:set var="fileset_source_directory" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.sourcedir"/>
!                     <j:if test="${context.getVariable(fileset_source_directory) == 
null}">
                          <j:set var="fileset_source_directory" 
value="${pom.build.sourceDirectory}"/>
                      </j:if>
!                     <fileset dir="${context.getVariable(fileset_source_directory)}">
                          <j:set var="fileset_index_include_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.include"/>
                          <j:set var="fileset_index_exclude_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.exclude"/>
--- 103,114 ----
                  <j:set var="fileset_index_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}"/>
                  <j:if test="${context.getVariable(fileset_index_var_name) != null}">
!                     <j:set var="fileset_source_directory_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.sourcedir"/>
!                     <j:if test="${context.getVariable(fileset_source_directory_name) 
== null}">
                          <j:set var="fileset_source_directory" 
value="${pom.build.sourceDirectory}"/>
                      </j:if>
!                     <j:if test="${context.getVariable(fileset_source_directory_name) 
!= null}">
!                         <j:set var="fileset_source_directory" 
value="${context.getVariable(fileset_source_directory_name)}"/>
!                     </j:if>
!                     <fileset dir="${fileset_source_directory}">
                          <j:set var="fileset_index_include_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.include"/>
                          <j:set var="fileset_index_exclude_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.fileset.${fileset_index}.exclude"/>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to