James Moger
2014-02-21 fa38a155cf2019c1fc7904ab47d37c0e7e558c13
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>