mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
mention that antcommand accepts no flags
This commit is contained in:
parent
60e923d6d8
commit
b81529103f
1 changed files with 2 additions and 2 deletions
|
@ -823,9 +823,9 @@ of the project. Separate items with semicolons.
|
|||
Specifies a list of source libraries or Android projects. Separate items with
|
||||
semicolons, and each item is of the form name@@rev where name is the predefined
|
||||
source library name and rev is the revision or tag in source control to use.
|
||||
|
||||
Each srclib has a metadata file under srclibs/ in the repository directory,
|
||||
and the source code is stored in build/srclib/.
|
||||
|
||||
Repo Type: and Repo: are specified in the same way as for apps; Subdir: can be
|
||||
a comma separated list, for when directories are renamed by upstream; Update
|
||||
Project: updates the projects in the working directory and one level down;
|
||||
|
@ -906,7 +906,7 @@ of the checked out repo.
|
|||
|
||||
@item antcommand=xxx
|
||||
Specify an alternate ant command (target) instead of the default
|
||||
'release'.
|
||||
'release'. It can't be given any flags, such as the path to a build.xml.
|
||||
|
||||
@item novcheck=yes
|
||||
Don't check that the version name and code in the resulting apk are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue