Moved windows specific file templates into templates\windows

This commit is contained in:
Greg Richardson
2007-01-24 10:15:38 +00:00
parent 728d0204fb
commit fe83bfbbb5
10 changed files with 208 additions and 198 deletions

View File

@@ -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 <jluciani@novell.com>
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

View File

@@ -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 <jluciani@novell.com>
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

View File

@@ -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 <jluciani@novell.com>
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

View File

@@ -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 <jluciani@novell.com>
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

View File

@@ -0,0 +1,42 @@
#######################################################################
#
# Copyright (C) 2006 Novell, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Author: Juan Carlos Luciani <jluciani@novell.com>
#
#######################################################################
SUBDIRS =
DIST_SUBDIRS =
CFILES =
EXTRA_DIST = CasaAuthPolicyEditor.bat \
CasaAuthTokenSettingsEditor.bat \
CasaIdenTokenSettingsEditor.bat \
CasaSvcSettingsEditor.bat \
startup.bat \
shutdown.bat
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:
$(MAKE) -C $(TARGET_OS) $@
maintainer-clean-local:
rm -f Makefile.in

View File

@@ -0,0 +1,26 @@
@echo off
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 <jluciani@novell.com>
rem #
rem ########################################################################
ATS_JAVA_HOME/bin/tomcat5.exe //SS//CasaAuthTokenSvc

View File

@@ -0,0 +1,27 @@
@echo off
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 <jluciani@novell.com>
rem #
rem ########################################################################
ATS_JAVA_HOME/bin/tomcat5.exe //RS//CasaAuthTokenSvc