mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 03:35:52 +00:00
Move protobufs to src/main/proto.
This commit is contained in:
parent
8e395e2b31
commit
2d06e866de
@ -70,14 +70,14 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<path id="proto.path">
|
<path id="proto.path">
|
||||||
<fileset dir="src">
|
<fileset dir="src/main/proto">
|
||||||
<include name="**/*.proto"/>
|
<include name="**/*.proto"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</path>
|
</path>
|
||||||
<pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
|
<pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
|
||||||
<exec executable="protoc" failonerror="true">
|
<exec executable="protoc" failonerror="true">
|
||||||
<arg value="--java_out=${project.basedir}/src/main/java"/>
|
<arg value="--java_out=${project.basedir}/src/main/java"/>
|
||||||
<arg value="-I${project.basedir}/src"/>
|
<arg value="-I${project.basedir}/src/main/proto"/>
|
||||||
<arg line="${proto.files}"/>
|
<arg line="${proto.files}"/>
|
||||||
</exec>
|
</exec>
|
||||||
</tasks>
|
</tasks>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user