Advertisement
Guest User

felix-config.properties

a guest
May 22nd, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. ################################################################################
  2. # Copyright 2010
  3. #
  4. # Licensed to the Apache Software Foundation (ASF) under one or more
  5. # contributor license agreements. See the NOTICE file distributed with
  6. # this work for additional information regarding copyright ownership.
  7. # The ASF licenses this file to You under the Apache License, Version 2.0
  8. # (the "License"); you may not use this file except in compliance with
  9. # the License. You may obtain a copy of the License at
  10. #
  11. # http://www.apache.org/licenses/LICENSE-2.0
  12. #
  13. # Unless required by applicable law or agreed to in writing, software
  14. # distributed under the License is distributed on an "AS IS" BASIS,
  15. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. # See the License for the specific language governing permissions and
  17. # limitations under the License.
  18. ################################################################################
  19. ##############################
  20. # Felix settings
  21. ##############################
  22.  
  23. org.osgi.framework.system.packages=org.osgi.framework; version=1.4, \
  24. org.osgi.service.packageadmin; version=1.2, \
  25. org.osgi.service.startlevel; version=1.1, \
  26. org.osgi.service.url; version=1.0, \
  27. org.osgi.util.tracker; version=1.3.3, \
  28. javax.swing; \
  29. javax.swing.event; \
  30. javax.swing.table; \
  31. javax.swing.text; \
  32. javax.imageio;\
  33. org.w3c.dom; \
  34. org.xml.sax; \
  35. org.xml.sax.helpers; \
  36. org.xml.sax.ext; \
  37. sun.misc; \
  38. sun.security.action; \
  39. javax.xml.parsers;\
  40. org.apache.xml.serialize;\
  41. javax.xml.transform;\
  42. javax.xml.transform.dom;\
  43. javax.xml.transform.stream;\
  44. net.java.stun4j;\
  45. net.java.stun4j.client;\
  46. javax.sound;\
  47. javax.sound.sampled; \
  48. javax.naming; \
  49. javax.naming.directory; \
  50. javax.net; \
  51. javax.net.ssl; \
  52. ${dalvik-1.0.0-m3-r22a}
  53.  
  54. #org.osgi.framework.bootdelegation=sun.*,com.sun.*
  55. felix.cache.profiledir=cache
  56.  
  57. #
  58. # Java platform package export properties.
  59. #
  60. dalvik-1.0.0-m3-r22a=, \
  61. android; \
  62. android.app; \
  63. android.content; \
  64. android.database; \
  65. android.database.sqlite; \
  66. android.graphics; \
  67. android.graphics.drawable; \
  68. android.graphics.glutils; \
  69. android.hardware; \
  70. android.location; \
  71. android.media; \
  72. android.net; \
  73. android.opengl; \
  74. android.os; \
  75. android.provider; \
  76. android.sax; \
  77. android.speech.recognition; \
  78. android.telephony; \
  79. android.telephony.gsm; \
  80. android.text; \
  81. android.text.method; \
  82. android.text.style; \
  83. android.text.util; \
  84. android.util; \
  85. android.view; \
  86. android.view.animation; \
  87. android.webkit; \
  88. android.widget; \
  89. com.google.android.maps; \
  90. com.google.android.xmppService; \
  91. javax.crypto; \
  92. javax.crypto.interfaces; \
  93. javax.crypto.spec; \
  94. javax.microedition.khronos.opengles; \
  95. javax.net; \
  96. javax.net.ssl; \
  97. javax.security.auth; \
  98. javax.security.auth.callback; \
  99. javax.security.auth.login; \
  100. javax.security.auth.x500; \
  101. javax.security.cert; \
  102. javax.sound.midi; \
  103. javax.sound.midi.spi; \
  104. javax.sound.sampled; \
  105. javax.sound.sampled.spi; \
  106. javax.sql; \
  107. javax.xml.parsers; \
  108. javax.xml.transform; \
  109. javax.xml.transform.dom; \
  110. javax.xml.transform.sax; \
  111. javax.xml.transform.stream; \
  112. javax.xml.validation; \
  113. javax.xml.xpth; \
  114. junit.extensions; \
  115. junit.framework; \
  116. org.apache.commons.codec; \
  117. org.apache.commons.codec.binary; \
  118. org.apache.commons.codec.language; \
  119. org.apache.commons.codec.net; \
  120. org.apache.commons.httpclient; \
  121. org.apache.commons.httpclient.auth; \
  122. org.apache.commons.httpclient.cookie; \
  123. org.apache.commons.httpclient.methods; \
  124. org.apache.commons.httpclient.methods.multipart; \
  125. org.apache.commons.httpclient.params; \
  126. org.apache.commons.httpclient.protocol; \
  127. org.apache.commons.httpclient.util; \
  128. org.bluez; \
  129. org.json; \
  130. org.w3c.dom; \
  131. org.xml.sax; \
  132. org.xml.sax.ext; \
  133. org.xml.sax.helpers; \
  134. version=\"1.0.0.m3_rc22a\"
  135.  
  136. ##############################
  137. # Client bundles to install
  138. ##############################
  139. felix.auto.start.1=\
  140. "file:bundles/org.apache.felix.shell-1.4.1.jar" \
  141. "file:bundles/org.apache.felix.shell.tui-1.4.1.jar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement