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 /src/YalpAuth | |
| 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 'src/YalpAuth')
| -rw-r--r-- | src/YalpAuth/YalpPGSqlAuth/YalpPGSqlAuth.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/YalpAuth/YalpPGSqlAuth/YalpPGSqlAuth.java b/src/YalpAuth/YalpPGSqlAuth/YalpPGSqlAuth.java index 676fe3c..d497c3d 100644 --- a/src/YalpAuth/YalpPGSqlAuth/YalpPGSqlAuth.java +++ b/src/YalpAuth/YalpPGSqlAuth/YalpPGSqlAuth.java @@ -22,7 +22,7 @@ import YalpInterfaces.*; */ public class YalpPGSqlAuth { - private YalpAuthInterfaceImpl con; + private YalpAuthPluginImpl con; private DatabaseDefines config; public static void main(String[] args) |
