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.swing,\ |
| 14 | javax.swing.border,\ |
| 15 | javax.swing.colorchooser,\ |
| 16 | javax.swing.event,\ |
| 17 | javax.swing.filechooser,\ |
| 18 | javax.swing.plaf,\ |
| 19 | javax.swing.plaf.basic,\ |
| 20 | javax.swing.plaf.metal,\ |
| 21 | javax.swing.plaf.multi,\ |
| 22 | javax.swing.table,\ |
| 23 | javax.swing.text,\ |
| 24 | javax.swing.text.html,\ |
| 25 | javax.swing.text.html.parser,\ |
| 26 | javax.swing.text.rtf,\ |
| 27 | javax.swing.tree,\ |
| 28 | javax.swing.undo,\ |
| 29 | org.omg.CORBA,\ |
| 30 | org.omg.CORBA.DynAnyPackage,\ |
| 31 | org.omg.CORBA.ORBPackage,\ |
| 32 | org.omg.CORBA.portable,\ |
| 33 | org.omg.CORBA.TypeCodePackage,\ |
| 34 | org.omg.CosNaming,\ |
| 35 | org.omg.CosNaming.NamingContextPackage |
| 36 | org.osgi.framework.bootdelegation = \ |
| 37 | sun.*,\ |
| 38 | com.sun.* |
| 39 | org.osgi.framework.executionenvironment = \ |
| 40 | JRE-1.1,\ |
| 41 | J2SE-1.2 |
| 42 | osgi.java.profile.name = J2SE-1.2 |