blob: 111bc0b6142efbb3d8ec489606c9a27e5362b383 [file] [log] [blame]
Stephane Frenot8fd85d62006-08-29 14:49:31 +00001#!/bin/sh
2
Stephane Frenotaaa09002006-09-19 14:32:29 +00003
Stephane Frenotbe792fb2006-08-29 14:56:51 +00004echo "cd into felix directory"
Stephane Frenot50954082007-06-28 14:37:13 +00005cd ../../main
Stephane Frenotbe792fb2006-08-29 14:56:51 +00006
7echo "lauching felix with core gateway properties"
Stephane Frenot50954082007-06-28 14:37:13 +00008java -Dfelix.config.properties=file:../mosgi/mosgi.doc/config.properties.core -jar bin/felix.jar
Stephane Frenot8fd85d62006-08-29 14:49:31 +00009