Alfred Schmid
2014-01-31 afe3f1fd5ba22bd8b5ae017db5f61982726b656c
build.xml
@@ -279,7 +279,8 @@
      <!-- generate jar by traversing the class hierarchy of the specified
          classes, exclude any classes in classpath jars -->
      <mx:genjar tag="" includeresources="false" excludeClasspathJars="true"
         destfile="${project.targetDirectory}/fedclient.jar">
         destfile="${project.targetDirectory}/fedclient.jar"
         excludes="**/.class,**/*.java, **/Thumbs.db, **/*.mkd, com/gitblit/wicket/**">
         <mainclass name="com.gitblit.FederationClient" />
         <class name="com.gitblit.Keys" />
         <launcher paths="ext" />
@@ -956,6 +957,8 @@
               <include name="localclone.groovy" />
               <include name="fogbugz.groovy" />
               <include name="thebuggenie.groovy" />
               <include name="fisheye.groovy" />
               <include name="redmine-fetch.groovy" />
            </fileset>
         </copy>
      </sequential>