From 802ce9ee807841665660ade185b08faafa87bcab Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 13 Oct 2009 11:03:48 +0000
Subject: [PATCH] SE-146 try to fix bug

SVN: 12920
---
 rtd_phosphonetx/build/build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rtd_phosphonetx/build/build.xml b/rtd_phosphonetx/build/build.xml
index f2da856b71f..0d31910d8f0 100644
--- a/rtd_phosphonetx/build/build.xml
+++ b/rtd_phosphonetx/build/build.xml
@@ -10,6 +10,11 @@
 	<target name="compile" depends="build-common.compile, clean" />
 
 	<target name="run-tests">
+		<copy todir="${classes}">
+			<fileset dir="${sources}">
+				<include name="**/*.xsd" />
+			</fileset>
+		</copy>
 		<antcall target="build-common.run-tests">
 			<param name="test.suite" value="tests.xml" />
 		</antcall>
-- 
GitLab