From 6684268ee6ab87658d51b22b11f00d28f289b0d5 Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Mon, 22 Jan 2007 10:59:04 +0000 Subject: [PATCH] Add batch files to launch editors --- .../Svc/templates/CasaAuthPolicyEditor.bat | 33 +++++++++++++++++++ .../templates/CasaAuthTokenSettingsEditor.bat | 33 +++++++++++++++++++ .../templates/CasaIdenTokenSettingsEditor.bat | 33 +++++++++++++++++++ .../Svc/templates/CasaSvcSettingsEditor.bat | 33 +++++++++++++++++++ 4 files changed, 132 insertions(+) create mode 100644 CASA-auth-token/server-java/Svc/templates/CasaAuthPolicyEditor.bat create mode 100644 CASA-auth-token/server-java/Svc/templates/CasaAuthTokenSettingsEditor.bat create mode 100644 CASA-auth-token/server-java/Svc/templates/CasaIdenTokenSettingsEditor.bat create mode 100644 CASA-auth-token/server-java/Svc/templates/CasaSvcSettingsEditor.bat diff --git a/CASA-auth-token/server-java/Svc/templates/CasaAuthPolicyEditor.bat b/CASA-auth-token/server-java/Svc/templates/CasaAuthPolicyEditor.bat new file mode 100644 index 00000000..bb6ed8ba --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/CasaAuthPolicyEditor.bat @@ -0,0 +1,33 @@ +rem ######################################################################## +rem # +rem # Copyright (C) 2006 Novell, Inc. All Rights Reserved. +rem # +rem # This library is free software; you can redistribute it and/or +rem # modify it under the terms of the GNU Lesser General Public +rem # License as published by the Free Software Foundation; version 2.1 +rem # of the License. +rem # +rem # This library is distributed in the hope that it will be useful, +rem # but WITHOUT ANY WARRANTY; without even the implied warranty of +rem # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +rem # Library Lesser General Public License for more details. +rem # +rem # You should have received a copy of the GNU Lesser General Public +rem # License along with this library; if not, Novell, Inc. +rem # +rem # To contact Novell about this file by physical or electronic mail, +rem # you may find current contact information at www.novell.com. +rem # +rem # Author: Juan Carlos Luciani +rem # +rem ######################################################################## + +rem ######################################################################## +rem # +rem # Script for editing auth.policy files +rem # +rem ######################################################################## + +rem # Perform the operation requested +ATS_JAVA_HOME\bin\java -jar ATS_INSTALL_DIRats\lib\CasaAuthPolicyEditor.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 + diff --git a/CASA-auth-token/server-java/Svc/templates/CasaAuthTokenSettingsEditor.bat b/CASA-auth-token/server-java/Svc/templates/CasaAuthTokenSettingsEditor.bat new file mode 100644 index 00000000..2006bfda --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/CasaAuthTokenSettingsEditor.bat @@ -0,0 +1,33 @@ +rem ######################################################################## +rem # +rem # Copyright (C) 2006 Novell, Inc. All Rights Reserved. +rem # +rem # This library is free software; you can redistribute it and/or +rem # modify it under the terms of the GNU Lesser General Public +rem # License as published by the Free Software Foundation; version 2.1 +rem # of the License. +rem # +rem # This library is distributed in the hope that it will be useful, +rem # but WITHOUT ANY WARRANTY; without even the implied warranty of +rem # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +rem # Library Lesser General Public License for more details. +rem # +rem # You should have received a copy of the GNU Lesser General Public +rem # License along with this library; if not, Novell, Inc. +rem # +rem # To contact Novell about this file by physical or electronic mail, +rem # you may find current contact information at www.novell.com. +rem # +rem # Author: Juan Carlos Luciani +rem # +rem ######################################################################## + +rem ######################################################################## +rem # +rem # Script for editing authtoken.settings files +rem # +rem ######################################################################## + +rem # Perform the operation requested +ATS_JAVA_HOME\bin\java -jar ATS_INSTALL_DIRats\lib\CasaAuthTokenSettingsEditor.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 + diff --git a/CASA-auth-token/server-java/Svc/templates/CasaIdenTokenSettingsEditor.bat b/CASA-auth-token/server-java/Svc/templates/CasaIdenTokenSettingsEditor.bat new file mode 100644 index 00000000..17cd7982 --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/CasaIdenTokenSettingsEditor.bat @@ -0,0 +1,33 @@ +rem ######################################################################## +rem # +rem # Copyright (C) 2006 Novell, Inc. All Rights Reserved. +rem # +rem # This library is free software; you can redistribute it and/or +rem # modify it under the terms of the GNU Lesser General Public +rem # License as published by the Free Software Foundation; version 2.1 +rem # of the License. +rem # +rem # This library is distributed in the hope that it will be useful, +rem # but WITHOUT ANY WARRANTY; without even the implied warranty of +rem # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +rem # Library Lesser General Public License for more details. +rem # +rem # You should have received a copy of the GNU Lesser General Public +rem # License along with this library; if not, Novell, Inc. +rem # +rem # To contact Novell about this file by physical or electronic mail, +rem # you may find current contact information at www.novell.com. +rem # +rem # Author: Juan Carlos Luciani +rem # +rem ######################################################################## +rem +rem ######################################################################## +rem # +rem # Script for editing identoken.settings files +rem # +rem ######################################################################## + +rem # Peform the operation requested +ATS_JAVA_HOME\bin\java -jar ATS_INSTALL_DIRats\lib\CasaIdenTokenSettingsEditor.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 + diff --git a/CASA-auth-token/server-java/Svc/templates/CasaSvcSettingsEditor.bat b/CASA-auth-token/server-java/Svc/templates/CasaSvcSettingsEditor.bat new file mode 100644 index 00000000..3bdbab3b --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/CasaSvcSettingsEditor.bat @@ -0,0 +1,33 @@ +rem ######################################################################## +rem # +rem # Copyright (C) 2006 Novell, Inc. All Rights Reserved. +rem # +rem # This library is free software; you can redistribute it and/or +rem # modify it under the terms of the GNU Lesser General Public +rem # License as published by the Free Software Foundation; version 2.1 +rem # of the License. +rem # +rem # This library is distributed in the hope that it will be useful, +rem # but WITHOUT ANY WARRANTY; without even the implied warranty of +rem # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +rem # Library Lesser General Public License for more details. +rem # +rem # You should have received a copy of the GNU Lesser General Public +rem # License along with this library; if not, Novell, Inc. +rem # +rem # To contact Novell about this file by physical or electronic mail, +rem # you may find current contact information at www.novell.com. +rem # +rem # Author: Juan Carlos Luciani +rem # +rem ######################################################################## + +rem ######################################################################## +rem # +rem # Script for editing svc.settings files +rem # +rem ######################################################################## + +rem # Perform the operation requested +ATS_JAVA_HOME\bin\java -jar ATS_INSTALL_DIRats\lib\CasaSvcSettingsEditor.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 +