aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-10-02 15:00:06 +0200
committerSven Gothel <[email protected]>2023-10-02 15:00:06 +0200
commit0a0d4fc054670e2a40721a18930322b91ae580c8 (patch)
tree5bc751d94310c7d32e01985a1c32517b88bac9c3
parentf4a8ffff69f5882a11e1fec34bd22e0441c63d2c (diff)
build.xml: Fix typo in a target description
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 516daa1..2d5b739 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1232,7 +1232,7 @@
/>
</target>
- <target name="base.compile" description="Base compile ensuring valid build results w/o tampering the artifacts.properties"
+ <target name="base.compile" description="Base compile ensuring valid build results w/o tampering the artifact.properties"
depends="clean-temp, android-launcher.build, gluegen.build.java, gluegen.build.native, gluegen.build.shasum, gluegen.package.java, gluegen.package.native, android-launcher.package" />
<target name="all.no_junit" description="Release build" depends="base.compile, tag.build, android.package, developer-zip-archive" >