You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/01/20 06:27:11 UTC

svn commit: r1061126 - in /geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text: etc/org.apache.felix.fileinstall-deploy.cfg hotbundles/ hotbundles/README.txt

Author: genspring
Date: Thu Jan 20 05:27:11 2011
New Revision: 1061126

URL: http://svn.apache.org/viewvc?rev=1061126&view=rev
Log:
GERONIMO-5770 Make hot deployment support install OSGi bundle

Added:
    geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/hotbundles/
    geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/hotbundles/README.txt
Modified:
    geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/etc/org.apache.felix.fileinstall-deploy.cfg

Modified: geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/etc/org.apache.felix.fileinstall-deploy.cfg
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/etc/org.apache.felix.fileinstall-deploy.cfg?rev=1061126&r1=1061125&r2=1061126&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/etc/org.apache.felix.fileinstall-deploy.cfg (original)
+++ geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/etc/org.apache.felix.fileinstall-deploy.cfg Thu Jan 20 05:27:11 2011
@@ -17,6 +17,6 @@
 #
 ################################################################################
 
-felix.fileinstall.dir     = ${karaf.base}/deploy
-felix.fileinstall.tmpdir  = ${karaf.base}/data/generated-bundles
+felix.fileinstall.dir     = ${karaf.base}/hotbundles
+felix.fileinstall.tmpdir  = ${karaf.base}/repository/generated-bundles
 felix.fileinstall.poll    = 1000

Added: geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/hotbundles/README.txt
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/hotbundles/README.txt?rev=1061126&view=auto
==============================================================================
--- geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/hotbundles/README.txt (added)
+++ geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/text/hotbundles/README.txt Thu Jan 20 05:27:11 2011
@@ -0,0 +1 @@
+OSGi bundles put to current directory will be deployed to geronimo automatically. 
\ No newline at end of file