mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Drop extlibs for GhostCommander plugins (dropped in c2e075a188)
This commit is contained in:
parent
07d9efe710
commit
044f3c2769
5 changed files with 0 additions and 20 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project name="imported">
|
|
||||||
<target name="-post-compile">
|
|
||||||
<macrodef name="dex-helper">
|
|
||||||
<element name="external-libs" optional="yes"/>
|
|
||||||
<attribute name="nolocals" default="false"/>
|
|
||||||
<sequential>
|
|
||||||
<property name="out.dex.input.absolute.dir" value="${out.classes.absolute.dir}"/>
|
|
||||||
<path id="out.dex.jar.input.ref" path="${basedir}/libs/jcifs-1.3.17.jar"/>
|
|
||||||
<dex executable="${dx}" output="${intermediate.dex.file}" nolocals="@{nolocals}" verbose="${verbose}">
|
|
||||||
<path path="${out.dex.input.absolute.dir}"/>
|
|
||||||
<path refid="out.dex.jar.input.ref"/>
|
|
||||||
<external-libs/>
|
|
||||||
</dex>
|
|
||||||
</sequential>
|
|
||||||
</macrodef>
|
|
||||||
</target>
|
|
||||||
</project>
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
http://mvnrepository.com/artifact/ch.ethz.ganymed/ganymed-ssh2/
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
http://jcifs.samba.org/src/jcifs-1.3.17.jar
|
|
||||||
Loading…
Reference in a new issue