Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xtags
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32119/plugin-xtags

Modified Files:
        maven.xml 
Log Message:
fixed build process. subproject builds use main goals where possible


Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xtags/maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** maven.xml   8 Feb 2005 03:48:48 -0000       1.6
--- maven.xml   29 Apr 2005 11:11:07 -0000      1.7
***************
*** 1,35 ****
! <project default="main"
!          xmlns:j="jelly:core"
!          xmlns:maven="jelly:maven">
! 
!     <goal name="main" prereqs="jar:install-snapshot"/>
! 
!     <!--
!     <preGoal name="java:compile">
!         <attainGoal name="xdoclet"/>
!         <path id="xdoclet.generated.path" location="${basedir}/target/src"/>
!         <maven:addPath id="maven.compile.src.set" 
refid="xdoclet.generated.path"/>
!     </preGoal>
!     -->
! 
!     <goal name="xdoclet">
!         <taskdef
!             name="xdoclet"
!             classname="org.xdoclet.ant.XDocletTask"
!             classpathref="maven.dependency.classpath"
!             />
! 
!         <xdoclet>        
!             <fileset dir="${pom.build.sourceDirectory}">
!                 <include name="**/*.java"/>
!             </fileset>
! 
!             <component classname="org.generama.VelocityTemplateEngine"/>
! 
!             <component 
!               classname="org.xdoclet.plugin.qtags.impl.QTagImplPlugin"
!               destdir="${basedir}/target/src"
!               />
!         </xdoclet>
!     </goal>
  </project>
--- 1,2 ----
! <project default="main">
  </project>



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to