Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-12-14 15:31:04 +0000
committerMarkus Knauer2010-12-14 15:31:04 +0000
commit957c875de0f4ea4a7041fc8d0275c71eee9c8d20 (patch)
treeea3643a499d32fd6e1e47147a9bcc62c1ffd7f53 /packages/org.eclipse.epp.package.parallel
parentc8b56fb3a8e9b05a93c06636c5f0a0ba57209896 (diff)
downloadorg.eclipse.epp.packages-957c875de0f4ea4a7041fc8d0275c71eee9c8d20.tar.gz
org.eclipse.epp.packages-957c875de0f4ea4a7041fc8d0275c71eee9c8d20.tar.xz
org.eclipse.epp.packages-957c875de0f4ea4a7041fc8d0275c71eee9c8d20.zip
* Bug 331589 - PTP would like to join EPP - initial contribution
Diffstat (limited to 'packages/org.eclipse.epp.package.parallel')
-rw-r--r--packages/org.eclipse.epp.package.parallel/.project22
-rw-r--r--packages/org.eclipse.epp.package.parallel/META-INF/MANIFEST.MF9
-rw-r--r--packages/org.eclipse.epp.package.parallel/about.html28
-rw-r--r--packages/org.eclipse.epp.package.parallel/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.parallel/about.mappings6
-rw-r--r--packages/org.eclipse.epp.package.parallel/about.properties28
-rw-r--r--packages/org.eclipse.epp.package.parallel/build.properties15
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse.gifbin0 -> 1052 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse.pngbin0 -> 654 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse32.gifbin0 -> 1706 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse32.pngbin0 -> 4594 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse48.gifbin0 -> 2371 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse48.pngbin0 -> 3099 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/eclipse_lg.gifbin0 -> 12710 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/intro-eclipse.pngbin0 -> 13739 bytes
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin.xml55
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin_customization.ini37
17 files changed, 237 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.parallel/.project b/packages/org.eclipse.epp.package.parallel/.project
new file mode 100644
index 00000000..9257d7ec
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.parallel</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/packages/org.eclipse.epp.package.parallel/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.parallel/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..dcea740d
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EPP Parallel Bundle
+Bundle-SymbolicName: org.eclipse.epp.package.parallel;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Eclipse.org - EPP
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.platform,
+ org.eclipse.equinox.app
diff --git a/packages/org.eclipse.epp.package.parallel/about.html b/packages/org.eclipse.epp.package.parallel/about.html
new file mode 100644
index 00000000..1fb92d02
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June, 2010</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation 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
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/packages/org.eclipse.epp.package.parallel/about.ini b/packages/org.eclipse.epp.package.parallel/about.ini
new file mode 100644
index 00000000..4a61e0f8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/about.ini
@@ -0,0 +1,37 @@
+# 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 feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
+# optional
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.parallel/about.mappings b/packages/org.eclipse.epp.package.parallel/about.mappings
new file mode 100644
index 00000000..a28390a7
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/about.mappings
@@ -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=@build@
diff --git a/packages/org.eclipse.epp.package.parallel/about.properties b/packages/org.eclipse.epp.package.parallel/about.properties
new file mode 100644
index 00000000..c600bf9a
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2000, 2010 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
+###############################################################################
+# 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.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse IDE for C/C++ Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2010. All rights reserved.\n\
+Visit http://www.eclipse.org/platform\n\
+\n\
+This product includes software developed by the\n\
+Apache Software Foundation http://www.apache.org/
diff --git a/packages/org.eclipse.epp.package.parallel/build.properties b/packages/org.eclipse.epp.package.parallel/build.properties
new file mode 100644
index 00000000..aef43bf3
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/build.properties
@@ -0,0 +1,15 @@
+bin.includes = META-INF/,\
+ plugin_customization.ini,\
+ plugin.xml,\
+ about.html,\
+ eclipse.gif,\
+ eclipse.png,\
+ eclipse32.gif,\
+ eclipse32.png,\
+ eclipse48.gif,\
+ eclipse48.png,\
+ eclipse_lg.gif,\
+ about.mappings,\
+ intro-eclipse.png,\
+ about.ini,\
+ about.properties
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse.gif b/packages/org.eclipse.epp.package.parallel/eclipse.gif
new file mode 100644
index 00000000..7d7e32b2
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse.gif
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse.png b/packages/org.eclipse.epp.package.parallel/eclipse.png
new file mode 100644
index 00000000..25e3bb5e
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse32.gif b/packages/org.eclipse.epp.package.parallel/eclipse32.gif
new file mode 100644
index 00000000..e6ad7ccd
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse32.gif
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse32.png b/packages/org.eclipse.epp.package.parallel/eclipse32.png
new file mode 100644
index 00000000..568fac1d
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse32.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse48.gif b/packages/org.eclipse.epp.package.parallel/eclipse48.gif
new file mode 100644
index 00000000..80a40d68
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse48.gif
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse48.png b/packages/org.eclipse.epp.package.parallel/eclipse48.png
new file mode 100644
index 00000000..1c939c81
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse48.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/eclipse_lg.gif b/packages/org.eclipse.epp.package.parallel/eclipse_lg.gif
new file mode 100644
index 00000000..bf8b872e
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/eclipse_lg.gif
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/intro-eclipse.png b/packages/org.eclipse.epp.package.parallel/intro-eclipse.png
new file mode 100644
index 00000000..015e7fc6
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/intro-eclipse.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.parallel/plugin.xml b/packages/org.eclipse.epp.package.parallel/plugin.xml
new file mode 100644
index 00000000..0d1300b8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/plugin.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="product"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ name="Eclipse">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="Eclipse">
+ </property>
+ <property
+ name="aboutText"
+ value="Eclipse IDE for C/C++ Developers&#x0A;&#x0A;Version: Indigo Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2010. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
+ </property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
+ <property
+ name="aboutImage"
+ value="eclipse_lg.gif">
+ </property>
+ <property
+ name="windowImages"
+ value="eclipse.png,eclipse32.png,eclipse48.png">
+ </property>
+ <property
+ name="introBrandingImage"
+ value="product:intro-eclipse.png"/>
+ <property
+ name="introTitle"
+ value="Welcome to the Eclipse IDE for C/C++ Developers">
+ </property>
+ <property
+ name="introBrandingImageText"
+ value="Eclipse Project">
+ </property>
+ </product>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro">
+ <introProductBinding
+ introId="org.eclipse.ui.intro.universal"
+ productId="org.eclipse.epp.package.parallel.product">
+ </introProductBinding>
+ </extension>
+
+</plugin>
diff --git a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
new file mode 100644
index 00000000..927585be
--- /dev/null
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -0,0 +1,37 @@
+# plugin_customization.ini
+# sets default values for plug-in-specific preferences
+# keys are qualified by plug-in id
+# e.g., com.example.acmeplugin/myproperty=myvalue
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in plugin_customization.properties
+# This file does not need to be translated.
+
+# WARNING: This file defines the preference overrides for the Platform build
+# (the one with no JDT or PDE), not the SDK build (aka the IDE).
+# For the SDK build, use the plugin_customization.ini file in the
+# org.eclipse.sdk plug-in instead.
+
+# Property "org.eclipse.ui/defaultPerspectiveId" controls the
+# perspective that the workbench opens initially
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.cdt.ui.CPerspective
+
+# new-style tabs by default
+org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
+
+# put the perspective switcher on the top right
+org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
+
+# show progress on startup
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
+
+# Welcome theme to use
+org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
+
+# Root page links to show in the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
+
+# Initial page layout of the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
+
+# Order help books in table of contents
+org.eclipse.help/HELP_DATA = helpData.xml \ No newline at end of file

Back to the top