IDEMPIERE-141 Update Platform to Eclipse 3.7.1
This commit is contained in:
parent
869b404e3b
commit
39081f91df
|
@ -18,7 +18,7 @@ goto START
|
||||||
|
|
||||||
:START
|
:START
|
||||||
@REM Setup Adempiere.properties and AdempiereEnv.properties
|
@REM Setup Adempiere.properties and AdempiereEnv.properties
|
||||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -clean -noRegistryCache -application org.adempiere.install.console-application
|
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -clean -noRegistryCache -application org.adempiere.install.console-application
|
||||||
|
|
||||||
@Echo ErrorLevel = %ERRORLEVEL%
|
@Echo ErrorLevel = %ERRORLEVEL%
|
||||||
@IF NOT ERRORLEVEL = 1 GOTO NEXT
|
@IF NOT ERRORLEVEL = 1 GOTO NEXT
|
||||||
|
@ -30,7 +30,7 @@ goto START
|
||||||
|
|
||||||
:NEXT
|
:NEXT
|
||||||
@REM setup tomcat
|
@REM setup tomcat
|
||||||
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -clean -noRegistryCache -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
@"%JAVA%" -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -clean -noRegistryCache -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||||
|
|
||||||
@Echo .
|
@Echo .
|
||||||
@Echo For problems, check log file in base directory
|
@Echo For problems, check log file in base directory
|
||||||
|
|
|
@ -16,10 +16,10 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# Setup Adempiere.properties and AdempiereEnv.properties
|
# Setup Adempiere.properties and AdempiereEnv.properties
|
||||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.adempiere.install.console-application
|
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.adempiere.install.console-application
|
||||||
|
|
||||||
# Setup Tomcat
|
# Setup Tomcat
|
||||||
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
$JAVA -Dosgi.noShutdown=false -Dosgi.compatibility.bootdelegation=true -Dosgi.install.area=setup -jar plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
||||||
|
|
||||||
echo ===================================
|
echo ===================================
|
||||||
echo Make .sh executable & set Env
|
echo Make .sh executable & set Env
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
|
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
|
||||||
-install
|
-install
|
||||||
setup
|
setup
|
||||||
--launcher.library
|
|
||||||
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
|
|
||||||
--launcher.XXMaxPermSize
|
--launcher.XXMaxPermSize
|
||||||
192m
|
192m
|
||||||
-vmargs
|
-vmargs
|
||||||
|
|
Loading…
Reference in New Issue