Browse Source

Don't include .git when copying defaults

Fixes issue 3409

Change-Id: I8ec4f554ce13cb0d6c39b24663ed34ca872cf57e
Reviewed-on: http://gerrit.dmdirc.com/273
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
Tested-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3b1
Chris Smith 14 years ago
parent
commit
fcdb20b926
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build-versioning.xml

+ 1
- 1
build-versioning.xml View File

@@ -66,7 +66,7 @@ identity:
66 66
     <target name="-copy-identities">
67 67
         <mkdir dir="${defaults.output}"/>
68 68
         <copy todir="${defaults.output}" overwrite="true">
69
-            <fileset dir="modules/defaults/"/>
69
+            <fileset dir="modules/defaults/" excludes=".git/"/>
70 70
         </copy>
71 71
     </target>
72 72
 

Loading…
Cancel
Save