File: TangoVers.in

package info (click to toggle)
tango 9.3.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 95,792 kB
  • sloc: cpp: 138,382; sh: 8,009; ansic: 1,083; makefile: 996; java: 800; python: 264; xml: 54
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!@SHELL@
#
#	Set the Class Path
#
LIB_DIR=@prefix@/share/java;	 export LIB_DIR
CLASSPATH=$LIB_DIR/JTango.jar:$LIB_DIR/Astor.jar
export CLASSPATH
LOGBACK=${TANGO_LOGBACK:-@prefix@/share/tango/logback.xml}
#
#	Start the java virtual machine
#
@JAVA@ \
    -Dlogback.configurationFile="$LOGBACK" \
    admin.astor.tango_release.JTangoVersion