Skip to content

Commit

Permalink
Removed whitespaces from build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandlil authored Oct 25, 2023
1 parent 93f4bf6 commit 9f19212
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<property name="prefixmapper.test.dir" value="internal/prefixmapper/test"/>
<property name="build.dir" value="build"/>
<property name="classes.dir" value="${build.dir}/classes"/>
<property name="script.dir" value="script"/>
<property name="script.name" value="download-junit-jars.sh"/>
<property name="script.dir" value="script"/>
<property name="script.name" value="download-junit-jars.sh"/>
<property name="jar.dir" value="${build.dir}/jar"/>
<property name="lib.dir" value="lib"/>
<property name="report.dir" value="${build.dir}/junitreport"/>
Expand All @@ -32,13 +32,14 @@
<include name="**/*.jar"/>
</fileset>
</path>
<target name="download-jars">
<!-- Execute the shell script to download junit and mockito jars -->
<exec executable="sh" dir="${script.dir}">
<arg value="${script.name}"/>
</exec>

<target name="download-jars">
<!-- Execute the shell script to download junit and mockito jars -->
<exec executable="sh" dir="${script.dir}">
<arg value="${script.name}"/>
</exec>
</target>

<target name="build-phone-metadata">
<exec executable="java">
<arg value="-jar" />
Expand Down

0 comments on commit 9f19212

Please sign in to comment.