| | |
| | | <arg value="--substitute" />
|
| | | <arg value="%JGIT%=${jgit.version}" />
|
| | |
|
| | | <arg value="--load" />
|
| | | <arg value="--properties" />
|
| | | <arg value="%PROPERTIES%=${basedir}/distrib/gitblit.properties" />
|
| | |
|
| | | <arg value="--nomarkdown" />
|
| | | <arg value="%BEGINCODE%:%ENDCODE%" />
|
| | |
|
| | | <arg value="--substitute" />
|
| | | <arg value=""%BEGINCODE%=<pre class='prettyprint lang-java'>"" />
|
| | |
|
| | | <arg value="--substitute" />
|
| | | <arg value="%ENDCODE%=</pre>" />
|
| | | </java>
|
| | | </target>
|
| | |
|
| | |
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | | <!-- Copy google-code-prettify -->
|
| | | <mkdir dir="${basedir}/src/com/gitblit/wicket/pages/prettify" />
|
| | | <copy todir="${project.site.dir}/prettify">
|
| | | <fileset dir="${basedir}/src/com/gitblit/wicket/pages/prettify">
|
| | | <exclude name="thumbs.db" />
|
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | | <!-- Generate thumbnails of screenshots -->
|
| | | <java classpath="${project.build.dir}" classname="com.gitblit.build.BuildThumbnails">
|
| | | <classpath refid="master-classpath" />
|
| | |
| | |
|
| | | <arg value="--properties" />
|
| | | <arg value="%PROPERTIES%=${basedir}/distrib/gitblit.properties" />
|
| | | |
| | | <arg value="--nomarkdown" />
|
| | | <arg value="%BEGINCODE%:%ENDCODE%" />
|
| | |
|
| | | <arg value="--substitute" />
|
| | | <arg value=""%BEGINCODE%=<pre class='prettyprint lang-java'>"" />
|
| | |
|
| | | <arg value="--substitute" />
|
| | | <arg value="%ENDCODE%=</pre>" />
|
| | |
|
| | | </java>
|
| | | </target>
|