Remove now unnecessary -pre-build from ant

This commit is contained in:
Daniel Martí 2014-06-05 09:49:41 +02:00
parent 5d3372207a
commit 4929a8c15d

View File

@ -1,16 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<javadoc sourcepath="${source.dir}"
destdir="${out.dir}/javadoc"