Skip to content

Commit 660fcd8

Browse files
author
aantono@gmail.com
committed
Added src jar generation when executing 'jar' target
git-svn-id: http://protobuf-java-format.googlecode.com/svn/trunk@23 baf96600-647d-11de-8fc2-3351cd7166e9
1 parent 99d1b3b commit 660fcd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protobuf-java-format/build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<include name="com/**/*" />
5151
<include name="**/*.txt" />
5252
</jar>
53+
<jar jarfile="${target}/${name}-src-${version}.jar" basedir="${src}/java" >
54+
<include name="**/*.java" />
55+
</jar>
5356
</target>
5457

5558
<target name="compile.test" depends="compile,compile.protoc">

0 commit comments

Comments
 (0)