Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 1 | felix.cache.profile=jmxconsole |
Stephane Frenot | 5dbf9ce | 2008-12-16 14:01:06 +0000 | [diff] [blame] | 2 | org.osgi.framework.storage=jmxconsole |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 3 | |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 4 | #org.osgi.framework.bootdelegation=sun.*,com.sun.* |
| 5 | #felix.cache.profile=foo |
| 6 | felix.auto.start.1= \ |
Stephane Frenot | b93f033 | 2011-10-11 07:14:39 +0000 | [diff] [blame] | 7 | file:bundle/org.apache.felix.bundlerepository-1.6.6.jar \ |
| 8 | file:bundle/org.apache.felix.gogo.command-0.12.0.jar \ |
| 9 | file:bundle/org.apache.felix.gogo.runtime-0.10.0.jar \ |
| 10 | file:bundle/org.apache.felix.gogo.shell-0.10.0.jar \ |
Stephane Frenot | e267f13 | 2007-08-29 12:27:38 +0000 | [diff] [blame] | 11 | file:../mosgi/console.ifc/target/org.apache.felix.mosgi.console.ifc-0.9.0-SNAPSHOT.jar \ |
| 12 | file:../mosgi/console.gui/target/org.apache.felix.mosgi.console.gui-0.9.0-SNAPSHOT.jar \ |
| 13 | file:../mosgi/console.component/target/org.apache.felix.mosgi.console.component-0.9.0-SNAPSHOT.jar |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 14 | |
Stephane Frenot | 1e7aea3 | 2008-06-17 09:06:05 +0000 | [diff] [blame] | 15 | # file:/home/dni/gforge/mosgi/tosgi/src/murmi/target/fr.inria.amazones.murmi-0.1.jar \ |
| 16 | # file:/home/dni/gforge/mosgi/ws/src/ws/target/fr.inria.amazones.ws-0.1.jar \ |
| 17 | |
Stephane Frenot | 45c7f6a | 2006-09-21 10:55:28 +0000 | [diff] [blame] | 18 | #possible values : both treeonly tableonly none (default=both) |
| 19 | mosgi.jmxconsole.remotelogger.componentfilter=both |
| 20 | |
Stephane Frenot | 1e7aea3 | 2008-06-17 09:06:05 +0000 | [diff] [blame] | 21 | mosgi.jmxconsole.protocol.murmi.package=fr.inria.amazones.remote.provider |
| 22 | mosgi.jmxconsole.protocol.ws.package=fr.inria.amazones.remote.provider |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 23 | |
Stephane Frenot | 1e7aea3 | 2008-06-17 09:06:05 +0000 | [diff] [blame] | 24 | # OLD : |
| 25 | # mosgi.jmxconsole.ip.1=127.0.0.1 |
| 26 | # mosgi.jmxconsole.profile.1=core |
| 27 | # mosgi.jmxconsole.rmiport.core=1099 |
| 28 | |
| 29 | # NEW : |
Stephane Frenot | ad669ef | 2008-06-18 11:33:32 +0000 | [diff] [blame] | 30 | # mosgi.jmxconsole.id.<number>.nickname is the gateway nickname used by the GUI (default value is the gateway <number>) |
| 31 | # mosgi.jmxconsole.id.<number>.jmxsurl is the string used to create the JMXServiceURL. This string must look like this : service:jmx:<protocol>:<sap>, <protocol> ie. "rmi", <sap> ie. "///jndi/rmi://127.0.0.1:1099/core" |
| 32 | # More details on the JMXServiceURL class javadoc |
| 33 | mosgi.jmxconsole.id.1.jmxsurl=service:jmx:rmi:///jndi/rmi://127.0.0.1:1099/core |
| 34 | mosgi.jmxconsole.id.1.nickname=core std (rmi) |
Stephane Frenot | 1e7aea3 | 2008-06-17 09:06:05 +0000 | [diff] [blame] | 35 | |
Stephane Frenot | ad669ef | 2008-06-18 11:33:32 +0000 | [diff] [blame] | 36 | mosgi.jmxconsole.id.2.jmxsurl=service:jmx:ws://127.0.0.1:1100/core2 |
| 37 | mosgi.jmxconsole.id.2.nickname=core 2 (web service connector) |
Stephane Frenot | 8c0625e | 2006-09-18 13:30:26 +0000 | [diff] [blame] | 38 | |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 39 | felix.startlevel.framework=1 |
| 40 | felix.startlevel.bundle=1 |
| 41 | #framework.service.urlhandlers=false |
| 42 | |
| 43 | # |
| 44 | # Bundle config properties. |
| 45 | # |
| 46 | org.osgi.service.http.port=8080 |
| 47 | obr.shell.telnet=on |
| 48 | #obr.repository.url=http://bundles.osgi.org/obr/browse?_xml=1&cmd=repository |
| 49 | |
| 50 | |
| 51 | # |
| 52 | # Java platform package export properties. |
| 53 | # |
| 54 | jre-1.3= \ |
| 55 | javax.accessibility; \ |
| 56 | javax.accessibility.resources; \ |
| 57 | javax.naming; \ |
| 58 | javax.naming.directory; \ |
| 59 | javax.naming.event; \ |
| 60 | javax.naming.ldap; \ |
| 61 | javax.naming.spi; \ |
| 62 | javax.rmi; \ |
| 63 | javax.rmi.CORBA; \ |
| 64 | javax.sound.midi; \ |
| 65 | javax.sound.midi.spi; \ |
| 66 | javax.sound.sampled; \ |
| 67 | javax.sound.sampled.spi; \ |
| 68 | javax.swing; \ |
| 69 | javax.swing.border; \ |
| 70 | javax.swing.colorchooser; \ |
| 71 | javax.swing.event; \ |
| 72 | javax.swing.filechooser; \ |
| 73 | javax.swing.plaf; \ |
| 74 | javax.swing.plaf.basic; \ |
| 75 | javax.swing.plaf.basic.resources; \ |
| 76 | javax.swing.plaf.metal; \ |
| 77 | javax.swing.plaf.metal.resources; \ |
| 78 | javax.swing.plaf.multi; \ |
| 79 | javax.swing.table; \ |
| 80 | javax.swing.text; \ |
| 81 | javax.swing.text.html; \ |
| 82 | javax.swing.text.html.parser; \ |
| 83 | javax.swing.text.rtf; \ |
| 84 | javax.swing.tree; \ |
| 85 | javax.swing.undo; \ |
| 86 | javax.transaction; \ |
| 87 | org.omg.CORBA; \ |
| 88 | org.omg.CORBA_2_3; \ |
| 89 | org.omg.CORBA_2_3.portable; \ |
| 90 | org.omg.CORBA.DynAnyPackage; \ |
| 91 | org.omg.CORBA.ORBPackage; \ |
| 92 | org.omg.CORBA.portable; \ |
| 93 | org.omg.CORBA.TypeCodePackage; \ |
| 94 | org.omg.CosNaming; \ |
| 95 | org.omg.CosNaming.NamingContextPackage; \ |
| 96 | org.omg.SendingContext; \ |
| 97 | org.omg.stub.java.rmi; \ |
| 98 | version="1.3.0" |
| 99 | |
| 100 | jre-1.4= \ |
Stephane Frenot | b91ef5b | 2007-07-03 14:43:31 +0000 | [diff] [blame] | 101 | javax.management; \ |
| 102 | javax.management.loading; \ |
| 103 | javax.management.modelmbean; \ |
| 104 | javax.management.monitor; \ |
| 105 | javax.management.openmbean; \ |
| 106 | javax.management.relation; \ |
| 107 | javax.management.remote; \ |
| 108 | javax.management.remote.rmi; \ |
| 109 | javax.management.timer; \ |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 110 | javax.accessibility; \ |
| 111 | javax.imageio; \ |
| 112 | javax.imageio.event; \ |
| 113 | javax.imageio.metadata; \ |
| 114 | javax.imageio.plugins.jpeg; \ |
| 115 | javax.imageio.spi; \ |
| 116 | javax.imageio.stream; \ |
| 117 | javax.naming; \ |
| 118 | javax.naming.directory; \ |
| 119 | javax.naming.event; \ |
| 120 | javax.naming.ldap; \ |
| 121 | javax.naming.spi; \ |
| 122 | javax.print; \ |
| 123 | javax.print.attribute; \ |
| 124 | javax.print.attribute.standard; \ |
| 125 | javax.print.event; \ |
| 126 | javax.rmi; \ |
| 127 | javax.rmi.CORBA; \ |
| 128 | javax.security.auth; \ |
| 129 | javax.security.auth.callback; \ |
| 130 | javax.security.auth.kerberos; \ |
| 131 | javax.security.auth.login; \ |
| 132 | javax.security.auth.spi; \ |
| 133 | javax.security.auth.x500; \ |
| 134 | javax.sound.midi; \ |
| 135 | javax.sound.midi.spi; \ |
| 136 | javax.sound.sampled; \ |
| 137 | javax.sound.sampled.spi; \ |
| 138 | javax.sql; \ |
| 139 | javax.swing; \ |
| 140 | javax.swing.border; \ |
| 141 | javax.swing.colorchooser; \ |
| 142 | javax.swing.event; \ |
| 143 | javax.swing.filechooser; \ |
| 144 | javax.swing.plaf; \ |
| 145 | javax.swing.plaf.basic; \ |
| 146 | javax.swing.plaf.metal; \ |
| 147 | javax.swing.plaf.multi; \ |
| 148 | javax.swing.table; \ |
| 149 | javax.swing.text; \ |
| 150 | javax.swing.text.html; \ |
| 151 | javax.swing.text.html.parser; \ |
| 152 | javax.swing.text.rtf; \ |
| 153 | javax.swing.tree; \ |
| 154 | javax.swing.undo; \ |
| 155 | javax.transaction; \ |
| 156 | javax.transaction.xa; \ |
| 157 | javax.xml.parsers; \ |
| 158 | javax.xml.transform; \ |
| 159 | javax.xml.transform.dom; \ |
| 160 | javax.xml.transform.sax; \ |
| 161 | javax.xml.transform.stream; \ |
| 162 | org.apache.crimson.jaxp; \ |
| 163 | org.apache.crimson.parser; \ |
| 164 | org.apache.crimson.parser.resources; \ |
| 165 | org.apache.crimson.tree; \ |
| 166 | org.apache.crimson.tree.resources; \ |
| 167 | org.apache.crimson.util; \ |
| 168 | org.apache.xalan; \ |
| 169 | org.apache.xalan.client; \ |
| 170 | org.apache.xalan.extensions; \ |
| 171 | org.apache.xalan.lib; \ |
| 172 | org.apache.xalan.lib.sql; \ |
| 173 | org.apache.xalan.processor; \ |
| 174 | org.apache.xalan.res; \ |
| 175 | org.apache.xalan.serialize; \ |
| 176 | org.apache.xalan.templates; \ |
| 177 | org.apache.xalan.trace; \ |
| 178 | org.apache.xalan.transformer; \ |
| 179 | org.apache.xalan.xslt; \ |
| 180 | org.apache.xml.dtm; \ |
| 181 | org.apache.xml.dtm.ref; \ |
| 182 | org.apache.xml.dtm.ref.dom2dtm; \ |
| 183 | org.apache.xml.dtm.ref.sax2dtm; \ |
| 184 | org.apache.xml.utils; \ |
| 185 | org.apache.xml.utils.res; \ |
| 186 | org.apache.xml.utils.synthetic; \ |
| 187 | org.apache.xml.utils.synthetic.reflection; \ |
| 188 | org.apache.xpath; \ |
| 189 | org.apache.xpath.axes; \ |
| 190 | org.apache.xpath.compiler; \ |
| 191 | org.apache.xpath.functions; \ |
| 192 | org.apache.xpath.objects; \ |
| 193 | org.apache.xpath.operations; \ |
| 194 | org.apache.xpath.patterns; \ |
| 195 | org.apache.xpath.res; \ |
| 196 | org.ietf.jgss; \ |
| 197 | org.omg.CORBA; \ |
| 198 | org.omg.CORBA_2_3; \ |
| 199 | org.omg.CORBA_2_3.portable; \ |
| 200 | org.omg.CORBA.DynAnyPackage; \ |
| 201 | org.omg.CORBA.ORBPackage; \ |
| 202 | org.omg.CORBA.portable; \ |
| 203 | org.omg.CORBA.TypeCodePackage; \ |
| 204 | org.omg.CosNaming; \ |
| 205 | org.omg.CosNaming.NamingContextExtPackage; \ |
| 206 | org.omg.CosNaming.NamingContextPackage; \ |
| 207 | org.omg.Dynamic; \ |
| 208 | org.omg.DynamicAny; \ |
| 209 | org.omg.DynamicAny.DynAnyFactoryPackage; \ |
| 210 | org.omg.DynamicAny.DynAnyPackage; \ |
| 211 | org.omg.IOP; \ |
| 212 | org.omg.IOP.CodecFactoryPackage; \ |
| 213 | org.omg.IOP.CodecPackage; \ |
| 214 | org.omg.Messaging; \ |
| 215 | org.omg.PortableInterceptor; \ |
| 216 | org.omg.PortableInterceptor.ORBInitInfoPackage; \ |
| 217 | org.omg.PortableServer; \ |
| 218 | org.omg.PortableServer.CurrentPackage; \ |
| 219 | org.omg.PortableServer.POAManagerPackage; \ |
| 220 | org.omg.PortableServer.POAPackage; \ |
| 221 | org.omg.PortableServer.portable; \ |
| 222 | org.omg.PortableServer.ServantLocatorPackage; \ |
| 223 | org.omg.SendingContext; \ |
| 224 | org.omg.stub.java.rmi; \ |
| 225 | org.w3c.dom; \ |
| 226 | org.w3c.dom.css; \ |
| 227 | org.w3c.dom.events; \ |
| 228 | org.w3c.dom.html; \ |
| 229 | org.w3c.dom.stylesheets; \ |
| 230 | org.w3c.dom.traversal; \ |
| 231 | org.w3c.dom.views; \ |
| 232 | org.xml.sax; \ |
| 233 | org.xml.sax.ext; \ |
| 234 | org.xml.sax.helpers; \ |
| 235 | version="1.4.0" |
| 236 | |
Stephane Frenot | 6b5eeab | 2008-05-26 15:11:30 +0000 | [diff] [blame] | 237 | jre-1.5=, \ |
Stephane Frenot | 1e7aea3 | 2008-06-17 09:06:05 +0000 | [diff] [blame] | 238 | org.apache.log.output.io; \ |
| 239 | javax.servlet; \ |
| 240 | javax.management.remote; \ |
Stephane Frenot | 8fd85d6 | 2006-08-29 14:49:31 +0000 | [diff] [blame] | 241 | javax.accessibility; \ |
| 242 | javax.activity; \ |
| 243 | javax.imageio; \ |
| 244 | javax.imageio.event; \ |
| 245 | javax.imageio.metadata; \ |
| 246 | javax.imageio.plugins.bmp; \ |
| 247 | javax.imageio.plugins.jpeg; \ |
| 248 | javax.imageio.spi; \ |
| 249 | javax.imageio.stream; \ |
| 250 | javax.management; \ |
| 251 | javax.management.loading; \ |
| 252 | javax.management.modelmbean; \ |
| 253 | javax.management.monitor; \ |
| 254 | javax.management.openmbean; \ |
| 255 | javax.management.relation; \ |
| 256 | javax.management.remote; \ |
| 257 | javax.management.remote.rmi; \ |
| 258 | javax.management.timer; \ |
| 259 | javax.naming; \ |
| 260 | javax.naming.directory; \ |
| 261 | javax.naming.event; \ |
| 262 | javax.naming.ldap; \ |
| 263 | javax.naming.spi; \ |
| 264 | javax.print; \ |
| 265 | javax.print.attribute; \ |
| 266 | javax.print.attribute.standard; \ |
| 267 | javax.print.event; \ |
| 268 | javax.rmi; \ |
| 269 | javax.rmi.CORBA; \ |
| 270 | javax.rmi.ssl; \ |
| 271 | javax.security.auth; \ |
| 272 | javax.security.auth.callback; \ |
| 273 | javax.security.auth.kerberos; \ |
| 274 | javax.security.auth.login; \ |
| 275 | javax.security.auth.spi; \ |
| 276 | javax.security.auth.x500; \ |
| 277 | javax.security.sasl; \ |
| 278 | javax.sound.midi; \ |
| 279 | javax.sound.midi.spi; \ |
| 280 | javax.sound.sampled; \ |
| 281 | javax.sound.sampled.spi; \ |
| 282 | javax.sql; \ |
| 283 | javax.sql.rowset; \ |
| 284 | javax.sql.rowset.serial; \ |
| 285 | javax.sql.rowset.spi; \ |
| 286 | javax.swing; \ |
| 287 | javax.swing.border; \ |
| 288 | javax.swing.colorchooser; \ |
| 289 | javax.swing.event; \ |
| 290 | javax.swing.filechooser; \ |
| 291 | javax.swing.plaf; \ |
| 292 | javax.swing.plaf.basic; \ |
| 293 | javax.swing.plaf.metal; \ |
| 294 | javax.swing.plaf.multi; \ |
| 295 | javax.swing.plaf.synth; \ |
| 296 | javax.swing.table; \ |
| 297 | javax.swing.text; \ |
| 298 | javax.swing.text.html; \ |
| 299 | javax.swing.text.html.parser; \ |
| 300 | javax.swing.text.rtf; \ |
| 301 | javax.swing.tree; \ |
| 302 | javax.swing.undo; \ |
| 303 | javax.transaction; \ |
| 304 | javax.transaction.xa; \ |
| 305 | javax.xml; \ |
| 306 | javax.xml.datatype; \ |
| 307 | javax.xml.namespace; \ |
| 308 | javax.xml.parsers; \ |
| 309 | javax.xml.transform; \ |
| 310 | javax.xml.transform.dom; \ |
| 311 | javax.xml.transform.sax; \ |
| 312 | javax.xml.transform.stream; \ |
| 313 | javax.xml.validation; \ |
| 314 | javax.xml.xpath; \ |
| 315 | org.ietf.jgss; \ |
| 316 | org.omg.CORBA; \ |
| 317 | org.omg.CORBA_2_3; \ |
| 318 | org.omg.CORBA_2_3.portable; \ |
| 319 | org.omg.CORBA.DynAnyPackage; \ |
| 320 | org.omg.CORBA.ORBPackage; \ |
| 321 | org.omg.CORBA.portable; \ |
| 322 | org.omg.CORBA.TypeCodePackage; \ |
| 323 | org.omg.CosNaming; \ |
| 324 | org.omg.CosNaming.NamingContextExtPackage; \ |
| 325 | org.omg.CosNaming.NamingContextPackage; \ |
| 326 | org.omg.Dynamic; \ |
| 327 | org.omg.DynamicAny; \ |
| 328 | org.omg.DynamicAny.DynAnyFactoryPackage; \ |
| 329 | org.omg.DynamicAny.DynAnyPackage; \ |
| 330 | org.omg.IOP; \ |
| 331 | org.omg.IOP.CodecFactoryPackage; \ |
| 332 | org.omg.IOP.CodecPackage; \ |
| 333 | org.omg.Messaging; \ |
| 334 | org.omg.PortableInterceptor; \ |
| 335 | org.omg.PortableInterceptor.ORBInitInfoPackage; \ |
| 336 | org.omg.PortableServer; \ |
| 337 | org.omg.PortableServer.CurrentPackage; \ |
| 338 | org.omg.PortableServer.POAManagerPackage; \ |
| 339 | org.omg.PortableServer.POAPackage; \ |
| 340 | org.omg.PortableServer.portable; \ |
| 341 | org.omg.PortableServer.ServantLocatorPackage; \ |
| 342 | org.omg.SendingContext; \ |
| 343 | org.omg.stub.java.rmi; \ |
| 344 | org.omg.stub.javax.management.remote.rmi; \ |
| 345 | org.w3c.dom; \ |
| 346 | org.w3c.dom.bootstrap; \ |
| 347 | org.w3c.dom.css; \ |
| 348 | org.w3c.dom.events; \ |
| 349 | org.w3c.dom.html; \ |
| 350 | org.w3c.dom.ls; \ |
| 351 | org.w3c.dom.ranges; \ |
| 352 | org.w3c.dom.stylesheets; \ |
| 353 | org.w3c.dom.traversal; \ |
| 354 | org.w3c.dom.views; \ |
| 355 | org.xml.sax; \ |
| 356 | org.xml.sax.ext; \ |
| 357 | org.xml.sax.helpers; \ |
| 358 | version="1.5.0" |
| 359 | |
Stephane Frenot | 0a0a5f6 | 2008-05-26 09:52:02 +0000 | [diff] [blame] | 360 | jre-1.6=, \ |
| 361 | javax.accessibility; \ |
| 362 | javax.activation; \ |
| 363 | javax.activity; \ |
| 364 | javax.annotation; \ |
| 365 | javax.annotation.processing; \ |
| 366 | javax.crypto; \ |
| 367 | javax.crypto.interfaces; \ |
| 368 | javax.crypto.spec; \ |
| 369 | javax.imageio; \ |
| 370 | javax.imageio.event; \ |
| 371 | javax.imageio.metadata; \ |
| 372 | javax.imageio.plugins.bmp; \ |
| 373 | javax.imageio.plugins.jpeg; \ |
| 374 | javax.imageio.spi; \ |
| 375 | javax.imageio.stream; \ |
| 376 | javax.jws; \ |
| 377 | javax.jws.soap; \ |
| 378 | javax.lang.model; \ |
| 379 | javax.lang.model.element; \ |
| 380 | javax.lang.model.type; \ |
| 381 | javax.lang.model.util; \ |
| 382 | javax.management; \ |
| 383 | javax.management.loading; \ |
| 384 | javax.management.modelmbean; \ |
| 385 | javax.management.monitor; \ |
| 386 | javax.management.openmbean; \ |
| 387 | javax.management.relation; \ |
| 388 | javax.management.remote; \ |
| 389 | javax.management.remote.rmi; \ |
| 390 | javax.management.timer; \ |
| 391 | javax.naming; \ |
| 392 | javax.naming.directory; \ |
| 393 | javax.naming.event; \ |
| 394 | javax.naming.ldap; \ |
| 395 | javax.naming.spi; \ |
| 396 | javax.net; \ |
| 397 | javax.net.ssl; \ |
| 398 | javax.print; \ |
| 399 | javax.print.attribute; \ |
| 400 | javax.print.attribute.standard; \ |
| 401 | javax.print.event; \ |
| 402 | javax.rmi; \ |
| 403 | javax.rmi.CORBA; \ |
| 404 | javax.rmi.ssl; \ |
| 405 | javax.script; \ |
| 406 | javax.security.auth; \ |
| 407 | javax.security.auth.callback; \ |
| 408 | javax.security.auth.kerberos; \ |
| 409 | javax.security.auth.login; \ |
| 410 | javax.security.auth.spi; \ |
| 411 | javax.security.auth.x500; \ |
| 412 | javax.security.cert; \ |
| 413 | javax.security.sasl; \ |
| 414 | javax.sound.midi; \ |
| 415 | javax.sound.midi.spi; \ |
| 416 | javax.sound.sampled; \ |
| 417 | javax.sound.sampled.spi; \ |
| 418 | javax.sql; \ |
| 419 | javax.sql.rowset; \ |
| 420 | javax.sql.rowset.serial; \ |
| 421 | javax.sql.rowset.spi; \ |
| 422 | javax.swing; \ |
| 423 | javax.swing.border; \ |
| 424 | javax.swing.colorchooser; \ |
| 425 | javax.swing.event; \ |
| 426 | javax.swing.filechooser; \ |
| 427 | javax.swing.plaf; \ |
| 428 | javax.swing.plaf.basic; \ |
| 429 | javax.swing.plaf.metal; \ |
| 430 | javax.swing.plaf.multi; \ |
| 431 | javax.swing.plaf.synth; \ |
| 432 | javax.swing.table; \ |
| 433 | javax.swing.text; \ |
| 434 | javax.swing.text.html; \ |
| 435 | javax.swing.text.html.parser; \ |
| 436 | javax.swing.text.rtf; \ |
| 437 | javax.swing.tree; \ |
| 438 | javax.swing.undo; \ |
| 439 | javax.tools; \ |
| 440 | javax.transaction; \ |
| 441 | javax.transaction.xa; \ |
| 442 | javax.xml; \ |
| 443 | javax.xml.bind; \ |
| 444 | javax.xml.bind.annotation; \ |
| 445 | javax.xml.bind.annotation.adapters; \ |
| 446 | javax.xml.bind.attachment; \ |
| 447 | javax.xml.bind.helpers; \ |
| 448 | javax.xml.bind.util; \ |
| 449 | javax.xml.crypto; \ |
| 450 | javax.xml.crypto.dom; \ |
| 451 | javax.xml.crypto.dsig; \ |
| 452 | javax.xml.crypto.dsig.dom; \ |
| 453 | javax.xml.crypto.dsig.keyinfo; \ |
| 454 | javax.xml.crypto.dsig.spec; \ |
| 455 | javax.xml.datatype; \ |
| 456 | javax.xml.namespace; \ |
| 457 | javax.xml.parsers; \ |
| 458 | javax.xml.soap; \ |
| 459 | javax.xml.stream; \ |
| 460 | javax.xml.stream.events; \ |
| 461 | javax.xml.stream.util; \ |
| 462 | javax.xml.transform; \ |
| 463 | javax.xml.transform.dom; \ |
| 464 | javax.xml.transform.sax; \ |
| 465 | javax.xml.transform.stax; \ |
| 466 | javax.xml.transform.stream; \ |
| 467 | javax.xml.validation; \ |
| 468 | javax.xml.ws; \ |
| 469 | javax.xml.ws.handler; \ |
| 470 | javax.xml.ws.handler.soap; \ |
| 471 | javax.xml.ws.http; \ |
| 472 | javax.xml.ws.soap; \ |
| 473 | javax.xml.ws.spi; \ |
| 474 | javax.xml.xpath; \ |
| 475 | org.ietf.jgss; \ |
| 476 | org.omg.CORBA; \ |
| 477 | org.omg.CORBA_2_3; \ |
| 478 | org.omg.CORBA_2_3.portable; \ |
| 479 | org.omg.CORBA.DynAnyPackage; \ |
| 480 | org.omg.CORBA.ORBPackage; \ |
| 481 | org.omg.CORBA.portable; \ |
| 482 | org.omg.CORBA.TypeCodePackage; \ |
| 483 | org.omg.CosNaming; \ |
| 484 | org.omg.CosNaming.NamingContextExtPackage; \ |
| 485 | org.omg.CosNaming.NamingContextPackage; \ |
| 486 | org.omg.Dynamic; \ |
| 487 | org.omg.DynamicAny; \ |
| 488 | org.omg.DynamicAny.DynAnyFactoryPackage; \ |
| 489 | org.omg.DynamicAny.DynAnyPackage; \ |
| 490 | org.omg.IOP; \ |
| 491 | org.omg.IOP.CodecFactoryPackage; \ |
| 492 | org.omg.IOP.CodecPackage; \ |
| 493 | org.omg.Messaging; \ |
| 494 | org.omg.PortableInterceptor; \ |
| 495 | org.omg.PortableInterceptor.ORBInitInfoPackage; \ |
| 496 | org.omg.PortableServer; \ |
| 497 | org.omg.PortableServer.CurrentPackage; \ |
| 498 | org.omg.PortableServer.POAManagerPackage; \ |
| 499 | org.omg.PortableServer.POAPackage; \ |
| 500 | org.omg.PortableServer.portable; \ |
| 501 | org.omg.PortableServer.ServantLocatorPackage; \ |
| 502 | org.omg.SendingContext; \ |
| 503 | org.omg.stub.java.rmi; \ |
| 504 | org.omg.stub.javax.management.remote.rmi; \ |
| 505 | org.w3c.dom; \ |
| 506 | org.w3c.dom.bootstrap; \ |
| 507 | org.w3c.dom.css; \ |
| 508 | org.w3c.dom.events; \ |
| 509 | org.w3c.dom.html; \ |
| 510 | org.w3c.dom.ls; \ |
| 511 | org.w3c.dom.ranges; \ |
| 512 | org.w3c.dom.stylesheets; \ |
| 513 | org.w3c.dom.traversal; \ |
| 514 | org.w3c.dom.views; \ |
| 515 | org.w3c.dom.xpath; \ |
| 516 | org.xml.sax; \ |
| 517 | org.xml.sax.ext; \ |
| 518 | org.xml.sax.helpers; \ |
| 519 | version=\"1.6.0\" |
| 520 | |