IDEMPIERE-3451 switch update*bat files
This commit is contained in:
parent
58df7a7405
commit
19a04cf3cf
|
@ -6,38 +6,6 @@ set DESTINATION=%cd%
|
|||
@echo %DESTINATION%
|
||||
@echo %1%
|
||||
|
||||
copy idempiere.ini idempiere.ini.sav
|
||||
|
||||
if exist jetty.xml.sav del /q jetty.xml.sav
|
||||
if exist jettyhome\etc\jetty.xml (
|
||||
copy jettyhome\etc\jetty.xml jetty.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-ssl.xml.sav del /q jetty-ssl.xml.sav
|
||||
if exist jettyhome\etc\jetty-ssl.xml (
|
||||
copy jettyhome\etc\jetty-ssl.xml jetty-ssl.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-selector.xml.sav del /q jetty-selector.xml.sav
|
||||
if exist jettyhome\etc\jetty-selector.xml (
|
||||
copy jettyhome\etc\jetty-selector.xml jetty-selector.xml.sav
|
||||
)
|
||||
|
||||
@call %DESTINATION%\update-prd %1% org.adempiere.server.product
|
||||
|
||||
copy idempiere.ini.sav idempiere.ini
|
||||
|
||||
if exist jetty.xml.sav (
|
||||
copy jetty.xml.sav jettyhome\etc\jetty.xml
|
||||
del /q jetty.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-ssl.xml.sav (
|
||||
copy jetty-ssl.xml.sav jettyhome\etc\jetty-ssl.xml
|
||||
del /q jetty-ssl.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-selector.xml.sav (
|
||||
copy jetty-selector.xml.sav jettyhome\etc\jetty-selector.xml
|
||||
del /q jetty-selector.xml.sav
|
||||
)
|
||||
FOR %%c in (plugins\org.eclipse.equinox.launcher_1.*.jar) DO set JARFILE=%%c
|
||||
java -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4 -Djava.net.preferIPv4Stack=true -jar %JARFILE% -install director -configuration director/configuration -application org.eclipse.equinox.p2.director -consoleLog -profileProperties org.eclipse.update.install.features=true -destination %DESTINATION% -repository %1% -u %2%
|
||||
java -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4 -Djava.net.preferIPv4Stack=true -jar %JARFILE% -install director -configuration director/configuration -application org.eclipse.equinox.p2.director -consoleLog -profileProperties org.eclipse.update.install.features=true -destination %DESTINATION% -repository %1% -i %2%
|
||||
|
|
|
@ -6,6 +6,38 @@ set DESTINATION=%cd%
|
|||
@echo %DESTINATION%
|
||||
@echo %1%
|
||||
|
||||
FOR %%c in (plugins\org.eclipse.equinox.launcher_1.*.jar) DO set JARFILE=%%c
|
||||
java -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4 -Djava.net.preferIPv4Stack=true -jar %JARFILE% -install director -configuration director/configuration -application org.eclipse.equinox.p2.director -consoleLog -profileProperties org.eclipse.update.install.features=true -destination %DESTINATION% -repository %1% -u %2%
|
||||
java -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4 -Djava.net.preferIPv4Stack=true -jar %JARFILE% -install director -configuration director/configuration -application org.eclipse.equinox.p2.director -consoleLog -profileProperties org.eclipse.update.install.features=true -destination %DESTINATION% -repository %1% -i %2%
|
||||
copy idempiere.ini idempiere.ini.sav
|
||||
|
||||
if exist jetty.xml.sav del /q jetty.xml.sav
|
||||
if exist jettyhome\etc\jetty.xml (
|
||||
copy jettyhome\etc\jetty.xml jetty.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-ssl.xml.sav del /q jetty-ssl.xml.sav
|
||||
if exist jettyhome\etc\jetty-ssl.xml (
|
||||
copy jettyhome\etc\jetty-ssl.xml jetty-ssl.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-selector.xml.sav del /q jetty-selector.xml.sav
|
||||
if exist jettyhome\etc\jetty-selector.xml (
|
||||
copy jettyhome\etc\jetty-selector.xml jetty-selector.xml.sav
|
||||
)
|
||||
|
||||
@call %DESTINATION%\update-prd %1% org.adempiere.server.product
|
||||
|
||||
copy idempiere.ini.sav idempiere.ini
|
||||
|
||||
if exist jetty.xml.sav (
|
||||
copy jetty.xml.sav jettyhome\etc\jetty.xml
|
||||
del /q jetty.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-ssl.xml.sav (
|
||||
copy jetty-ssl.xml.sav jettyhome\etc\jetty-ssl.xml
|
||||
del /q jetty-ssl.xml.sav
|
||||
)
|
||||
|
||||
if exist jetty-selector.xml.sav (
|
||||
copy jetty-selector.xml.sav jettyhome\etc\jetty-selector.xml
|
||||
del /q jetty-selector.xml.sav
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue