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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user