Skip to content
Snippets Groups Projects
Commit 014002da authored by felmer's avatar felmer
Browse files

change the way standard targets (defined in build-common.xml) are used: Looks...

change the way standard targets (defined in build-common.xml) are used: Looks like method overwriting on OO

SVN: 476
parent 2419f817
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,4 @@ ...@@ -2,12 +2,4 @@
<import file="../../build_resources/ant/build-common.xml" /> <import file="../../build_resources/ant/build-common.xml" />
<project-classpath name="ecp" classes="${classes}" /> <project-classpath name="ecp" classes="${classes}" />
<target name="compile">
<antcall target="-compile" />
</target>
<target name="compile-tests">
<antcall target="-compile-tests" />
</target>
</project> </project>
\ No newline at end of file
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