[jboss-cvs] JBossAS SVN: r66653 - in branches/JBPAPP_4_2/ejb3: imports and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 1 10:41:22 EDT 2007


Author: wolfc
Date: 2007-11-01 10:41:22 -0400 (Thu, 01 Nov 2007)
New Revision: 66653

Added:
   branches/JBPAPP_4_2/ejb3/imports/build-mq2jbm.xml
Modified:
   branches/JBPAPP_4_2/ejb3/build-test.xml
Log:
JBPAPP-347: define mq2jbm macro


Modified: branches/JBPAPP_4_2/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/build-test.xml	2007-11-01 14:35:43 UTC (rev 66652)
+++ branches/JBPAPP_4_2/ejb3/build-test.xml	2007-11-01 14:41:22 UTC (rev 66653)
@@ -328,6 +328,7 @@
    <property name="jbosstest.beancount" value="5"/>
    <property name="jbosstest.nodeploy" value="false"/>
 
+   <import file="imports/build-mq2jbm.xml"/>
    <import file="imports/build-simple.xml"/>
    
    <target name="init">

Added: branches/JBPAPP_4_2/ejb3/imports/build-mq2jbm.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/imports/build-mq2jbm.xml	                        (rev 0)
+++ branches/JBPAPP_4_2/ejb3/imports/build-mq2jbm.xml	2007-11-01 14:41:22 UTC (rev 66653)
@@ -0,0 +1,15 @@
+<project name="build-mq2jbm">
+   <macrodef name="mq2jbm"
+      description="transform mq descriptors into jbm descriptors">
+      <attribute name="basedir" description="the directory containing mq descriptors"/>
+      <sequential>
+         <mkdir dir="${build.lib}"/>
+         
+         <xslt style="${resources}/test/mq2jbm.xsl"
+            basedir="@{basedir}"
+	        destdir="${build.lib}">
+            <mapper type="regexp" from="^(.*)-mq-service.xml$$" to="\1-jbm-service.xml"/>
+         </xslt>
+      </sequential>
+   </macrodef>
+</project>
\ No newline at end of file


Property changes on: branches/JBPAPP_4_2/ejb3/imports/build-mq2jbm.xml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list