[jboss-cvs] JBossAS SVN: r67758 - projects/docs/trunk/Server_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 3 00:54:55 EST 2007


Author: xhuang at jboss.com
Date: 2007-12-03 00:54:54 -0500 (Mon, 03 Dec 2007)
New Revision: 67758

Modified:
   projects/docs/trunk/Server_Configuration_Guide/en-US/Deploy.xml
Log:
remove irrelative comments from Deploy.xml

Modified: projects/docs/trunk/Server_Configuration_Guide/en-US/Deploy.xml
===================================================================
--- projects/docs/trunk/Server_Configuration_Guide/en-US/Deploy.xml	2007-12-03 01:24:44 UTC (rev 67757)
+++ projects/docs/trunk/Server_Configuration_Guide/en-US/Deploy.xml	2007-12-03 05:54:54 UTC (rev 67758)
@@ -14,9 +14,9 @@
     
     
     <itemizedlist>
-      <listitem><para>The WAR application archive (e.g., myapp.war) packages a Java EE web application in a JAR file. It contains servlet classes, view pages, libraries, and deployment descriptors such as web.xml, faces-config.xml, and jboss-web.xml etc.<!-- Please see more in <xref linkend="Web_Applications-The_Tomcat_Service"/>-->.</para></listitem>
+      <listitem><para>The WAR application archive (e.g., myapp.war) packages a Java EE web application in a JAR file. It contains servlet classes, view pages, libraries, and deployment descriptors such as web.xml, faces-config.xml, and jboss-web.xml etc.</para></listitem>
       
-      <listitem><para>The EAR application archive (e.g., myapp.ear) packages a Java EE enterprise application in a JAR file. It typically contains a WAR file for the web module, JAR files for EJB modules, as well as deployment descriptors such as application.xml and jboss-app.xml etc.<!-- Please see more in <xref linkend="The_JBoss_JMX_Microkernel"/-->.</para></listitem>
+      <listitem><para>The EAR application archive (e.g., myapp.ear) packages a Java EE enterprise application in a JAR file. It typically contains a WAR file for the web module, JAR files for EJB modules, as well as deployment descriptors such as application.xml and jboss-app.xml etc.</para></listitem>
       
       <listitem><para>The SAR application archive (e.g., myservice.sar) packages a JBoss service in a JAR file. It is mostly used by JBoss internal services. Please see more in <xref linkend="The_JBoss_JMX_Microkernel"/>.</para></listitem>
       




More information about the jboss-cvs-commits mailing list