diff options
author | James Moger <james.moger@gitblit.com> | 2014-05-27 18:13:30 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-06-03 10:34:50 -0400 |
commit | 0047fbba99b804d268a66ed7504a568596de6168 (patch) | |
tree | 4940877475bddebe41d25b9cdced960eb5a107c2 /build.xml | |
parent | e1bcda8c6245035c96bf44ee09d61fa5a52bcafc (diff) | |
download | gitblit-0047fbba99b804d268a66ed7504a568596de6168.tar.gz gitblit-0047fbba99b804d268a66ed7504a568596de6168.zip |
Simplified repository creation with a NewRepositoryPage
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -919,6 +919,12 @@ <include name="subgit.groovy" />
</fileset>
</copy>
+ <mkdir dir="@{toDir}/gitignore" />
+ <copy todir="@{toDir}/gitignore">
+ <fileset dir="${project.distrib.dir}/data/gitignore">
+ <include name="*.gitignore" />
+ </fileset>
+ </copy>
</sequential>
</macrodef>
|