diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-20 20:16:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-20 20:16:31 -0400 |
commit | 531cd203f387f8358a2e15da5f6171f5871ea688 (patch) | |
tree | 37b82696690d1197619345a0c2b4bcfdb0dea7c3 /build.xml | |
parent | 45c0d6ed8c9c3afc4d09200358ee2d53f06023e2 (diff) | |
download | gitblit-531cd203f387f8358a2e15da5f6171f5871ea688.tar.gz gitblit-531cd203f387f8358a2e15da5f6171f5871ea688.zip |
Support Markdown rendering. Use Wicket GoogleCharts from Maven.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ </path>
<javac destdir="${project.build.dir}">
<src path="${basedir}/src" />
- <src path="${basedir}/contrib" />
<classpath refid="master-classpath" />
</javac>
<copy todir="${project.build.dir}">
|