summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2013-03-25 22:49:16 -0400
committerJames Moger <james.moger@gmail.com>2013-03-25 22:49:16 -0400
commit49e3882ae6552a05fd2cd56e7ecd560d3f795ece (patch)
tree566b85579d00a606fb742793ecd5bf89aaf3895e /build.xml
parentccd790f11fe1d3b6509bec0b6a9a99a341237455 (diff)
downloadiciql-49e3882ae6552a05fd2cd56e7ecd560d3f795ece.tar.gz
iciql-49e3882ae6552a05fd2cd56e7ecd560d3f795ece.zip
Documentation
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 1a3e627..8344fa0 100644
--- a/build.xml
+++ b/build.xml
@@ -10,7 +10,7 @@
Retrieve Moxie Toolkit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <property name="moxie.version" value="0.7.0-SNAPSHOT" />
+ <property name="moxie.version" value="0.7.0" />
<property name="moxie.url" value="http://gitblit.github.com/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />
@@ -145,7 +145,7 @@
<property name="gc.url" value="http://code.google.com/p/iciql/downloads/detail?name=" />
<property name="releaselog" value="${basedir}/releases.moxie" />
- <mx:doc googleplusone="true" injectprettify="true" prettifyTheme="hemisu-dark" minify="true"
+ <mx:doc googleplusone="true" prettifyTheme="googlecode" minify="true"
templateDir="${project.siteSourceDirectory}/templates"
customless="custom.less" rssFeed="rss.xml" atomFeed="atom.xml">
@@ -153,7 +153,6 @@
<favicon file="iciql-favicon.png" />
<load token="%DBPERFORMANCE%" file="${project.outputDirectory}/performance_db.txt" />
- <nomarkdown startToken="%BEGINCODE%" endToken="%ENDCODE%" prettify="true" lang="java" />
<regex searchPattern="\b(issue)(\s*[#]?|-){0,1}(\d+)\b"
replacePattern="&lt;a href='${project.issuesUrl}/detail?id=$3'&gt;issue $3&lt;/a&gt;" />