Remove now unnecessary -pre-build from ant
This commit is contained in:
parent
5d3372207a
commit
4929a8c15d
@ -1,16 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="custom_rules">
|
<project name="custom_rules">
|
||||||
|
|
||||||
<target name="-pre-build">
|
|
||||||
|
|
||||||
<echo message="Copying a bunch of files around to make F-Droid and its submodules build" />
|
|
||||||
<copy tofile="extern/android-support-v4-preferencefragment/libs/android-support-v4.jar"
|
|
||||||
file="libs/android-support-v4.jar" />
|
|
||||||
<copy tofile="extern/Support/v7/appcompat/libs/android-support-v4.jar"
|
|
||||||
file="libs/android-support-v4.jar" />
|
|
||||||
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="javadoc" description="Generate Javadocs">
|
<target name="javadoc" description="Generate Javadocs">
|
||||||
<javadoc sourcepath="${source.dir}"
|
<javadoc sourcepath="${source.dir}"
|
||||||
destdir="${out.dir}/javadoc"
|
destdir="${out.dir}/javadoc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user