You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/09/14 13:48:49 UTC

svn commit: r280829 - /jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml

Author: niallp
Date: Wed Sep 14 04:48:40 2005
New Revision: 280829

URL: http://svn.apache.org/viewcvs?rev=280829&view=rev
Log:
Port to 1_1_2_BRANCH: Few minor corrections to the ant build.xml

- change the release directory name from 'm-target' to 'dist' as it was confusing
- use the properties for the build/dist/release homes to exclude from the release, otherwise if they're hard-coded and someone changes them these directories are included in the source distro.

Modified:
    jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml

Modified: jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml?rev=280829&r1=280828&r2=280829&view=diff
==============================================================================
--- jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml (original)
+++ jakarta/commons/proper/validator/branches/VALIDATOR_1_1_2_BRANCH/build.xml Wed Sep 14 04:48:40 2005
@@ -18,7 +18,7 @@
 
 <!--
         "Validator" component of the Jakarta Commons Subproject
-        $Id: build.xml,v 1.32.2.1 2004/04/13 05:52:15 rleland Exp $
+        $Id$
 -->
 
 
@@ -353,9 +353,9 @@
         <copy todir="${stage.src.dir}/${upload.file.base}-src">
             <fileset dir=".">
                 <exclude name="build.properties"/>
-                <exclude name="target/**"/>
-                <exclude name="dist/**"/>
-                <exclude name="release/**"/>
+                <exclude name="${build.home}/**"/>
+                <exclude name="${dist.home}/**"/>
+                <exclude name="${build.home}/**"/>
             </fileset>
         </copy>
         <mkdir dir="${upload.dir}"/>



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