Author: remy.maucherat(a)jboss.com
Date: 2008-07-04 05:47:10 -0400 (Fri, 04 Jul 2008)
New Revision: 702
Modified:
trunk/build.xml
trunk/webapps/docs/changelog.xml
Log:
- Packaging fix and typo.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-07-04 08:39:35 UTC (rev 701)
+++ trunk/build.xml 2008-07-04 09:47:10 UTC (rev 702)
@@ -578,6 +578,7 @@
<include name="org/apache/tomcat/util/**" />
<include name="org/apache/jasper/**" />
<include name="org/apache/el/**" />
+ <include name="org/jboss/servlet/**" />
<include name="org/jboss/web/**" />
<!-- Javadoc and i18n exclusions -->
<exclude name="**/package.html" />
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2008-07-04 08:39:35 UTC (rev 701)
+++ trunk/webapps/docs/changelog.xml 2008-07-04 09:47:10 UTC (rev 702)
@@ -93,7 +93,7 @@
control stopping the connectors. (remm)
</fix>
<fix>
- <jboss-jira>JBAS-5671</jboss-jira>: Check child the right child is
passed when removing it. (remm)
+ <jboss-jira>JBAS-5671</jboss-jira>: Check the right child is passed
when removing it. (remm)
</fix>
<fix>
Extract the query string before normalization when getting a request dispatcher.
(remm)
Show replies by date