From: <to...@us...> - 2007-01-31 19:21:54
|
Revision: 31 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=31&view=rev Author: tonit Date: 2007-01-31 11:21:51 -0800 (Wed, 31 Jan 2007) Log Message: ----------- made "technelaunch" default cache profile for frameworks (so questions on it) Modified Paths: -------------- sandbox/tonit/techne-env/bin/techne.jar sandbox/tonit/techne-env/conf/config.properties sandbox/tonit/techne-env/development/doc/wiki.txt Modified: sandbox/tonit/techne-env/bin/techne.jar =================================================================== (Binary files differ) Modified: sandbox/tonit/techne-env/conf/config.properties =================================================================== --- sandbox/tonit/techne-env/conf/config.properties 2007-01-31 18:58:34 UTC (rev 30) +++ sandbox/tonit/techne-env/conf/config.properties 2007-01-31 19:21:51 UTC (rev 31) @@ -1,23 +1,6 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -# -# Framework config properties. -# +# this is to be merged across osgi framwworks +# FELIX specific section: +felix.cache.profile=technelaunch org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \ org.osgi.service.packageadmin; version=1.2.0, \ org.osgi.service.startlevel; version=1.0.0, \ @@ -25,7 +8,7 @@ ${jre-${java.specification.version}} #org.osgi.framework.bootdelegation=sun.*,com.sun.* -#felix.cache.profile=foo + felix.auto.start.1= \ file:bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar \ file:bundle/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar \ Modified: sandbox/tonit/techne-env/development/doc/wiki.txt =================================================================== --- sandbox/tonit/techne-env/development/doc/wiki.txt 2007-01-31 18:58:34 UTC (rev 30) +++ sandbox/tonit/techne-env/development/doc/wiki.txt 2007-01-31 19:21:51 UTC (rev 31) @@ -1,3 +1,6 @@ +!!2007-01-31,tonit +more work on techne.launch to come (read workbook at techne wiki). + !!2007-01-29, tonit, first code drop into sandbox/tonit Have a plain techne.runtime derived from felix components. * tonit.audio is currently a standard SCR component, but will be converted to FAR as test-app. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |