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,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,31 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "windowImage" contains path to window icon (16x16)
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
featureImage=eclipse32.gif
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
# Property "appName" contains name of the application (translated)
# needed for primary features only
# Property "welcomePage" contains path to welcome page (special XML-based format)
# optional
# Property "welcomePerspective" contains the id of the perspective in which the
# welcome page is to be opened.
# optional

View File

@@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=200409161125

View File

@@ -0,0 +1,24 @@
###############################################################################
# Copyright (c) 2000, 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
###############################################################################
# about.properties
# contains externalized strings for about.ini
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.
blurb=Eclipse Project SDK\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2004. All rights reserved.\n\
Visit http://www.eclipse.org/eclipse

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,31 @@
###############################################################################
# Copyright (c) 2000, 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
###############################################################################
pluginName=Eclipse Project SDK
providerName=Eclipse.org
activity.java=Java Development
activity.java.desc=Develop Java applications.
activity.plugin=Plug-in Development
activity.plugin.desc=Develop plug-ins, fragments, and features for Eclipse.
activity.team.cvs=CVS Support
activity.team.cvs.desc=Use the Concurrent Versions System (CVS) to manage resources.
activity.team=Core Team Support
activity.team.desc=Share projects using configuration management systems.
activity.cat.development=Development
activity.cat.development.desc=Use the Eclipse SDK to develop applications.
activity.cat.team=Team
activity.cat.team.desc=Use configuration management systems to manage resources.

View File

@@ -0,0 +1,164 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.sdk"
name="%pluginName"
version="3.0.1"
provider-name="%providerName">
<requires>
<import plugin="org.eclipse.ui"/>
</requires>
<extension
point="org.eclipse.ui.activities">
<activity
name="%activity.java"
description="%activity.java.desc"
id="org.eclipse.javaDevelopment">
</activity>
<activity
name="%activity.plugin"
description="%activity.plugin.desc"
id="org.eclipse.plugInDevelopment">
</activity>
<activityRequirementBinding
activityId="org.eclipse.plugInDevelopment"
requiredActivityId="org.eclipse.javaDevelopment">
</activityRequirementBinding>
<activity
name="%activity.team.cvs"
description="%activity.team.cvs.desc"
id="org.eclipse.team.cvs">
</activity>
<activity
name="%activity.team"
description="%activity.team.desc"
id="org.eclipse.team">
</activity>
<activityRequirementBinding
activityId="org.eclipse.team.cvs"
requiredActivityId="org.eclipse.team">
</activityRequirementBinding>
<activityPatternBinding
activityId="org.eclipse.javaDevelopment"
pattern="org\.eclipse\.jdt\.debug/debugModel">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.javaDevelopment"
pattern="org\.eclipse\.jdt\..*/.*">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.javaDevelopment"
pattern="org\.eclipse\.jdt\.core/javanature">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.plugInDevelopment"
pattern="org\.eclipse\.pde\..*/.*">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.plugInDevelopment"
pattern="org\.eclipse\.pde/PluginNature">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.team"
pattern="org\.eclipse\.team\.ui/org.*">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.team"
pattern="org\.eclipse\.compare/compareWithPatch">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.team.cvs"
pattern="org\.eclipse\.team\.cvs\.ui/.*">
</activityPatternBinding>
<activityPatternBinding
activityId="org.eclipse.team.cvs"
pattern="org\.eclipse\.team\.cvs\.core/.*cvsnature">
</activityPatternBinding>
<category
name="%activity.cat.development"
description="%activity.cat.development.desc"
id="org.eclipse.categories.developmentCategory">
</category>
<category
name="%activity.cat.team"
description="%activity.cat.team.desc"
id="org.eclipse.categories.teamCategory">
</category>
<categoryActivityBinding
activityId="org.eclipse.javaDevelopment"
categoryId="org.eclipse.categories.developmentCategory">
</categoryActivityBinding>
<categoryActivityBinding
activityId="org.eclipse.plugInDevelopment"
categoryId="org.eclipse.categories.developmentCategory">
</categoryActivityBinding>
<categoryActivityBinding
activityId="org.eclipse.team"
categoryId="org.eclipse.categories.teamCategory">
</categoryActivityBinding>
<categoryActivityBinding
activityId="org.eclipse.team.cvs"
categoryId="org.eclipse.categories.teamCategory">
</categoryActivityBinding>
<!-- bind all elements that start with "org" -->
<defaultEnablement
id="org.eclipse.javaDevelopment">
</defaultEnablement>
<defaultEnablement
id="org.eclipse.plugInDevelopment">
</defaultEnablement>
<defaultEnablement
id="org.eclipse.team">
</defaultEnablement>
<defaultEnablement
id="org.eclipse.team.cvs">
</defaultEnablement>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<primaryWizard
id="org.eclipse.jdt.ui.wizards.JavaProjectWizard">
</primaryWizard>
<primaryWizard
id="org.eclipse.pde.ui.NewProjectWizard">
</primaryWizard>
<primaryWizard
id="org.eclipse.jdt.ui.wizards.NewClassCreationWizard">
</primaryWizard>
<primaryWizard
id="org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard">
</primaryWizard>
<primaryWizard
id="org.eclipse.pde.ui.NewSchemaFileWizard">
</primaryWizard>
</extension>
</plugin>