You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2005/04/06 20:45:19 UTC

svn commit: r160317 - jakarta/commons/proper/cli/trunk/maven.xml

Author: roxspring
Date: Wed Apr  6 11:45:19 2005
New Revision: 160317

URL: http://svn.apache.org/viewcvs?view=rev&rev=160317
Log:
Ensure uptodate build.xml when creating distributions

Modified:
    jakarta/commons/proper/cli/trunk/maven.xml

Modified: jakarta/commons/proper/cli/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/maven.xml?view=diff&r1=160316&r2=160317
==============================================================================
--- jakarta/commons/proper/cli/trunk/maven.xml (original)
+++ jakarta/commons/proper/cli/trunk/maven.xml Wed Apr  6 11:45:19 2005
@@ -1,6 +1,6 @@
 <!--
 Copyright 2002-2004 The Apache Software Foundation.
- 
+
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
@@ -20,18 +20,18 @@
   <!-- ================================================================== -->
   <!-- Required: Look and Feel for documentation within distributions     -->
   <!-- ================================================================== -->
-  <postGoal name="xdoc:copy-resources">  
+  <postGoal name="xdoc:copy-resources">
     <copy todir="${basedir}/target/docs/style/" failonerror="false">
       <fileset dir="${basedir}/../commons-build/xdocs/style">
-      	<include name='**/*'/>
-      	<exclude name='**/CVS/**'/>
+        <include name='**/*'/>
+        <exclude name='**/CVS/**'/>
       </fileset>
     </copy>
   </postGoal>
   <!-- ================================================================== -->
   <!-- END: C O M M O N S - B U I L D                                     -->
   <!-- ================================================================== -->
-  
+
  <postGoal name="xdoc:transform">
    <attainGoal name="pdf:pdf"/>
  </postGoal>
@@ -39,6 +39,14 @@
  <preGoal name="pdf:prepare">
    <attainGoal name="svg:init"/>
    <attainGoal name="svg:convert"/>
+ </preGoal>
+
+ <preGoal name="dist:prepare-bin-filesystem">
+   <attainGoal name="ant:generate-build"/>
+ </preGoal>
+
+ <preGoal name="dist:prepare-src-filesystem">
+   <attainGoal name="ant:generate-build"/>
  </preGoal>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org