Author: echatellier Date: 2011-03-01 12:14:14 +0100 (Tue, 01 Mar 2011) New Revision: 3073 Url: http://chorem.org/repositories/revision/lima/3073 Log: Update script Removed: trunk/lima-swing/src/main/assembly/go.sh Modified: trunk/lima-swing/src/main/assembly/lima Deleted: trunk/lima-swing/src/main/assembly/go.sh =================================================================== --- trunk/lima-swing/src/main/assembly/go.sh 2011-03-01 11:12:51 UTC (rev 3072) +++ trunk/lima-swing/src/main/assembly/go.sh 2011-03-01 11:14:14 UTC (rev 3073) @@ -1,34 +0,0 @@ -### -# #%L -# Lima Swing -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2008 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/gpl-3.0.html>. -# #L% -### -#!/bin/sh -MX=512M -cd `dirname $0` -if [ -n "$JAVA_HOME" ]; then - $JAVA_HOME/bin/java -Xmx$MX -Xms$MX -jar ./lima.jar $* -else - java -Xmx$MX -Xms$MX -jar ./lima.jar $* -fi -cd "$OLDPWD" - Modified: trunk/lima-swing/src/main/assembly/lima =================================================================== --- trunk/lima-swing/src/main/assembly/lima 2011-03-01 11:12:51 UTC (rev 3072) +++ trunk/lima-swing/src/main/assembly/lima 2011-03-01 11:14:14 UTC (rev 3073) @@ -1,27 +1,3 @@ -### -# #%L -# Lima Swing -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2008 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/gpl-3.0.html>. -# #L% -### #!/bin/sh MX=512M cd `dirname $0` @@ -31,4 +7,3 @@ java -Xmx$MX -Xms$MX -jar ./lima.jar $* fi cd "$OLDPWD" -