OPENJPA-713 exclude sources and javadoc from aggregate openjpa jar (merge revision 696193)

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@696195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-09-17 08:16:31 +00:00
parent c5435b8a5a
commit 238ada5d8e
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
<fileset dir="${basedir}/..">
<include name="*/target/openjpa-*.jar" />
<exclude name="*/target/openjpa-examples-*.jar" />
<exclude name="**/*-sources.jar"/>
<exclude name="**/*-javadoc.jar"/>
</fileset>
</unjar>