Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25197

Modified Files:
        plugin.jelly project.xml 
Log Message:

improved plugin.jelly to allow multiple componets to be run in the same xdoclet 
instance


Index: plugin.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin/plugin.jelly,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** plugin.jelly        4 Jul 2005 12:31:07 -0000       1.4
--- plugin.jelly        6 Sep 2005 08:19:08 -0000       1.5
***************
*** 79,84 ****
                                </j:while>                                      
        
  
!                               <!-- set components -->
!                               <j:forEach var="component_index" 
items="${xdoclet_name}">
                                        <j:set var="varname" 
value="maven.xdoclet.${xdoclet_index}.${component_index}"/>
                                        <j:set var="component_class" 
value="${context.getVariable(varname)}"/>
--- 79,87 ----
                                </j:while>                                      
        
  
!                               <!-- 
!                     set components we tokenize it here to allow multiple 
plugins in same
!                     xdoclet run
!                 -->
!                               <j:forEach var="component_index" 
items="${xdoclet_name.split(',')}">
                                        <j:set var="varname" 
value="maven.xdoclet.${xdoclet_index}.${component_index}"/>
                                        <j:set var="component_class" 
value="${context.getVariable(varname)}"/>

Index: project.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** project.xml 5 Sep 2005 11:02:56 -0000       1.24
--- project.xml 6 Sep 2005 08:19:08 -0000       1.25
***************
*** 4,8 ****
      <artifactId>maven-xdoclet2-plugin</artifactId>
      <name>Maven XDoclet2 Plug-in</name>
!     <currentVersion>1.0.2</currentVersion>
      <inceptionYear>2004</inceptionYear>
      <description>
--- 4,8 ----
      <artifactId>maven-xdoclet2-plugin</artifactId>
      <name>Maven XDoclet2 Plug-in</name>
!     <currentVersion>1.0.3-SNAPSHOT</currentVersion>
      <inceptionYear>2004</inceptionYear>
      <description>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to