From: <to...@us...> - 2007-02-27 18:59:14
|
Revision: 84 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=84&view=rev Author: tonit Date: 2007-02-27 10:59:06 -0800 (Tue, 27 Feb 2007) Log Message: ----------- initally ported from techne.bat Added Paths: ----------- sandbox/rickles/org.digivitality.techne.core/bin/techne.sh Added: sandbox/rickles/org.digivitality.techne.core/bin/techne.sh =================================================================== --- sandbox/rickles/org.digivitality.techne.core/bin/techne.sh (rev 0) +++ sandbox/rickles/org.digivitality.techne.core/bin/techne.sh 2007-02-27 18:59:06 UTC (rev 84) @@ -0,0 +1,12 @@ +#!/bin/sh +# ----------------------------------------------------------------------------- +# Start Script for Techne Shell Prototype +# 2007/02/27 tonit: initially converted from techne.bat +# ----------------------------------------------------------------------------- +rm -R $HOME/.felix/* +BUNDLEDIR=../bundle +PROPDIR=../conf +BUNDLES=$BUNDLEDIR/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar +CLASSPATH=../classes:../../org.digivitality.techne.shell/classes:../lib/org.apache.felix.main-0.9.0-incubator-SNAPSHOT.jar:../lib/commons-logging-1.0.4.jar:../lib/log4j-1.2.9.jar:$BUNDLES:$PROPDIR +echo Launch VM.. +java -cp $CLASSPATH -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dfelix.config.properties=file:../conf/config.properties org.digivitality.techne.core.Main Property changes on: sandbox/rickles/org.digivitality.techne.core/bin/techne.sh ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |