mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
remove jeans image from build.xml
This commit is contained in:
parent
c0fb6e91bc
commit
8c89652890
26
build.xml
26
build.xml
@ -242,30 +242,4 @@
|
||||
<unzip src="${nbdist.dir}/${app.name}-${app.version}.zip" dest="${nbdist.dir}/${app.name}-installer"/>
|
||||
<antcall target="build-installer-${os.family}" />
|
||||
</target>
|
||||
|
||||
<property name="test-input" location="Test/input"/>
|
||||
<target name="test-download-imgs" description="Get test images and store them in the path represented by the test-input variable.">
|
||||
<available file="${test-input}/nps-2008-jean.E01" property="img-present-1"/>
|
||||
<available file="${test-input}/nps-2008-jean.E02" property="img-present-2"/>
|
||||
<if>
|
||||
<equals arg1="${img-present-1}" arg2="true"/>
|
||||
<then>
|
||||
<echo message = "nps-2008-jean.E01 already present."/>
|
||||
</then>
|
||||
<else>
|
||||
<mkdir dir="${test-input}" />
|
||||
<get src="http://digitalcorpora.org/corp/nps/drives/nps-2008-jean/nps-2008-jean.E01" dest="${test-input}"/>
|
||||
</else>
|
||||
</if>
|
||||
<if>
|
||||
<equals arg1="${img-present-2}" arg2="true"/>
|
||||
<then>
|
||||
<echo message = "nps-2008-jean.E02 already present."/>
|
||||
</then>
|
||||
<else>
|
||||
<mkdir dir="${test-input}" />
|
||||
<get src="http://digitalcorpora.org/corp/nps/drives/nps-2008-jean/nps-2008-jean.E02" dest="${test-input}"/>
|
||||
</else>
|
||||
</if>
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user