Author: mprudhom
Date: Tue Aug 21 19:40:59 2007
New Revision: 568385

URL: http://svn.apache.org/viewvc?rev=568385&view=rev
Log:
Fixed incorrect version in JTA jar name (which was preventing it from being 
included in the assembly after the removal of the JCA jar dependency)

Modified:
    openjpa/branches/1.0.0/openjpa-project/assembly.xml

Modified: openjpa/branches/1.0.0/openjpa-project/assembly.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.0.0/openjpa-project/assembly.xml?rev=568385&r1=568384&r2=568385&view=diff
==============================================================================
--- openjpa/branches/1.0.0/openjpa-project/assembly.xml (original)
+++ openjpa/branches/1.0.0/openjpa-project/assembly.xml Tue Aug 21 19:40:59 2007
@@ -104,7 +104,7 @@
                 <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.0.1B_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>
         </dependencySet>


Reply via email to