Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy committed Apr 5, 2023
1 parent 317f41e commit c14556e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions etc/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
<web-app>
<display-name>XProc-Z</display-name>
<description>An XML processing web service</description>
<!-- any Context parameters? -->
<context-param>
<param-name>xproc-z.main</param-name>
<param-value>/etc/xproc-z/xproc-z.xpl</param-value>
<description>The location of xproc-z's main pipeline</description>
</context-param>
<servlet>
<servlet-name>xproc-z</servlet-name>
<servlet-class>com.conaltuohy.xprocz.XProcZServlet</servlet-class>
<init-param>
<param-name>xproc-z.main</param-name>
<param-value>/etc/xproc-z/xproc-z.xpl</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>xproc-z</servlet-name>
Expand Down

0 comments on commit c14556e

Please sign in to comment.