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 2006/11/08 23:34:08 UTC

svn commit: r472666 - /incubator/openjpa/trunk/openjpa-project/assembly.xml

Author: mprudhom
Date: Wed Nov  8 14:34:07 2006
New Revision: 472666

URL: http://svn.apache.org/viewvc?view=rev&rev=472666
Log:
Removed the openjpa-examples jar from the assembly (which should only contain the sources).

Modified:
    incubator/openjpa/trunk/openjpa-project/assembly.xml

Modified: incubator/openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/assembly.xml?view=diff&rev=472666&r1=472665&r2=472666
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/assembly.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/assembly.xml Wed Nov  8 14:34:07 2006
@@ -102,6 +102,7 @@
                 <exclude>org.apache.openjpa:openjpa-persistence</exclude>
                 <exclude>org.apache.openjpa:openjpa-persistence-jdbc</exclude>
                 <exclude>org.apache.openjpa:openjpa-xmlstore</exclude>
+                <exclude>org.apache.openjpa:openjpa-examples</exclude>
             </excludes>
         </dependencySet>
     </dependencySets>