Selaa lähdekoodia

Merge pull request #106 from gustavohenrique/master

Fix Ant run target by copying resources to output directory
tags/v1.3.1
James Moger 11 vuotta sitten
vanhempi
commit
95e1bfe1a9
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7
    0
      build.xml

+ 7
- 0
build.xml Näytä tiedosto

@@ -185,6 +185,13 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<target name="run" depends="compile" description="Run Gitblit GO">
<!-- copy static files -->
<copy todir="${basedir}/build/classes" overwrite="false">
<fileset dir="${project.resources.dir}">
<exclude name="thumbs.db" />
<exclude name="*.mkd" />
</fileset>
</copy>
<!-- run the mainclass in a separate JVM -->
<mx:run fork="true" />

Loading…
Peruuta
Tallenna