jvanzyl     2002/06/27 09:49:26

  Modified:    src/templates/build/plugins/xdoc plugin.jelly
  Added:       src/templates/build/plugins/xdoc plugin.properties
  Removed:     src/templates/build/plugins/xdoc default.properties
  Log:
  plugin properties not default.properties
  
  Revision  Changes    Path
  1.2       +15 -0     
jakarta-turbine-maven/src/templates/build/plugins/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/xdoc/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      27 Jun 2002 16:33:47 -0000      1.1
  +++ plugin.jelly      27 Jun 2002 16:49:26 -0000      1.2
  @@ -39,6 +39,15 @@
     <!-- D V S L  D O C U M E N T A T I O N                                 -->
     <!-- ================================================================== -->
   
  +  <taskdef
  +    name="dvsl"
  +    classname="org.apache.tools.dvsl.DVSLTask">
  +    <classpath>
  +      <pathelement location="${maven.home}/lib/maven.jar"/>
  +      <path refid="maven.dependency.classpath"/>
  +    </classpath>
  +  </taskdef>
  +
     <goal
       name="docs:site"
       description="Generate html project documentation xdoc sources">
  @@ -158,6 +167,11 @@
           <filter token="UI_HREF_LINK_SELFREF" value="${maven.ui.href.link.selfref}"/>
         </filterset>
       </copy>
  +    
  +    <!-- A hack to make the fileset below work. The files don't have to be
  +         present but the directory does. -->
  +         
  +    <mkdir dir="${maven.docs.src}/stylesheets"/>
   
       <!-- Copy user supplied stylesheets, can override maven -->
       <copy todir="${maven.docs.dest}/style" filtering="no">
  @@ -165,6 +179,7 @@
           <include name="**/*.css"/>
         </fileset>
       </copy>
  +
     </goal>
   
     <!-- ================================================================== -->
  
  
  
  1.1                  
jakarta-turbine-maven/src/templates/build/plugins/xdoc/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  # -------------------------------------------------------------------
  # P L U G I N  P R O P E R I E S
  # -------------------------------------------------------------------
  # Xdoc plugin.
  # -------------------------------------------------------------------
  
  maven.src.dir = ${basedir}/src
  maven.conf.dir = ${basedir}/conf
  maven.build.dir = ${basedir}/target
  maven.build.src = ${maven.build.dir}/src
  maven.build.dest = ${maven.build.dir}/classes
  
  maven.docs.src = ${basedir}/xdocs
  maven.docs.dest = ${maven.build.dir}/docs
  maven.docs.outputencoding = ISO-8859-1
  maven.gen.docs = ${maven.build.dir}/generated-xdocs
  
  #
  # UI Color Prefs
  #
  maven.ui.body.background = #fff
  maven.ui.body.foreground = #000
  maven.ui.section.background = #036
  maven.ui.section.foreground = #fff
  maven.ui.subsection.background = #888
  maven.ui.subsection.foreground = #fff
  maven.ui.table.header.background = #bbb
  maven.ui.table.header.foreground = #fff
  maven.ui.table.row.odd.background = #ddd
  maven.ui.table.row.odd.foreground = #000
  maven.ui.table.row.even.background = #efefef
  maven.ui.table.row.even.foreground = #000
  maven.ui.banner.background = #036
  maven.ui.banner.foreground = #fff
  maven.ui.banner.border.top = #369
  maven.ui.banner.border.bottom = #003
  maven.ui.source.background = #fff
  maven.ui.source.foreground = #000
  maven.ui.source.border.right = #888
  maven.ui.source.border.left = #888
  maven.ui.source.border.top = #888
  maven.ui.source.border.bottom = #888
  maven.ui.navcol.background = #eee
  maven.ui.navcol.background.ns4 = #fff
  maven.ui.navcol.foreground = #000
  maven.ui.navcol.foreground.ns4 = #555
  maven.ui.navcol.border.top = #fff
  maven.ui.navcol.border.right = #aaa
  maven.ui.navcol.border.bottom = #aaa
  maven.ui.breadcrumbs.background = #ddd
  maven.ui.breadcrumbs.foreground = #000
  maven.ui.breadcrumbs.border.top = #fff
  maven.ui.breadcrumbs.border.bottom = #aaa
  maven.ui.href.link = blue
  maven.ui.href.link.active = #f30
  maven.ui.href.link.selfref = #555
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to