From: <ri...@us...> - 2007-03-01 08:00:28
|
Revision: 90 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=90&view=rev Author: rickles Date: 2007-03-01 00:00:22 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Added techne.xml config file. Added Paths: ----------- sandbox/rickles/org.digivitality.techne.core/conf/techne.xml Added: sandbox/rickles/org.digivitality.techne.core/conf/techne.xml =================================================================== --- sandbox/rickles/org.digivitality.techne.core/conf/techne.xml (rev 0) +++ sandbox/rickles/org.digivitality.techne.core/conf/techne.xml 2007-03-01 08:00:22 UTC (rev 90) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<container> + <containertype value="basic"> + <bundle url="file:../bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar"/> + <bundle url="file:../bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar"/> + <bundle url="file:../bundle/org.apache.felix.dependencymanager-0.9.0-incubator-SNAPSHOT.jar"/> + </containertype> + + <containertype value="web" base="basic"> + <bundle url="file:../bundle/org.osgi.compendium-0.9.0-incubator-SNAPSHOT.jar"/> + <bundle url="file:../bundle/javax.servlet-0.9.0-incubator-SNAPSHOT.jar"/> + <bundle url="file:../bundle/org.apache.felix.http.jetty-0.8.0-SNAPSHOT.jar"/> + </containertype> +</container> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |