Browse Source

Removed whitespaces from build.xml (#3255)

pull/3257/head
mandlil 2 years ago
committed by GitHub
parent
commit
9e5b6b088a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions
  1. +9
    -8
      java/build.xml

+ 9
- 8
java/build.xml View File

@ -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"/>
@ -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" />


Loading…
Cancel
Save