Pārlūkot izejas kodu

Restore web.xml version stamping

tags/v1.3.0
James Moger pirms 11 gadiem
vecāks
revīzija
9985ed23ae
1 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  1. 7
    3
      build.xml

+ 7
- 3
build.xml Parādīt failu

@@ -267,7 +267,9 @@
<prepareDataDirectory toDir="${webinf}/data" />
<!-- Build the WAR web.xml from the prototype web.xml -->
<mx:webxml sourcefile="${project.src.dir}/WEB-INF/web.xml" destfile="${webinf}/web.xml" />
<mx:webxml sourcefile="${project.src.dir}/WEB-INF/web.xml" destfile="${webinf}/web.xml">
<replace token="@gb.version@" value="${project.version}" />
</mx:webxml>
<!-- Gitblit jar -->
<mx:genjar destfile="${webinf}/lib/gitblit.jar" includeresources="false" excludeclasspathjars="true">
@@ -377,8 +379,10 @@
<!-- Build the Express web.xml from the prototype web.xml and gitblit.properties -->
<!-- THIS FILE IS NOT OVERRIDDEN ONCE IT IS BUILT!!! -->
<mx:webxml sourcefile="${project.src.dir}/WEB-INF/web.xml" destfile="${webinf}/web.xml"
propertiesFile="${project.distrib.dir}/data/gitblit.properties"
skip="server.*" />
propertiesFile="${project.distrib.dir}/data/gitblit.properties"
skip="server.*">
<replace token="@gb.version@" value="${project.version}" />
</mx:webxml>
<!-- Gitblit classes -->
<mx:genjar destfile="${webinf}/lib/gitblit.jar" includeresources="false" excludeclasspathjars="true">

Notiek ielāde…
Atcelt
Saglabāt