You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/09/17 10:16:32 UTC

svn commit: r696195 - /openjpa/branches/1.0.x/openjpa-all/pom.xml

Author: mikedd
Date: Wed Sep 17 01:16:31 2008
New Revision: 696195

URL: http://svn.apache.org/viewvc?rev=696195&view=rev
Log:
OPENJPA-713 exclude sources and javadoc from aggregate openjpa jar (merge revision 696193)

Modified:
    openjpa/branches/1.0.x/openjpa-all/pom.xml

Modified: openjpa/branches/1.0.x/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-all/pom.xml?rev=696195&r1=696194&r2=696195&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-all/pom.xml Wed Sep 17 01:16:31 2008
@@ -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>