Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
6ec848baa59c73c9b809173c82ff239eb66a4a54
openbis
image_readers
build
antrun.sh
Find file
Normal view
Permalink
antrun.sh
95 B
Newer
Older
[LMS-2098] image_readers clean API (part2)
kaloyane
committed
13 years ago
1
2
3
4
5
6
#! /bin/bash
ME
=
"
$0
"
MYDIR
=
${
ME
%/*
}
cd
$MYDIR
ant
-lib
../../build_resources/lib/ecj.jar
"
$@
"