Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
#### Monitoring settings
# monitor class loading
org.eclipse.osgi/monitor/classes=false
# monitor bundle activation
org.eclipse.osgi/monitor/activation=false
# monitor resource bundle (*.properties) loading
org.eclipse.osgi/monitor/resources=false
#### Trace settings
# trace class loading - snapshot the execution stack when a class is loaded
org.eclipse.osgi/trace/classLoading=false
# trace location - file in which execution traces are written
org.eclipse.osgi/trace/filename=runtime.traces
# trace filters - Java properties file defining which classes should
# be traced (if trace/classLoading is true)
# File format:
# plugins=<comma separated list of plugins whose classes to trace>
# packages=<comma separated list of package prefixes of classes to trace>
# Note that there may be many 'plugins' and 'packages' lines in one file.
org.eclipse.osgi/trace/filters=trace.properties
# trace bundle activation - snapshot the execution stack when a bundle is activated
org.eclipse.osgi/trace/activation=false
#### Debugging options for org.eclipse.osgi
# Turn on general debugging for org.eclipse.osgi
org.eclipse.osgi/debug=false
org.eclipse.osgi/debug/loader=false
org.eclipse.osgi/debug/events=false
org.eclipse.osgi/debug/services=false
org.eclipse.osgi/debug/packages=false
org.eclipse.osgi/debug/manifest=false
org.eclipse.osgi/debug/filter=false
org.eclipse.osgi/debug/security=false
org.eclipse.osgi/debug/startlevel=false
org.eclipse.osgi/debug/packageadmin=false
org.eclipse.osgi/debug/packageadmin/timing=false
org.eclipse.osgi/debug/monitorbundles=false
org.eclipse.osgi/debug/bundleTime=false
# Eclipse adaptor options
org.eclipse.osgi/eclipseadaptor/debug = false
org.eclipse.osgi/eclipseadaptor/debug/location = false
org.eclipse.osgi/eclipseadaptor/debug/platformadmin=false
org.eclipse.osgi/eclipseadaptor/debug/platformadmin/resolver=false
org.eclipse.osgi/eclipseadaptor/converter/debug = false

View File

@@ -0,0 +1,55 @@
Manifest-Version: 1.0
Export-Package: org.osgi.framework; specification-version=1.2,
org.osgi.service.packageadmin; specification-version=1.1,
org.osgi.service.permissionadmin; specification-version=1.1,
org.osgi.service.url; specification-version=1.0,
org.osgi.service.startlevel; specification-version=1.0,
org.osgi.util.tracker; specification-version=1.2,
org.eclipse.osgi.framework.eventmgr,
org.eclipse.osgi.framework.msg; specification-version=1.0,
org.eclipse.osgi.service.debug,
org.eclipse.osgi.service.resolver,
org.eclipse.osgi.service.systembundle,
org.eclipse.osgi.util
Provide-Package: org.osgi.framework,
org.osgi.service.packageadmin,
org.osgi.service.permissionadmin,
org.osgi.service.url,
org.osgi.service.startlevel,
org.osgi.util.tracker,
org.eclipse.osgi.framework.eventmgr,
org.eclipse.osgi.framework.msg,
org.eclipse.osgi.service.debug,
org.eclipse.osgi.service.resolver,
org.eclipse.osgi.service.systembundle,
org.eclipse.osgi.util
Import-Package: org.osgi.framework; specification-version=1.2,
org.osgi.service.packageadmin; specification-version=1.1,
org.osgi.service.permissionadmin; specification-version=1.1,
org.osgi.service.url; specification-version=1.0,
org.osgi.service.startlevel; specification-version=1.0,
org.eclipse.osgi.framework.eventmgr,
org.eclipse.osgi.framework.msg; specification-version=1.0,
org.eclipse.osgi.service.debug,
org.eclipse.osgi.service.resolver,
org.eclipse.osgi.service.systembundle,
org.eclipse.osgi.util
Export-Service: org.osgi.service.packageadmin.PackageAdmin,
org.osgi.service.permissionadmin.PermissionAdmin,
org.osgi.service.startlevel.StartLevel,
org.eclipse.osgi.service.debug.DebugOptions
Bundle-Name: %systemBundle
Bundle-SymbolicName: org.eclipse.osgi; singleton=true
Bundle-Activator: org.eclipse.osgi.framework.internal.core.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
Bundle-Version: 3.0.1
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Bundle-ClassPath: osgi.jar,
core.jar,
resolver.jar,
defaultAdaptor.jar,
eclipseAdaptor.jar,
console.jar

View File

@@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>20th June, 2002</p>
<h3>License</h3>
<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
Common Public License Version 1.0 (&quot;CPL&quot;). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
<h3>Contributions</h3>
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
the CPL.</p>
</body>
</html>

View File

@@ -0,0 +1,15 @@
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
osgi.frameworkClassPath = core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
osgi.bundles.defaultStartLevel=4
eclipse.product=org.eclipse.platform.ide
eof=eof

View File

@@ -0,0 +1,13 @@
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
systemBundle = OSGi System Bundle
eclipse.org = Eclipse.org
copyright = Copyright (c) 2003, 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html