Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2003, 2005 IBM Corporation and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
| 11 | org.osgi.framework.system.packages = \ |
| 12 | javax.accessibility,\ |
| 13 | javax.naming,\ |
| 14 | javax.naming.directory,\ |
| 15 | javax.naming.event,\ |
| 16 | javax.naming.ldap,\ |
| 17 | javax.naming.spi,\ |
| 18 | javax.rmi,\ |
| 19 | javax.rmi.CORBA,\ |
| 20 | javax.sound.midi,\ |
| 21 | javax.sound.midi.spi,\ |
| 22 | javax.sound.sampled,\ |
| 23 | javax.sound.sampled.spi,\ |
| 24 | javax.swing,\ |
| 25 | javax.swing.border,\ |
| 26 | javax.swing.colorchooser,\ |
| 27 | javax.swing.event,\ |
| 28 | javax.swing.filechooser,\ |
| 29 | javax.swing.plaf,\ |
| 30 | javax.swing.plaf.basic,\ |
| 31 | javax.swing.plaf.metal,\ |
| 32 | javax.swing.plaf.multi,\ |
| 33 | javax.swing.table,\ |
| 34 | javax.swing.text,\ |
| 35 | javax.swing.text.html,\ |
| 36 | javax.swing.text.html.parser,\ |
| 37 | javax.swing.text.rtf,\ |
| 38 | javax.swing.tree,\ |
| 39 | javax.swing.undo,\ |
| 40 | javax.transaction,\ |
| 41 | org.omg.CORBA,\ |
| 42 | org.omg.CORBA_2_3,\ |
| 43 | org.omg.CORBA_2_3.portable,\ |
| 44 | org.omg.CORBA.DynAnyPackage,\ |
| 45 | org.omg.CORBA.ORBPackage,\ |
| 46 | org.omg.CORBA.portable,\ |
| 47 | org.omg.CORBA.TypeCodePackage,\ |
| 48 | org.omg.CosNaming,\ |
| 49 | org.omg.CosNaming.NamingContextPackage,\ |
| 50 | org.omg.SendingContext,\ |
| 51 | org.omg.stub.java.rmi |
| 52 | org.osgi.framework.bootdelegation = \ |
| 53 | javax.*,\ |
| 54 | org.omg.*,\ |
| 55 | sun.*,\ |
| 56 | com.sun.* |
| 57 | org.osgi.framework.executionenvironment = \ |
| 58 | OSGi/Minimum-1.0,\ |
| 59 | OSGi/Minimum-1.1,\ |
| 60 | JRE-1.1,\ |
| 61 | J2SE-1.2,\ |
| 62 | J2SE-1.3 |
| 63 | osgi.java.profile.name = J2SE-1.3 |