[jboss-cvs] JBossAS SVN: r91909 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 1 11:44:54 EDT 2009


Author: pgier
Date: 2009-08-01 11:44:54 -0400 (Sat, 01 Aug 2009)
New Revision: 91909

Modified:
   trunk/build/build.xml
Log:
Fix extraction of jbossts-properties.xml.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-08-01 13:14:26 UTC (rev 91908)
+++ trunk/build/build.xml	2009-08-01 15:44:54 UTC (rev 91909)
@@ -2239,9 +2239,9 @@
 
     <unjar src="${jboss.jbossts:resources:jar}" dest="${install.all.conf}">
       <patternset>
-        <include name="jbossts-properties.xml-forJTA"/>
+        <include name="resources/jbossts-properties.xml-forJTA"/>
       </patternset>
-      <mapper type="glob" from="jbossts-properties.xml-forJTA" to="jbossts-properties.xml"/>
+      <mapper type="glob" from="resources/jbossts-properties.xml-forJTA" to="jbossts-properties.xml"/>
     </unjar>
 
     <!-- in in JTS mode the client needs some impl classes to make ClientUserTransaction work -->
@@ -2270,9 +2270,9 @@
     </copy>
     <unjar src="${jboss.jbossts:resources:jar}" dest="${install.examples}/transactions/">
       <patternset>
-        <include name="jbossts-properties.xml-forJTS"/>
+        <include name="resources/jbossts-properties.xml-forJTS"/>
       </patternset>
-      <mapper type="glob" from="jbossts-properties.xml-forJTS" to="jbossts-properties.xml"/>
+      <mapper type="glob" from="resources/jbossts-properties.xml-forJTS" to="jbossts-properties.xml"/>
     </unjar>
 
     <!-- copy JBossTS additions install script and instructions from jbossas-transactions module -->




More information about the jboss-cvs-commits mailing list