Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal committed Mar 7, 2020
1 parent 7a12ea5 commit ec52c65
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 @@ -26,10 +26,7 @@ For any inquiry or need additional information, please contact support-qaf@infos
-->

<project basedir="." default="test" name="QMetryAutomationFramework" xmlns:ivy="antlib:org.apache.ivy.ant">


<get src="https://raw.githubusercontent.com/qmetry/qaf/master/shared-build-tasks.xml" dest="../common-build-tasks.xml" skipexisting="true" />
<import file="../common-build-tasks.xml" optional="false" />
<import file="common-build-tasks.xml" optional="false" />

<path id="build.classpath">
<fileset dir="${lib.dir}">
Expand Down

0 comments on commit ec52c65

Please sign in to comment.