Revision: 35
http://techne-dev.svn.sourceforge.net/techne-dev/?rev=35&view=rev
Author: rickles
Date: 2007-02-11 16:10:58 -0800 (Sun, 11 Feb 2007)
Log Message:
-----------
Modified Paths:
--------------
sandbox/rickles/org.digivitality.techne.core/bin/techne.bat
Modified: sandbox/rickles/org.digivitality.techne.core/bin/techne.bat
===================================================================
--- sandbox/rickles/org.digivitality.techne.core/bin/techne.bat 2007-02-12 00:10:25 UTC (rev 34)
+++ sandbox/rickles/org.digivitality.techne.core/bin/techne.bat 2007-02-12 00:10:58 UTC (rev 35)
@@ -1,7 +1,11 @@
@echo off
-set BUNDLEDIR=../../../tonit/techne-env/bundle
-set BUNDLES=%BUNDLEDIR%/bundle/aQute.fileinstall-1.0.jar;%BUNDLEDIR%/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar;%BUNDLEDIR%/org.apache.felix.http.jetty-0.8.0-SNAPSHOT.jar;%BUNDLEDIR%/org.apache.felix.log-0.9.0-incubator-SNAPSHOT.jar;%BUNDLEDIR%/org.apache.felix.scr-0.9.0-incubator-SNAPSHOT.jar;%BUNDLEDIR%/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar;%BUNDLEDIR%/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar;%BUNDLEDIR%/org.osgi.compendium-0.9.0-incubator-SNAPSHOT.jar;
-set CLASSPATH=../../org.digivitality.techne.shell/classes;../classes;../lib/commons-logging-1.0.4.jar;../lib/log4j-1.2.9.jar;%BUNDLES%;../../../tonit/techne-env/bin/techne.jar;
+rd /S /Q "%USERPROFILE%\.felix"
-java org.digivitality.techne.core.Main
\ No newline at end of file
+set BUNDLEDIR=../bundle
+set PROPDIR=../conf
+set BUNDLES=%BUNDLEDIR%/org.apache.felix.shell-0.8.0-SNAPSHOT.jar;
+set CLASSPATH=../classes;../../org.digivitality.techne.shell/classes;../lib/felix.jar;../lib/commons-logging-1.0.4.jar;../lib/log4j-1.2.9.jar;%BUNDLES%;%PROPDIR%;
+set DEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y
+
+java -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M org.digivitality.techne.core.Main
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|