You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/04/11 15:12:17 UTC

cvs commit: avalon/util/plugin maven.xml project.xml

mcconnell    2004/04/11 06:12:17

  Modified:    util/plugin maven.xml project.xml
  Log:
  Update to handle the inclusion of a generated project.xml into the plugin.
  
  Revision  Changes    Path
  1.5       +3 -3      avalon/util/plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/util/plugin/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	11 Apr 2004 12:39:07 -0000	1.4
  +++ maven.xml	11 Apr 2004 13:12:17 -0000	1.5
  @@ -6,9 +6,9 @@
     
     <goal name="avalon:generate">
       <echo message="starting"/>
  -    <mkdir dir="${maven.build.dir}"/>
  -    <ant:xslt in="${basedir}/project.xml" out="${maven.build.dir}/project.xml"
  -      style="copy-all.xsl">
  +    <mkdir dir="${maven.build.dir}/classes"/>
  +    <ant:xslt in="${basedir}/project.xml" out="${maven.build.dir}/classes/project.xml"
  +      style="${basedir}/copy-all.xsl">
         <outputproperty name="method" value="xml" />
         <outputproperty name="standalone" value="yes"/>
         <outputproperty name="indent" value="yes"/>
  
  
  
  1.8       +0 -1      avalon/util/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/util/plugin/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	8 Apr 2004 12:57:19 -0000	1.7
  +++ project.xml	11 Apr 2004 13:12:17 -0000	1.8
  @@ -27,7 +27,6 @@
             <include>plugin.jelly</include>
             <include>plugin.properties</include>
             <include>project.properties</include>
  -          <include>project.xml</include>
           </includes>
         </resource>
       </resources>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org