summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 4d326eaa..3fe65ef9 100644
--- a/build.xml
+++ b/build.xml
@@ -182,9 +182,11 @@
</jar>
<!-- Gitblit library dependencies -->
- <mkdir dir="${project.deploy.dir}/lib"/>
- <copy todir="${project.deploy.dir}/lib">
+ <mkdir dir="${project.deploy.dir}/ext"/>
+ <copy todir="${project.deploy.dir}/ext">
<fileset dir="${basedir}/ext">
+ <exclude name="junit*.jar" />
+ <exclude name="commons-net*.jar" />
<exclude name="*-sources.jar" />
<exclude name="*-javadoc.jar" />
</fileset>
@@ -949,4 +951,4 @@
<delete dir="${project.war.dir}" />
<delete dir="${project.deploy.dir}" />
</target>
-</project>
+</project>