Author: pcl
Date: Mon Oct 8 14:34:17 2007
New Revision: 582982
URL: http://svn.apache.org/viewvc?rev=582982&view=rev
Log:
removing dependencies on JMS and commons-logging from the distribution. Neither of these are
required for OpenJPA usage.
Modified:
openjpa/trunk/openjpa-project/assembly.xml
Modified: openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/assembly.xml?rev=582982&r1=582981&r2=582982&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/assembly.xml (original)
+++ openjpa/trunk/openjpa-project/assembly.xml Mon Oct 8 14:34:17 2007
@@ -98,12 +98,10 @@
<include>net.sourceforge.serp:serp</include>
<include>org.apache.derby:derby</include>
- <include>commons-logging:commons-logging</include>
<include>commons-lang:commons-lang</include>
<include>commons-collections:commons-collections</include>
<include>commons-pool:commons-pool</include>
- <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include>
</includes>
|