Skip to content

Commit

Permalink
LPS-55630 Direct ant invoking
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed May 15, 2015
1 parent 3c8c60b commit 80770bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,7 @@
<target name="compile" depends="setup-sdk">
<delete file="javac.output.txt" />

<ant-execute
ant.dir="${project.dir}/modules/core/registry-api"
ant.target="compile"
/>
<ant dir="modules/core/registry-api" target="compile" inheritAll="false" />

<ant dir="portal-service" target="compile" inheritAll="false" />

Expand Down

0 comments on commit 80770bc

Please sign in to comment.