[jboss-svn-commits] JBL Code SVN: r18514 - labs/jbosstm/trunk/XTS/demo/dd/jboss.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 19 12:29:34 EST 2008


Author: adinn
Date: 2008-02-19 12:29:34 -0500 (Tue, 19 Feb 2008)
New Revision: 18514

Modified:
   labs/jbosstm/trunk/XTS/demo/dd/jboss/application-sa.xml
Log:
fixed typo in stand-alone XTS demo war file name

Modified: labs/jbosstm/trunk/XTS/demo/dd/jboss/application-sa.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/dd/jboss/application-sa.xml	2008-02-19 17:20:13 UTC (rev 18513)
+++ labs/jbosstm/trunk/XTS/demo/dd/jboss/application-sa.xml	2008-02-19 17:29:34 UTC (rev 18514)
@@ -58,14 +58,14 @@
 
     <module>
         <web>
-            <web-uri>xts-demo-webservices.war</web-uri>
+            <web-uri>xts-sa-demo-webservices.war</web-uri>
             <context-root>/xtsdemowebservices</context-root>
         </web>
     </module>
 
     <module>
         <web>
-            <web-uri>xts-demo.war</web-uri>
+            <web-uri>xts-sa-demo.war</web-uri>
             <context-root>/xts-demo</context-root>
         </web>
     </module>




More information about the jboss-svn-commits mailing list