Ensure README goes to main.basedir

This commit is contained in:
Dave Syer
2014-10-13 14:16:30 +01:00
parent 1ac7ed9973
commit 0ef956d1c4

View File

@@ -196,7 +196,7 @@
<java classname="org.jruby.Main" failonerror="yes">
<arg value="${basedir}/src/main/ruby/generate_readme.sh" />
<arg value="-o" />
<arg value="${basedir}/README.adoc" />
<arg value="${main.basedir}/README.adoc" />
</java>
</tasks>
</configuration>