Update of /cvsroot/xdoclet/xdoclet2
In directory sc8-pr-cvs1:/tmp/cvs-serv5707

Modified Files:
        maven.xml project.properties project.xml 
Log Message:
Added icon support for BeanInfo and added some ugly icons for jelly and velocity.

Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/maven.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** maven.xml   16 Mar 2003 17:08:12 -0000      1.20
--- maven.xml   16 Mar 2003 20:38:53 -0000      1.21
***************
*** 16,30 ****
      <preGoal name="site">
          <!--attainGoal name="pmd"/-->
!         <attainGoal name="clover"/>
          <attainGoal name="statcvs"/>
!         <attainGoal name="license"/>
      </preGoal>
  
      <!--  produce a nicer looking junit report (ant's) than maven's own  -->
!     <goal name="maven-junit-report-plugin:report">
!         <!--  do  nothing  -->
!     </goal>
  
!     <postGoal name="maven-junit-report-plugin:report">
          <mkdir dir="${maven.build.dir}/docs/junitreport"/>
          <junitreport todir="${maven.build.dir}/docs/junitreport">
--- 16,29 ----
      <preGoal name="site">
          <!--attainGoal name="pmd"/-->
!         <!--attainGoal name="clover"/>
          <attainGoal name="statcvs"/>
!         <attainGoal name="license"/-->
      </preGoal>
  
      <!--  produce a nicer looking junit report (ant's) than maven's own  -->
!     <!--goal name="maven-junit-report-plugin:report">
!     </goal-->
  
!     <!--postGoal name="maven-junit-report-plugin:report">
          <mkdir dir="${maven.build.dir}/docs/junitreport"/>
          <junitreport todir="${maven.build.dir}/docs/junitreport">
***************
*** 34,38 ****
              <report format="frames" todir="${maven.build.dir}/docs/junitreport"/>
          </junitreport>
!     </postGoal>
  
      <!--  replace the links so they point to ant's junit report -->
--- 33,37 ----
              <report format="frames" todir="${maven.build.dir}/docs/junitreport"/>
          </junitreport>
!     </postGoal-->
  
      <!--  replace the links so they point to ant's junit report -->

Index: project.properties
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/project.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** project.properties  12 Mar 2003 23:41:53 -0000      1.12
--- project.properties  16 Mar 2003 20:38:53 -0000      1.13
***************
*** 33,47 ****
  # http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-312
  # -And when Maven upgrades to Ant 1.5.3 (from CVS HEAD or when it is released).
! maven.javadoc.tagdirs = ${basedir}/src/tag
  
  # Jalopy and Checkstyle settings (we should add PMD too)
  maven.jalopy.style=${maven.src.dir}/etc/jalopy.xml
  maven.checkstyle.properties=${maven.src.dir}/etc/checkstyle.properties
- 
- # We have to fork here, because the test:test preGoal runs XDoclet, and thereby
- # registers AntLogFactory. This means that Commons Logging will return
- # and AntLogFactory even if XDoclet isn't invoked from Ant (It will be invoked
- # from a JUnit class, and the Ant project won't be set. Forking solves the problem.
- #maven.junit.fork = yes
  
  # This controls where the jars are uploaded.
--- 33,41 ----
  # http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-312
  # -And when Maven upgrades to Ant 1.5.3 (from CVS HEAD or when it is released).
! # maven.javadoc.tagdirs = ${basedir}/src/tag
  
  # Jalopy and Checkstyle settings (we should add PMD too)
  maven.jalopy.style=${maven.src.dir}/etc/jalopy.xml
  maven.checkstyle.properties=${maven.src.dir}/etc/checkstyle.properties
  
  # This controls where the jars are uploaded.

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/project.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** project.xml 16 Mar 2003 17:08:13 -0000      1.16
--- project.xml 16 Mar 2003 20:38:53 -0000      1.17
***************
*** 169,172 ****
--- 169,173 ----
                      <include>**/*.vm</include>
                      <include>**/*.xml</include>
+                     <include>**/*.gif</include>
                  </includes>
              </resource>



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to