2015-12-23 10:22:06 +07:00
|
|
|
@Rem $Id: RUN_TrlImport.bat,v 1.4 2005/09/16 00:49:37 jjanke Imp $
|
|
|
|
|
|
|
|
@if (%IDEMPIERE_HOME%) == () (CALL myEnvironment.bat Server) else (CALL %IDEMPIERE_HOME%\utils\myEnvironment.bat Server)
|
|
|
|
@Title Import Translation - %IDEMPIERE_HOME% (%ADEMPIERE_DB_NAME%)
|
|
|
|
|
|
|
|
@echo This Procedure synchronizes idempiere terminology
|
|
|
|
@pause
|
|
|
|
|
|
|
|
FOR %%c in (plugins\org.eclipse.equinox.launcher_1.*.jar) DO set JARFILE=%%c
|
2021-10-12 00:56:56 +07:00
|
|
|
@"%JAVA_HOME%\bin\java" -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar %JARFILE% -install setup -application org.adempiere.install.translation sync
|
2015-12-23 10:22:06 +07:00
|
|
|
|
|
|
|
@pause
|