From 4eda09e6b277dde680d3cd372f32e3ddce133e11 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 14 Oct 2009 10:09:48 +0000
Subject: [PATCH] SE-146 ensure that xsd file is in the right directory in a
 jar file

SVN: 12964
---
 rtd_yeastx/build/build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rtd_yeastx/build/build.xml b/rtd_yeastx/build/build.xml
index da0609db348..9f06b564efd 100644
--- a/rtd_yeastx/build/build.xml
+++ b/rtd_yeastx/build/build.xml
@@ -27,6 +27,8 @@
 			</fileset>
 			<fileset dir="source">
 				<include name="**/*.sql" />
+			</fileset>	
+			<fileset dir="source/java">
 				<include name="**/*.xsd" />
 			</fileset>	
 		</recursive-jar>
-- 
GitLab