3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

Fix output directory of protobuf regeneration.

This commit is contained in:
Mike Hearn 2012-04-08 14:27:08 +02:00
parent 513a75b4ba
commit 0fb81a7288

View File

@ -84,7 +84,7 @@
</path>
<pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
<exec executable="protoc" failonerror="true">
<arg value="--java_out=${project.basedir}/src"/>
<arg value="--java_out=${project.basedir}/src/main/java"/>
<arg value="-I${project.basedir}/src"/>
<arg line="${proto.files}"/>
</exec>