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
Snippets
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
Julian Dehm
briar
4deb52478dd8c186f948cc0f1af00a537889fd53
briar
build.xml
Find file
Normal view
Permalink
build.xml
84 B
Newer
Older
Added test jars and the first unit test.
akwizgran
committed
13 years ago
1
<project
name=
'all'
default=
'depend'
>
Initial commit with new directory structure.
akwizgran
committed
13 years ago
2
3
<import
file=
'build-common.xml'
/>
</project>