[jboss-svn-commits] JBL Code SVN: r5652 - labs/jbossesb/trunk/product/core/services/tests
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 9 13:14:39 EDT 2006
Author: tfennelly
Date: 2006-08-09 13:14:37 -0400 (Wed, 09 Aug 2006)
New Revision: 5652
Added:
labs/jbossesb/trunk/product/core/services/tests/application.xml
Log:
forgot to add the test application.xml
Added: labs/jbossesb/trunk/product/core/services/tests/application.xml
===================================================================
--- labs/jbossesb/trunk/product/core/services/tests/application.xml 2006-08-09 17:06:27 UTC (rev 5651)
+++ labs/jbossesb/trunk/product/core/services/tests/application.xml 2006-08-09 17:14:37 UTC (rev 5652)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application version="1.4"
+ xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+ http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
+ <display-name>JbossEsb AppServer basic services</display-name>
+ <module>
+ <ejb>jbossesb-instr-all.jar</ejb>
+ </module>
+</application>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list