jvanzyl     2002/06/27 14:42:53

  Modified:    src/templates/build/plugins/core plugin.jelly
  Log:
  Adding little blob to check if sources are present for a project.
  
  Revision  Changes    Path
  1.10      +12 -0     
jakarta-turbine-maven/src/templates/build/plugins/core/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/core/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      27 Jun 2002 18:19:17 -0000      1.9
  +++ plugin.jelly      27 Jun 2002 21:42:53 -0000      1.10
  @@ -21,6 +21,18 @@
       <fileset dir="${maven.home}/lib"/>
     </path>
   
  +  <!-- The start of setting up some flags for the build:
  +       
  +       . sourceDirectory present
  +       . testSourceDirectory present
  +  
  +  -->
  +
  +  <available 
  +    property="sourcesPresent"
  +    file="${pom.build.sourceDirectory}"
  +  />
  +
     <!-- ================================================================== -->
     <!--     prepare-filesystem                                             -->
     <!-- ================================================================== -->
  
  
  

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

Reply via email to