Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
briar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
briar
Commits
5204e0b9
Commit
5204e0b9
authored
12 years ago
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Fixed ant build files for Android project.
parent
b995a2dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
briar-android/.gitignore
+4
-0
4 additions, 0 deletions
briar-android/.gitignore
briar-android/ant.properties
+3
-0
3 additions, 0 deletions
briar-android/ant.properties
briar-android/custom_rules.xml
+14
-0
14 additions, 0 deletions
briar-android/custom_rules.xml
with
21 additions
and
0 deletions
briar-android/.gitignore
0 → 100644
+
4
−
0
View file @
5204e0b9
bin
gen
res
local.properties
This diff is collapsed.
Click to expand it.
briar-android/ant.properties
+
3
−
0
View file @
5204e0b9
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
# 'source.dir' for the location of your java source folder and
# 'source.dir' for the location of your java source folder and
# 'out.dir' for the location of your output folder.
# 'out.dir' for the location of your output folder.
source.dir
=
src:../briar-core/src
external.libs.dir
=
../briar-core/libs
# You can also use it define how the release builds are signed by declaring
# You can also use it define how the release builds are signed by declaring
# the following properties:
# the following properties:
# 'key.store' for the location of your keystore and
# 'key.store' for the location of your keystore and
...
...
This diff is collapsed.
Click to expand it.
briar-android/custom_rules.xml
0 → 100644
+
14
−
0
View file @
5204e0b9
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"Briar"
default=
"help"
>
<target
name=
"-pre-compile"
>
<path
id=
"project.all.jars.path"
>
<path
path=
"${toString:project.all.jars.path}"
/>
<fileset
dir=
"${jar.libs.dir}"
>
<include
name=
"*.jar"
/>
</fileset>
<fileset
dir=
"${external.libs.dir}"
>
<include
name=
"*.jar"
/>
</fileset>
</path>
</target>
</project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment