[jboss-cvs] JBossAS SVN: r99022 - in branches/JBPAPP_4_2_0_GA_CP/ejb3: src/resources/test/ejbthree1876/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 5 05:32:03 EST 2010


Author: wolfc
Date: 2010-01-05 05:32:02 -0500 (Tue, 05 Jan 2010)
New Revision: 99022

Added:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree1876/META-INF/application.xml
Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
Log:
JBPAPP-3259: added application.xml and run the test itself

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml	2010-01-05 10:28:12 UTC (rev 99021)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml	2010-01-05 10:32:02 UTC (rev 99022)
@@ -2112,28 +2112,29 @@
       </jar>
    </target>
 
-        <target name="ejbthree1876"
-                            description="Builds the ear and jar file(s) needed for testing EJBTHREE-1876."
-                            >
+   <target name="ejbthree1876"
+      description="Builds the ear and jar file(s) needed for testing EJBTHREE-1876."
+      >
 
-                            <mkdir dir="${build.lib}"/>
-                            <!--  First build the jar file containing the EJBs -->
-                            <jar jarfile="${build.lib}/ejbthree1876.jar">
-                                    <fileset dir="${build.classes}">
-                                            <include name="org/jboss/ejb3/test/ejbthree1876/*.class"/>
-                                    </fileset>
+      <mkdir dir="${build.lib}"/>
+      <!--  First build the jar file containing the EJBs -->
+      <jar jarfile="${build.lib}/ejbthree1876.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/ejbthree1876/*.class"/>
+         </fileset>
+      </jar>
 
-                            </jar>
-                            <!--  Now build the EAR and include the EJB jar and the queue-service.xml -->
-                            <jar jarfile="${build.lib}/ejbthree1876.ear">
-                                    <fileset dir="${build.lib}">
-                                            <include name="ejbthree1876.jar"/>
-                                    </fileset>
-                                    <fileset dir="${resources}/test/ejbthree1876">
-                                            <include name="META-INF/jboss-app.xml"/>
-                                    </fileset>
-                            </jar>
-        </target>
+      <!--  Now build the EAR and include the EJB jar and the queue-service.xml -->
+      <jar jarfile="${build.lib}/ejbthree1876.ear">
+         <fileset dir="${build.lib}">
+            <include name="ejbthree1876.jar"/>
+         </fileset>
+         <fileset dir="${resources}/test/ejbthree1876">
+            <include name="META-INF/application.xml"/>
+            <include name="META-INF/jboss-app.xml"/>
+         </fileset>
+      </jar>
+   </target>
 
    <target name="jbas4489"
       description="Builds a simple jar files."
@@ -4660,6 +4661,9 @@
          <param name="test" value="ejbthree1239"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
+         <param name="test" value="ejbthree1876"/>
+      </antcall>
+      <antcall target="test" inheritRefs="true">
          <param name="test" value="jbas4489"/>
       </antcall>
       <antcall target="test" inheritRefs="true">

Added: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree1876/META-INF/application.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree1876/META-INF/application.xml	                        (rev 0)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree1876/META-INF/application.xml	2010-01-05 10:32:02 UTC (rev 99022)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+   <module>
+      <ejb>ejbthree1876.jar</ejb>
+   </module>
+</application>


Property changes on: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree1876/META-INF/application.xml
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list