diff options
author | Markus Knauer | 2009-04-29 14:35:06 +0000 |
---|---|---|
committer | Markus Knauer | 2009-04-29 14:35:06 +0000 |
commit | 6581ac2a151e38d44ee6ef486e23652ece4fc399 (patch) | |
tree | ed3df2df13b353af27ab40050c68f533cf427534 | |
parent | 804d5aaf70d1b6f1294f64cfec9a5b413cfd4f9c (diff) | |
download | org.eclipse.epp.packages-6581ac2a151e38d44ee6ef486e23652ece4fc399.tar.gz org.eclipse.epp.packages-6581ac2a151e38d44ee6ef486e23652ece4fc399.tar.xz org.eclipse.epp.packages-6581ac2a151e38d44ee6ef486e23652ece4fc399.zip |
initial package check-in
-rw-r--r-- | packages/org.eclipse.epp.package.cpp.feature/.project | 17 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp.feature/build.properties | 1 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp.feature/feature.xml | 55 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/.project | 22 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/META-INF/MANIFEST.MF | 9 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/build.properties | 4 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/epp.product | 59 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/plugin.xml | 26 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/plugin_customization.ini | 37 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/splash.bmp | bin | 0 -> 403616 bytes |
10 files changed, 230 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/.project b/packages/org.eclipse.epp.package.cpp.feature/.project new file mode 100644 index 00000000..5b47bed7 --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp.feature/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.epp.package.cpp-feature</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> diff --git a/packages/org.eclipse.epp.package.cpp.feature/build.properties b/packages/org.eclipse.epp.package.cpp.feature/build.properties new file mode 100644 index 00000000..64f93a9f --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/packages/org.eclipse.epp.package.cpp.feature/feature.xml b/packages/org.eclipse.epp.package.cpp.feature/feature.xml new file mode 100644 index 00000000..b9336bba --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp.feature/feature.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.epp.package.cpp.feature" + label="EPP CPP Feature" + version="1.0.0.qualifier" + provider-name="Eclipse Packaging Project (EPP)" + plugin="org.eclipse.epp.package.cpp"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <url> + <discovery label="Galileo" url="http://download.eclipse.org/releases/galileo/"/> + <discovery label="Eclipse Platform 3.5 Milestones" url="http://download.eclipse.org/eclipse/updates/3.5milestones/"/> + </url> + + <includes + id="org.eclipse.platform" + version="0.0.0" + search-location="both"/> + + <requires> + <import feature="org.eclipse.cvs" version="1.1.0" match="greaterOrEqual"/> + <import feature="org.eclipse.equinox.p2.user.ui" version="1.1.0" match="greaterOrEqual"/> + <import feature="org.eclipse.help" version="1.1.0" match="greaterOrEqual"/> + <import feature="org.eclipse.platform" version="3.5.0" match="greaterOrEqual"/> + <import feature="org.eclipse.rcp" version="3.5.0" match="greaterOrEqual"/> + <import feature="org.eclipse.cdt.platform" version="6.0.0" match="greaterOrEqual"/> + <import feature="org.eclipse.cdt" version="6.0.0" match="greaterOrEqual"/> + <import feature="org.eclipse.mylyn_feature"/> + <import feature="org.eclipse.mylyn.context_feature"/> + <import feature="org.eclipse.mylyn.team_feature"/> + <import feature="org.eclipse.mylyn.ide_feature"/> + <import feature="org.eclipse.mylyn.bugzilla_feature"/> + <import feature="org.eclipse.mylyn.wikitext_feature"/> + <import feature="org.eclipse.cdt.mylyn"/> + <import feature="org.eclipse.epp.usagedata.feature"/> + </requires> + + <plugin + id="org.eclipse.epp.package.cpp" + download-size="0" + install-size="0" + version="0.0.0"/> + +</feature> diff --git a/packages/org.eclipse.epp.package.cpp/.project b/packages/org.eclipse.epp.package.cpp/.project new file mode 100644 index 00000000..40a7ae80 --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/.project @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.epp.package.cpp</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.cpp/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.cpp/META-INF/MANIFEST.MF new file mode 100644 index 00000000..52b9eb32 --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: EPP CPP Bundle +Bundle-SymbolicName: org.eclipse.epp.package.cpp;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: Eclipse Packaging Project (EPP) +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Require-Bundle: org.eclipse.platform, + org.eclipse.equinox.app diff --git a/packages/org.eclipse.epp.package.cpp/build.properties b/packages/org.eclipse.epp.package.cpp/build.properties new file mode 100644 index 00000000..774d86f5 --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/build.properties @@ -0,0 +1,4 @@ +bin.includes = META-INF/,\ + plugin_customization.ini,\ + splash.bmp,\ + plugin.xml diff --git a/packages/org.eclipse.epp.package.cpp/epp.product b/packages/org.eclipse.epp.package.cpp/epp.product new file mode 100644 index 00000000..6e8c7799 --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/epp.product @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?pde version="3.5"?> + +<product name="EPP CPP Package" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="true" includeLaunchers="true"> + + <aboutInfo> + <text> + This is the EPP CPP About Dialog. + </text> + </aboutInfo> + + <configIni use="default"> + </configIni> + + <launcherArgs> + <programArgsWin>--launcher.XXMaxPermSize +256M</programArgsWin> + <vmArgs>-Dosgi.requiredJavaVersion=1.5 +-Xms40m +-Xmx256m</vmArgs> + <vmArgsLin>-XX:MaxPermSize=256m</vmArgsLin> + <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts +-XX:MaxPermSize=256m</vmArgsMac> + </launcherArgs> + + <windowImages/> + + <splash + location="org.eclipse.epp.package.cpp" /> + <launcher> + <solaris/> + <win useIco="false"> + <bmp/> + </win> + </launcher> + + <vm> + <linux>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</linux> + <macos>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</macos> + <solaris>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</solaris> + <windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</windows> + </vm> + + <license> + <text> + This is the EPP CPP License... + </text> + </license> + + <plugins> + <plugin id="org.eclipse.epp.package.cpp"/> + </plugins> + + <features> + <feature id="org.eclipse.epp.package.cpp.feature" version="1.0.0.qualifier"/> + </features> + + +</product> diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml new file mode 100644 index 00000000..3ed2a609 --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/plugin.xml @@ -0,0 +1,26 @@ +<?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" + description="The EPP CPP Package." + name="EPP CPP Package"> + <property + name="preferenceCustomization" + value="plugin_customization.ini"> + </property> + <property + name="appName" + value="EPP CPP Package"> + </property> + <property + name="aboutText" + value="This is the EPP CPP About Dialog."> + </property> + </product> + </extension> + +</plugin> diff --git a/packages/org.eclipse.epp.package.cpp/plugin_customization.ini b/packages/org.eclipse.epp.package.cpp/plugin_customization.ini new file mode 100644 index 00000000..3016f54c --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/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 = false
+
+# 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 diff --git a/packages/org.eclipse.epp.package.cpp/splash.bmp b/packages/org.eclipse.epp.package.cpp/splash.bmp Binary files differnew file mode 100644 index 00000000..0c4f760b --- /dev/null +++ b/packages/org.eclipse.epp.package.cpp/splash.bmp |