Skip to content

Commit

Permalink
add local targets import
Browse files Browse the repository at this point in the history
  • Loading branch information
skynavga committed Nov 28, 2011
1 parent 02fe5a9 commit de1b874
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ NOTE:
</fail>
<echo>All tests passed!</echo>
</target>
<!-- =================================================================== -->
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->
<target name="clean" description="Cleans the build directory">
Expand Down Expand Up @@ -1458,4 +1458,10 @@ NOTE:
</xmlcatalog>
</xmlvalidate>
</target>

<!-- =================================================================== -->
<!-- Local targets -->
<!-- =================================================================== -->
<import file="build-local.targets.xml" optional="true"/>

</project>

0 comments on commit de1b874

Please sign in to comment.