TestClient now builds with nant

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@704 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-12-11 00:30:18 +00:00
parent bd632a0584
commit 7edc76c697

View File

@@ -59,7 +59,7 @@
<target name="build" depends="init" description="Build all examples">
<foreach item="Folder" in="." property="example_path">
<call target="example" unless="${string::contains(example_path,'svn') or string::contains(example_path,'IA_') or string::contains(example_path,'Test')}"/>
<call target="example" unless="${string::contains(example_path,'svn') or string::contains(example_path,'IA_')}"/>
</foreach>
</target>