Fix build.xml to work with Ubuntu 12.04 where protobuf jar has different name

This commit is contained in:
Jochen Topf 2014-03-30 21:28:14 +02:00
parent 08947fde4d
commit 3730430577
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
<src path="${src.generated.dir}"/>
<classpath>
<fileset file="/usr/share/java/protobuf.jar"/>
<fileset file="/usr/share/java/protobuf-java.jar"/>
</classpath>
</javac>
</target>