You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/01/25 00:58:53 UTC

svn commit: r499622 - /incubator/openjpa/trunk/openjpa-all/pom.xml

Author: mprudhom
Date: Wed Jan 24 15:58:52 2007
New Revision: 499622

URL: http://svn.apache.org/viewvc?view=rev&rev=499622
Log:
Exclude the openjpa-examples jar from the aggregate jar, so we don't include the example classes in the OpenJPA jar.

Modified:
    incubator/openjpa/trunk/openjpa-all/pom.xml

Modified: incubator/openjpa/trunk/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-all/pom.xml?view=diff&rev=499622&r1=499621&r2=499622
==============================================================================
--- incubator/openjpa/trunk/openjpa-all/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-all/pom.xml Wed Jan 24 15:58:52 2007
@@ -48,6 +48,7 @@
                                     dest="${basedir}/target/classes">
                                     <fileset dir="${basedir}/..">
                                         <include name="*/target/openjpa-*.jar"/>
+                                        <exclude name="*/target/openjpa-examples-*.jar"/>
                                     </fileset>
                                 </unjar>