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/04/18 19:16:48 UTC

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

Author: mprudhom
Date: Wed Apr 18 10:16:47 2007
New Revision: 530094

URL: http://svn.apache.org/viewvc?view=rev&rev=530094
Log:
Added docbook:docbook-xsl to the list of dependencies to exclude from the binary.

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=530094&r1=530093&r2=530094
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/assembly.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/assembly.xml Wed Apr 18 10:16:47 2007
@@ -114,6 +114,7 @@
 
                 <!-- not required for release -->
                 <exclude>hsqldb:hsqldb</exclude>
+                <exclude>docbook:docbook-xsl</exclude>
 
                 <!-- only required for persistence server -->
                 <exclude>javax.servlet:servlet-api</exclude>