mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
formatting
This commit is contained in:
parent
0c4a105259
commit
59ba5f5b17
1 changed files with 15 additions and 15 deletions
30
build.xml
30
build.xml
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="FBReaderJ" default="help">
|
||||
<loadproperties srcFile="local.properties" />
|
||||
<property file="ant.properties" />
|
||||
<loadproperties srcFile="project.properties" />
|
||||
<loadproperties srcFile="local.properties" />
|
||||
<property file="ant.properties" />
|
||||
<loadproperties srcFile="project.properties" />
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
|
||||
<target name="init" description="Initialization...">
|
||||
<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)"/>
|
||||
</target>
|
||||
|
||||
<target name="-pre-build" depends="init, native">
|
||||
</target>
|
||||
<target name="-pre-build" depends="init, native">
|
||||
</target>
|
||||
<!--
|
||||
<target name="-pre-compile">
|
||||
</target>
|
||||
<target name="-pre-compile">
|
||||
</target>
|
||||
|
||||
<target name="-post-compile">
|
||||
</target>
|
||||
<target name="-post-compile">
|
||||
</target>
|
||||
-->
|
||||
<target name="clean">
|
||||
<echo message="Deleting temporary files..." />
|
||||
|
@ -84,5 +84,5 @@
|
|||
<echo message="DONE (Deleting native libraries)" />
|
||||
</target>
|
||||
|
||||
<import file="${sdk.dir}/tools/ant/build.xml" />
|
||||
<import file="${sdk.dir}/tools/ant/build.xml" />
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue