Thomas Pummer
2013-02-22 dfc4ece4083bbbb98f55291d05e7d2b1513464b7
build.xml
@@ -208,6 +208,9 @@
      <copy todir="${project.build.dir}">
         <fileset dir="${basedir}/src" excludes="**/*.java,**/thumbs.db" />
      </copy>
      <!-- Set Version into web.xml -->
      <replace file="${project.build.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
   </target>
   
@@ -251,6 +254,8 @@
            <include name="sendmail-html.groovy" />
            <include name="jenkins.groovy" />
            <include name="protect-refs.groovy" />
            <include name="fogbugz.groovy" />
            <include name="thebuggenie.groovy" />
         </fileset>
      </copy>
      
@@ -275,6 +280,9 @@
            <include name="authority.conf" />
         </fileset>
      </copy>
      <!-- Set Version into web.xml -->
      <replace file="${project.build.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
                  
      <!-- Build jar -->
      <jar jarfile="${project.deploy.dir}/${project.jar}">
@@ -452,6 +460,9 @@
         </fileset>
      </copy>
      
      <!-- Set Version into web.xml -->
      <replace file="${project.war.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
      <!-- Copy gitblit.properties as reference.properties -->
      <copy tofile="${project.war.dir}/WEB-INF/reference.properties" 
         file="${basedir}/distrib/gitblit.properties"/>
@@ -479,6 +490,8 @@
            <include name="sendmail-html.groovy" />
            <include name="jenkins.groovy" />
            <include name="protect-refs.groovy" />
            <include name="fogbugz.groovy" />
            <include name="thebuggenie.groovy" />
         </fileset>
      </copy>
@@ -493,6 +506,9 @@
         <arg value="${project.war.dir}/WEB-INF/web.xml" />
         
      </java>
      <!-- Set Version into web.xml -->
      <replace file="${project.war.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
      <!-- Gitblit resources -->
      <copy todir="${project.war.dir}">
@@ -706,6 +722,8 @@
            <include name="sendmail-html.groovy" />
            <include name="jenkins.groovy" />
            <include name="protect-refs.groovy" />
            <include name="fogbugz.groovy" />
            <include name="thebuggenie.groovy" />
         </fileset>
      </copy>
               
@@ -723,6 +741,9 @@
         <arg value="--propertiesFile" />
         <arg value="${basedir}/distrib/gitblit.properties" />
      </java>
      <!-- Set Version into web.xml -->
      <replace file="${deployments.root}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
      <!-- Gitblit resources -->
      <copy todir="${deployments.root}">