You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/09/10 09:26:14 UTC

svn commit: r995688 [3/3] - in /ofbiz/branches/jquery: ./ applications/content/config/ applications/content/script/org/ofbiz/content/data/ applications/content/servicedef/ applications/content/webapp/content/WEB-INF/ applications/content/widget/content...

Modified: ofbiz/branches/jquery/startofbizPos.bat
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/startofbizPos.bat?rev=995688&r1=995687&r2=995688&view=diff
==============================================================================
--- ofbiz/branches/jquery/startofbizPos.bat (original)
+++ ofbiz/branches/jquery/startofbizPos.bat Fri Sep 10 07:26:12 2010
@@ -25,7 +25,7 @@ rem ### Delete the last log
 rem del %OFBIZ_LOG%
 
 rem ###VM args block ####################################################
-rem set MEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=128m
+rem set MEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=512m
 rem # RMI settings
 rem set DEBUG=-Dsun.rmi.server.exceptionTrace=true
 rem # Automatic IP address for Windows
@@ -47,12 +47,12 @@ rem ### start ofbiz with previous set VM
 rem "%JAVA_HOME%\bin\java" %VMARGS% -jar ofbiz.jar > %OFBIZ_LOG%
 
 rem ### This one is for more of a debugging mode
-rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=128m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ofbiz.jar > runtime\logs\console.log
+rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ofbiz.jar > runtime\logs\console.log
 
 rem ### Simple easy to read line
 echo on
-"%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=128m -jar ofbiz.jar -pos
+"%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=512m -jar ofbiz.jar -pos
 echo off
 rem ### If you would prefer the console output to be logged rather than displayed switch out the above line for this one
-rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=128m -jar ofbiz.jar > runtime\logs\console.log
+rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=512m -jar ofbiz.jar > runtime\logs\console.log
  
\ No newline at end of file

Modified: ofbiz/branches/jquery/themes/tomahawk/webapp/tomahawk/css/help.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/themes/tomahawk/webapp/tomahawk/css/help.css?rev=995688&r1=995687&r2=995688&view=diff
==============================================================================
--- ofbiz/branches/jquery/themes/tomahawk/webapp/tomahawk/css/help.css (original)
+++ ofbiz/branches/jquery/themes/tomahawk/webapp/tomahawk/css/help.css Fri Sep 10 07:26:12 2010
@@ -22,6 +22,10 @@ background:none;
 font-size=105%;
 }
 
+p {
+margin-top:10px;
+}
+
 .left-border {
 float:left;
 width:20em;