Skip to content
Snippets Groups Projects
Commit b0d8e739 authored by david_williams's avatar david_williams
Browse files

add wtpcap build

parent 7deca814
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,8 @@
</target>
<target
name="build"
depends="init">
depends="init"
if="doBuild">
<!--this property required as of Eclipse 3.0 stream builds > 20031126 -->
<property
......@@ -345,7 +346,11 @@
arg1="${buildType}"
arg2="N" />
</condition>
<condition property="doBuild" >
<available resource="${wtp.builder.home}/components/${component}" type="dir" />
</condition>
</target>
<target
name="runEclipseBuild"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment