diff --git a/org.adempiere.base-feature/sign.database.build.launch b/org.adempiere.base-feature/sign.database.build.launch index 1d82c4822e..9ebc39c987 100644 --- a/org.adempiere.base-feature/sign.database.build.launch +++ b/org.adempiere.base-feature/sign.database.build.launch @@ -30,7 +30,10 @@ + + + @@ -71,6 +74,7 @@ + @@ -87,6 +91,7 @@ + @@ -109,7 +114,6 @@ - @@ -121,6 +125,7 @@ + diff --git a/org.adempiere.base-feature/synchronize-terminology.app.launch b/org.adempiere.base-feature/synchronize-terminology.app.launch index a8b4a2d36f..9510ab6c98 100644 --- a/org.adempiere.base-feature/synchronize-terminology.app.launch +++ b/org.adempiere.base-feature/synchronize-terminology.app.launch @@ -30,7 +30,10 @@ + + + @@ -52,34 +55,30 @@ - - - - - + + + - + + - - - @@ -93,14 +92,19 @@ + - - + + + + + + @@ -110,18 +114,19 @@ - - - - - - - + + + + + + + + diff --git a/org.adempiere.base-feature/translation.app.launch b/org.adempiere.base-feature/translation.app.launch index 0746d3d1c0..93eb9c23ed 100644 --- a/org.adempiere.base-feature/translation.app.launch +++ b/org.adempiere.base-feature/translation.app.launch @@ -30,7 +30,10 @@ + + + @@ -71,6 +74,7 @@ + @@ -87,6 +91,7 @@ + @@ -109,7 +114,6 @@ - @@ -121,6 +125,7 @@ + diff --git a/org.adempiere.server-feature/setup/configuration/config.ini b/org.adempiere.server-feature/setup/configuration/config.ini index 497b21287d..862e921622 100644 --- a/org.adempiere.server-feature/setup/configuration/config.ini +++ b/org.adempiere.server-feature/setup/configuration/config.ini @@ -5,6 +5,7 @@ osgi.bundles=org.apache.felix.scr@1:start,\ org.eclipse.ant.core,\ org.eclipse.core.runtime@start,\ org.adempiere.base@start,\ + org.adempiere.base.process,\ org.compiere.db.oracle.provider,\ org.compiere.db.postgresql.provider,\ org.hamcrest.core,\ diff --git a/org.adempiere.server-feature/utils.unix/RUN_SyncTerm.sh b/org.adempiere.server-feature/utils.unix/RUN_SyncTerm.sh index 436c1b1ee7..daa8f2d727 100644 --- a/org.adempiere.server-feature/utils.unix/RUN_SyncTerm.sh +++ b/org.adempiere.server-feature/utils.unix/RUN_SyncTerm.sh @@ -21,7 +21,7 @@ cd .. echo This Procedure synchronize terminology -$JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar plugins/org.eclipse.equinox.launcher_1.*.jar -application org.adempiere.install.translation sync +$JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar plugins/org.eclipse.equinox.launcher_1.*.jar -install setup -application org.adempiere.install.translation sync echo Done echo . diff --git a/org.adempiere.server-feature/utils.windows/RUN_SyncTerm.bat b/org.adempiere.server-feature/utils.windows/RUN_SyncTerm.bat index 5c4ad6336b..4fe5b3338a 100644 --- a/org.adempiere.server-feature/utils.windows/RUN_SyncTerm.bat +++ b/org.adempiere.server-feature/utils.windows/RUN_SyncTerm.bat @@ -7,6 +7,6 @@ @pause FOR %%c in (plugins\org.eclipse.equinox.launcher_1.*.jar) DO set JARFILE=%%c -@"%JAVA_HOME%\bin\java" -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar %JARFILE% -application org.adempiere.install.translation sync +@"%JAVA_HOME%\bin\java" -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar %JARFILE% -install setup -application org.adempiere.install.translation sync @pause