Modify default auto-deploy actions to be install and start only. (FELIX-1619)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@818095 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index 3ab8869..db760cb 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -58,7 +58,7 @@
 # the following values: 'install', 'start', 'update', and 'uninstall'.
 # An undefined or blank value is equivalent to disabling auto-deploy
 # processing.
-felix.auto.deploy.action=install,start,update
+felix.auto.deploy.action=install,start
 
 # The following property specifies the directory to use as the bundle
 # auto-deploy directory; the default is 'bundle' in the working directory.