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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user