diff options
| author | Ian Bull | 2014-09-11 01:43:06 +0000 |
|---|---|---|
| committer | Ian Bull | 2014-09-11 01:43:06 +0000 |
| commit | 5dda21273e2d03169883b0b9d15cdc5eef0451c5 (patch) | |
| tree | 49505dbb8fe1a40427ec2af78df9a9f551c773e8 | |
| parent | 4583745cb4d0eb7849f26e29045e429d7945d2c8 (diff) | |
| download | rt.equinox.p2-5dda21273e2d03169883b0b9d15cdc5eef0451c5.tar.gz rt.equinox.p2-5dda21273e2d03169883b0b9d15cdc5eef0451c5.tar.xz rt.equinox.p2-5dda21273e2d03169883b0b9d15cdc5eef0451c5.zip | |
Revert "Bug 427123 - Copy profile files from org.eclipse.osgi"R4_4_1M20141022-0800M20141015-0900M20141015-0800M20140925-0400M20140910-2310
This reverts commit d38c7837fde39d9638897fdff6321fae7e2e57ae.
4 files changed, 1 insertions, 206 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE-1.8.profile b/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE-1.8.profile index 3db37e8fa..a9877adbe 100644 --- a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE-1.8.profile +++ b/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE-1.8.profile @@ -181,9 +181,6 @@ org.osgi.framework.executionenvironment = \ OSGi/Minimum-1.0,\ OSGi/Minimum-1.1,\ OSGi/Minimum-1.2,\ - JavaSE/compact1-1.8,\ - JavaSE/compact2-1.8,\ - JavaSE/compact3-1.8,\ JRE-1.1,\ J2SE-1.2,\ J2SE-1.3,\ @@ -195,10 +192,7 @@ org.osgi.framework.executionenvironment = \ org.osgi.framework.system.capabilities = \ osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",\ osgi.ee; osgi.ee="JRE"; version:List<Version>="1.0, 1.1",\ - osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8",\ - osgi.ee; osgi.ee="JavaSE/compact1"; version:List<Version>="1.8",\ - osgi.ee; osgi.ee="JavaSE/compact2"; version:List<Version>="1.8",\ - osgi.ee; osgi.ee="JavaSE/compact3"; version:List<Version>="1.8" + osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8" osgi.java.profile.name = JavaSE-1.8 org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.source=1.8 diff --git a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact1-1.8.profile b/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact1-1.8.profile deleted file mode 100644 index 757efcb96..000000000 --- a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact1-1.8.profile +++ /dev/null @@ -1,37 +0,0 @@ -############################################################################### -# Copyright (c) 2014 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -org.osgi.framework.system.packages = \ - javax.crypto.interfaces,\ - javax.crypto.spec,\ - javax.net,\ - javax.net.ssl,\ - javax.script,\ - javax.security.auth,\ - javax.security.auth.callback,\ - javax.security.auth.login,\ - javax.security.auth.spi,\ - javax.security.auth.x500,\ - javax.security.cert -org.osgi.framework.executionenvironment = \ - OSGi/Minimum-1.0,\ - OSGi/Minimum-1.1,\ - OSGi/Minimum-1.2,\ - JavaSE/compact1-1.8 -org.osgi.framework.system.capabilities = \ - osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",\ - osgi.ee; osgi.ee="JavaSE/compact1"; version:List<Version>="1.8" -osgi.java.profile.name = JavaSE/compact1-1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.source=1.8 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error diff --git a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact2-1.8.profile b/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact2-1.8.profile deleted file mode 100644 index bc6044b9c..000000000 --- a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact2-1.8.profile +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# Copyright (c) 2014 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -org.osgi.framework.system.packages = \ - javax.crypto.interfaces,\ - javax.crypto.spec,\ - javax.net,\ - javax.net.ssl,\ - javax.rmi.ssl,\ - javax.script,\ - javax.security.auth,\ - javax.security.auth.callback,\ - javax.security.auth.login,\ - javax.security.auth.spi,\ - javax.security.auth.x500,\ - javax.security.cert,\ - javax.sql,\ - javax.transaction,\ - javax.transaction.xa,\ - javax.xml,\ - javax.xml.datatype,\ - javax.xml.namespace,\ - javax.xml.parsers,\ - javax.xml.stream,\ - javax.xml.stream.events,\ - javax.xml.stream.util,\ - javax.xml.transform,\ - javax.xml.transform.dom,\ - javax.xml.transform.sax,\ - javax.xml.transform.stax,\ - javax.xml.transform.stream,\ - javax.xml.validation,\ - javax.xml.xpath,\ - org.w3c.dom,\ - org.w3c.dom.bootstrap,\ - org.w3c.dom.events,\ - org.w3c.dom.ls,\ - org.xml.sax,\ - org.xml.sax.ext,\ - org.xml.sax.helpers -org.osgi.framework.executionenvironment = \ - OSGi/Minimum-1.0,\ - OSGi/Minimum-1.1,\ - OSGi/Minimum-1.2,\ - JavaSE/compact1-1.8,\ - JavaSE/compact2-1.8 -org.osgi.framework.system.capabilities = \ - osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",\ - osgi.ee; osgi.ee="JavaSE/compact1"; version:List<Version>="1.8",\ - osgi.ee; osgi.ee="JavaSE/compact2"; version:List<Version>="1.8" -osgi.java.profile.name = JavaSE/compact2-1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.source=1.8 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error diff --git a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact3-1.8.profile b/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact3-1.8.profile deleted file mode 100644 index 05182dd23..000000000 --- a/bundles/org.eclipse.equinox.p2.publisher/profiles/JavaSE_compact3-1.8.profile +++ /dev/null @@ -1,98 +0,0 @@ -############################################################################### -# Copyright (c) 2014 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -org.osgi.framework.system.packages = \ - javax.annotation.processing,\ - javax.crypto.interfaces,\ - javax.crypto.spec,\ - javax.lang.model,\ - javax.lang.model.element,\ - javax.lang.model.type,\ - javax.lang.model.util,\ - javax.management,\ - javax.management.loading,\ - javax.management.modelmbean,\ - javax.management.monitor,\ - javax.management.openmbean,\ - javax.management.relation,\ - javax.management.remote,\ - javax.management.remote.rmi,\ - javax.management.timer,\ - javax.naming,\ - javax.naming.directory,\ - javax.naming.event,\ - javax.naming.ldap,\ - javax.naming.spi,\ - javax.net,\ - javax.net.ssl,\ - javax.rmi.ssl,\ - javax.script,\ - javax.security.auth,\ - javax.security.auth.kerberos,\ - javax.security.auth.callback,\ - javax.security.auth.login,\ - javax.security.auth.spi,\ - javax.security.auth.x500,\ - javax.security.cert,\ - javax.security.sasl,\ - javax.sql,\ - javax.sql.rowset,\ - javax.sql.rowset.serial,\ - javax.sql.rowset.spi,\ - javax.tools,\ - javax.transaction,\ - javax.transaction.xa,\ - javax.xml,\ - javax.xml.crypto,\ - javax.xml.crypto.dom,\ - javax.xml.crypto.dsig,\ - javax.xml.crypto.dsig.dom,\ - javax.xml.crypto.dsig.keyinfo,\ - javax.xml.crypto.dsig.spec,\ - javax.xml.datatype,\ - javax.xml.namespace,\ - javax.xml.parsers,\ - javax.xml.stream,\ - javax.xml.stream.events,\ - javax.xml.stream.util,\ - javax.xml.transform,\ - javax.xml.transform.dom,\ - javax.xml.transform.sax,\ - javax.xml.transform.stax,\ - javax.xml.transform.stream,\ - javax.xml.validation,\ - javax.xml.xpath,\ - org.ieft.jgss,\ - org.w3c.dom,\ - org.w3c.dom.bootstrap,\ - org.w3c.dom.events,\ - org.w3c.dom.ls,\ - org.xml.sax,\ - org.xml.sax.ext,\ - org.xml.sax.helpers -org.osgi.framework.executionenvironment = \ - OSGi/Minimum-1.0,\ - OSGi/Minimum-1.1,\ - OSGi/Minimum-1.2,\ - JavaSE/compact1-1.8,\ - JavaSE/compact2-1.8,\ - JavaSE/compact3-1.8 -org.osgi.framework.system.capabilities = \ - osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",\ - osgi.ee; osgi.ee="JavaSE/compact1"; version:List<Version>="1.8",\ - osgi.ee; osgi.ee="JavaSE/compact2"; version:List<Version>="1.8",\ - osgi.ee; osgi.ee="JavaSE/compact3"; version:List<Version>="1.8" -osgi.java.profile.name = JavaSE/compact3-1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.source=1.8 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
