diff options
| author | Manuel Traut <manut@vogone.traut> | 2009-12-27 14:21:13 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@vogone.traut> | 2009-12-27 14:21:13 +0100 |
| commit | b794b9e4f98fc8ed1809953d9303b219d5aebc1d (patch) | |
| tree | 0a0719adc962cea91c3fb9c163728902aae1f391 /auth.sh | |
| parent | c5bdf98fd36b754d36f29a3210d4710514e38597 (diff) | |
startup: cleanup startup scripts
- remove scripts for each jar file
- start-java.sh introtuced - apps can now be started by e.g.
./start-java.sh yalpPGSqlAuth.jar
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'auth.sh')
| -rwxr-xr-x | auth.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth.sh b/auth.sh deleted file mode 100755 index dd0fe2f..0000000 --- a/auth.sh +++ /dev/null @@ -1 +0,0 @@ -java -Djava.library.path=./lib -jar yalpPGSqlAuth.jar -ORBInitialPort 1050 -ORBInitialHost localhost |
