2014/1/25  <ma...@apache.org>:
> Author: markt
> Date: Fri Jan 24 21:46:16 2014
> New Revision: 1561201
>
> URL: http://svn.apache.org/r1561201
> Log:
> Backport r1560931 with +1 votes on dev list from markt, kkolinko and rjung
> Remove the dependency between coyote and jsp-api since servlet-api now 
> contains the necessary schemas
>
> Modified:
>     tomcat/tc6.0.x/trunk/build.xml
>     
> tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/descriptor/DigesterFactory.java
>     tomcat/tc6.0.x/trunk/res/maven/coyote.pom
>
> Modified: tomcat/tc6.0.x/trunk/build.xml
> URL: 
> http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?rev=1561201&r1=1561200&r2=1561201&view=diff
> ==============================================================================
> --- tomcat/tc6.0.x/trunk/build.xml (original)
> +++ tomcat/tc6.0.x/trunk/build.xml Fri Jan 24 21:46:16 2014
> @@ -177,6 +177,8 @@
>      <include name="javax/servlet/*" />
>      <include name="javax/servlet/http/*" />
>      <include name="javax/servlet/resources/*" />
> +    <include name="javax/servlet/jsp/resoucres/*" />
> +    <exclude name="javax/servlet/jsp/resoucres/jspxml*" />

1. A typo in the above two lines. ("resoucres")
2. This may need update to NOTICE files.

>    </patternset>
>


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to