From: <ri...@us...> - 2007-02-26 07:53:26
|
Revision: 80 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=80&view=rev Author: rickles Date: 2007-02-25 23:53:26 -0800 (Sun, 25 Feb 2007) Log Message: ----------- Added dependencymanager. Modified Paths: -------------- sandbox/rickles/org.digivitality.techne.core/conf/config.properties Modified: sandbox/rickles/org.digivitality.techne.core/conf/config.properties =================================================================== --- sandbox/rickles/org.digivitality.techne.core/conf/config.properties 2007-02-26 07:52:27 UTC (rev 79) +++ sandbox/rickles/org.digivitality.techne.core/conf/config.properties 2007-02-26 07:53:26 UTC (rev 80) @@ -6,6 +6,7 @@ org.osgi.service.startlevel; version=1.0.0, \ org.osgi.service.url; version=1.0.0, \ org.apache.commons.logging, \ + org.digivitality.techne.core, \ ${jre-${java.specification.version}} #org.osgi.framework.bootdelegation=sun.*,com.sun.* @@ -15,7 +16,8 @@ file:../bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar \ file:../bundle/org.osgi.compendium-0.9.0-incubator-SNAPSHOT.jar \ file:../bundle/javax.servlet-0.9.0-incubator-SNAPSHOT.jar \ - file:../bundle/org.apache.felix.http.jetty-0.8.0-SNAPSHOT.jar + file:../bundle/org.apache.felix.http.jetty-0.8.0-SNAPSHOT.jar \ + file:../bundle/org.apache.felix.dependencymanager-0.9.0-incubator-SNAPSHOT.jar felix.log.level=1 felix.startlevel.framework=1 felix.startlevel.bundle=1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |