1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

formatting

This commit is contained in:
Nikolay Pultsin 2014-01-19 01:44:54 +00:00
parent 0c4a105259
commit 59ba5f5b17

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="FBReaderJ" default="help"> <project name="FBReaderJ" default="help">
<loadproperties srcFile="local.properties" /> <loadproperties srcFile="local.properties" />
<property file="ant.properties" /> <property file="ant.properties" />
<loadproperties srcFile="project.properties" /> <loadproperties srcFile="project.properties" />
<!-- quick check on sdk.dir --> <!-- quick check on sdk.dir -->
<fail <fail
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'" message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
unless="sdk.dir" unless="sdk.dir"
/> />
<target name="init" description="Initialization..."> <target name="init" description="Initialization...">
<fail message="Ant 1.7.0 or higher is required. Please upgrade your ant."> <fail message="Ant 1.7.0 or higher is required. Please upgrade your ant.">
@ -55,14 +55,14 @@
<echo message="DONE (Checking if native libraries are up-to-date)"/> <echo message="DONE (Checking if native libraries are up-to-date)"/>
</target> </target>
<target name="-pre-build" depends="init, native"> <target name="-pre-build" depends="init, native">
</target> </target>
<!-- <!--
<target name="-pre-compile"> <target name="-pre-compile">
</target> </target>
<target name="-post-compile"> <target name="-post-compile">
</target> </target>
--> -->
<target name="clean"> <target name="clean">
<echo message="Deleting temporary files..." /> <echo message="Deleting temporary files..." />
@ -84,5 +84,5 @@
<echo message="DONE (Deleting native libraries)" /> <echo message="DONE (Deleting native libraries)" />
</target> </target>
<import file="${sdk.dir}/tools/ant/build.xml" /> <import file="${sdk.dir}/tools/ant/build.xml" />
</project> </project>