[jboss-svn-commits] JBL Code SVN: r12450 - labs/jbosstm/trunk/ArjunaJTS/trailmap.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 11 05:56:13 EDT 2007


Author: jhalliday
Date: 2007-06-11 05:56:13 -0400 (Mon, 11 Jun 2007)
New Revision: 12450

Modified:
   labs/jbosstm/trunk/ArjunaJTS/trailmap/build.xml
Log:
Adjust trailmap build.xml so that it deals with JTA 1.1 API being packaged as a .zip not a .jar


Modified: labs/jbosstm/trunk/ArjunaJTS/trailmap/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/trailmap/build.xml	2007-06-11 09:49:40 UTC (rev 12449)
+++ labs/jbosstm/trunk/ArjunaJTS/trailmap/build.xml	2007-06-11 09:56:13 UTC (rev 12450)
@@ -1,20 +1,20 @@
 <!--
   JBoss, Home of Professional Open Source
   Copyright 2006, Red Hat Middleware LLC, and individual contributors
-  as indicated by the @author tags. 
-  See the copyright.txt in the distribution for a full listing 
+  as indicated by the @author tags.
+  See the copyright.txt in the distribution for a full listing
   of individual contributors.
   This copyrighted material is made available to anyone wishing to use,
   modify, copy, or redistribute it subject to the terms and conditions
   of the GNU General Public License, v. 2.0.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.  See the GNU General Public License for more details.
   You should have received a copy of the GNU General Public License,
   v. 2.0 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   MA  02110-1301, USA.
-  
+
   (C) 2005-2006,
   @author JBoss Inc.
 -->
@@ -72,7 +72,7 @@
         <javac srcdir="${src}" destdir="${build}">
             <classpath>
                 <fileset dir="${jbosstshome}/lib" includes="*.jar"/>
-                <fileset dir="${jbosstshome}/lib/ext" includes="*.jar"/>
+                <fileset dir="${jbosstshome}/lib/ext" includes="*.jar,*.zip"/>
                 <fileset dir="${jacorb-home}/lib" includes="*.jar"/>
             </classpath>
         </javac>




More information about the jboss-svn-commits mailing list