Author: dhinojosa
Date: 2012-08-28 14:05:18 -0400 (Tue, 28 Aug 2012)
New Revision: 15091
Added:
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/src/main/resources/
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/src/main/resources/application-for-ant-only.xml
Log:
Application-for-ant-only.xml
Added:
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/src/main/resources/application-for-ant-only.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/src/main/resources/application-for-ant-only.xml
(rev 0)
+++
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/src/main/resources/application-for-ant-only.xml 2012-08-28
18:05:18 UTC (rev 15091)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE application PUBLIC
+ "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
+ "http://java.sun.com/dtd/application_1_3.dtd">
+<application>
+ <display-name>booking-ear</display-name>
+ <description>Examples for Seam 2 Framework in Java EE6
environment</description>
+ <module>
+ <web>
+ <web-uri>booking-web.war</web-uri>
+ <context-root>/seam-booking</context-root>
+ </web>
+ </module>
+ <module>
+ <ejb>booking-ejb.jar</ejb>
+ </module>
+ <module>
+ <ejb>jboss-seam.jar</ejb>
+ </module>
+</application>
\ No newline at end of file
Show replies by date