The Windows ATS Install has been updated to not perform the configuration step as part of the MSI install process.

This commit is contained in:
Juan Carlos Luciani
2007-04-12 17:38:29 +00:00
parent 05fd9550b5
commit dee103c988
49 changed files with 2069 additions and 6195 deletions

View File

@@ -20,22 +20,15 @@
#
#######################################################################
SUBDIRS = ClientKeystoreSetup DeleteFile InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService ShutdownWindowsService UpdateWarFile server-java_msi
SUBDIRS = AtsConfigurator server-java_msi
DIST_SUBDIRS = ClientKeystoreSetup DeleteFile CommandLauncher InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService ShutdownWindowsService UpdateWarFile server-java_msi
DIST_SUBDIRS = AtsConfigurator server-java_msi
EXTRA_DIST =
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:
$(MAKE) -C ClientKeystoreSetup $@
$(MAKE) -C DeleteFile $@
$(MAKE) -C InitConfigFile $@
$(MAKE) -C MungeCryptoPropertiesFilePath $@
$(MAKE) -C ServerKeystoreSetup $@
$(MAKE) -C SetupAsWindowsService $@
$(MAKE) -C ShutdownWindowsService $@
$(MAKE) -C UpdateWarFile $@
$(MAKE) -C AtsConfigurator $@
$(MAKE) -C server-java_msi $@
clean-local: