forked from fmuni/docear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprops.xargs
44 lines (32 loc) · 1.44 KB
/
props.xargs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# Properties used by both init.xargs and restart.xargs
#
# The Service Platform ID should be used by bundles needing to
# a unique ID for the platform itself
-Dorg.osgi.provisioning.spid=knopflerfish
# Security
#-Djava.security.manager=
#-Djava.security.policy=file:framework.policy
# URL to bundle repository
#-Doscar.repository.url=http://www.knopflerfish.org/releases/current/repository.xml
# Initial startup verbosity, 0 is low verbosity
-Dorg.knopflerfish.verbosity=0
# Various debug flags
-Dorg.knopflerfish.framework.debug.packages=false
-Dorg.knopflerfish.framework.debug.errors=true
-Dorg.knopflerfish.framework.debug.classloader=false
-Dorg.knopflerfish.framework.debug.startlevel=false
-Dorg.knopflerfish.framework.debug.ldap=false
-Dorg.knopflerfish.framework.debug.service_reference=false
-Dorg.knopflerfish.framework.debug.bundle_resource=false
# Add all standard packages for the currently running JRE version to
# the set of packages exported by the system classloader.
#-Dorg.knopflerfish.framework.system.export.all=true
-Dorg.knopflerfish.framework.system.export.all_15=true
# Comma-separated list of packages to be added to the set of packages
# exported by system classloader.
#-Dorg.osgi.framework.system.packages=
# Comma-separated list of packages that must be loaded by system classloader
-Dorg.osgi.framework.bootdelegation=*
#-Dorg.osgi.framework.bootdelegation=sun.*,com.sun.*,apple.laf.*
-Dorg.knopflerfish.startlevel.use=true