No problem. I like what you've done in the 2.0 build better with the shade plugin, although I can't say I fully understand it.
-mike On Thu, Nov 11, 2010 at 8:35 PM, Donald Woods <[email protected]> wrote: > Thanks for catching that. > > -Donald > > > On 11/11/10 6:17 PM, [email protected] wrote: > > Author: mikedd > > Date: Thu Nov 11 23:17:07 2010 > > New Revision: 1034196 > > > > URL: http://svn.apache.org/viewvc?rev=1034196&view=rev > > Log: > > exclude testcases from openjpa-all.jar > > > > Modified: > > openjpa/branches/1.2.x/openjpa-all/pom.xml > > > > Modified: openjpa/branches/1.2.x/openjpa-all/pom.xml > > URL: > http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-all/pom.xml?rev=1034196&r1=1034195&r2=1034196&view=diff > > > ============================================================================== > > --- openjpa/branches/1.2.x/openjpa-all/pom.xml (original) > > +++ openjpa/branches/1.2.x/openjpa-all/pom.xml Thu Nov 11 23:17:07 2010 > > @@ -54,6 +54,7 @@ > > <fileset dir="${basedir}/.."> > > <include > name="*/target/openjpa-*.jar" /> > > <exclude > name="*/target/openjpa-examples-*.jar" /> > > + <exclude name="**/*test*.jar"/> > > <exclude name="**/*-sources.jar" > /> > > <exclude name="**/*-javadoc.jar" > /> > > </fileset> > > > > > > >
