From 7d71483ba6ce3f3e7375d2a35945c7b04db084e7 Mon Sep 17 00:00:00 2001
From: Sasha Sherstnev <a.sherstnev@dundee.ac.uk>
Date: Mon, 3 Feb 2014 10:32:20 +0000
Subject: [PATCH] Add file needed for WS deployment on Tomcat

---
 build.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 7b08aa6..1ce818c 100644
--- a/build.xml
+++ b/build.xml
@@ -133,6 +133,7 @@
 			<zipfileset dir="${basedir}/WEB-INF" prefix="WEB-INF">
 				<exclude name="classes"/>
 				<include name="web.xml"/>
+				<include name="sun-jaxws.xml"/>
 				<include name="lib/*"/>
 			</zipfileset>
 			<zipfileset dir="." includes="${proteocache-jar}" fullpath="WEB-INF/lib/proteocache.jar"/>
-- 
1.7.10.2