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>