From 409b74214ff6d4c69f9c1d6a9253e0726d3624aa Mon Sep 17 00:00:00 2001 From: Markus Knauer Date: Tue, 18 May 2010 10:35:16 +0000 Subject: * RCP: testing common EPP feature that includes MPC+config in RCP package --- packages/org.eclipse.epp.package.common/.project | 22 ++++++++++++++++ .../META-INF/MANIFEST.MF | 8 ++++++ packages/org.eclipse.epp.package.common/about.html | 28 +++++++++++++++++++++ .../build.properties | 4 +++ .../icons/yoxos32.png | Bin 0 -> 6676 bytes packages/org.eclipse.epp.package.common/plugin.xml | 14 +++++++++++ 6 files changed, 76 insertions(+) create mode 100644 packages/org.eclipse.epp.package.common/.project create mode 100644 packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF create mode 100644 packages/org.eclipse.epp.package.common/about.html create mode 100644 packages/org.eclipse.epp.package.common/build.properties create mode 100644 packages/org.eclipse.epp.package.common/icons/yoxos32.png create mode 100644 packages/org.eclipse.epp.package.common/plugin.xml (limited to 'packages/org.eclipse.epp.package.common') diff --git a/packages/org.eclipse.epp.package.common/.project b/packages/org.eclipse.epp.package.common/.project new file mode 100644 index 00000000..f8aabc7c --- /dev/null +++ b/packages/org.eclipse.epp.package.common/.project @@ -0,0 +1,22 @@ + + + org.eclipse.epp.package.common + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF new file mode 100644 index 00000000..7ff31091 --- /dev/null +++ b/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: EPP Common Bundle +Bundle-SymbolicName: org.eclipse.epp.package.common;singleton:=true +Bundle-Version: 1.3.0.qualifier +Bundle-Vendor: Eclipse.org - EPP +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Require-Bundle: org.eclipse.epp.mpc.ui;bundle-version="1.0.0" diff --git a/packages/org.eclipse.epp.package.common/about.html b/packages/org.eclipse.epp.package.common/about.html new file mode 100644 index 00000000..1fb92d02 --- /dev/null +++ b/packages/org.eclipse.epp.package.common/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June, 2010

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") 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 http://www.eclipse.org.

+ + + diff --git a/packages/org.eclipse.epp.package.common/build.properties b/packages/org.eclipse.epp.package.common/build.properties new file mode 100644 index 00000000..2d71f713 --- /dev/null +++ b/packages/org.eclipse.epp.package.common/build.properties @@ -0,0 +1,4 @@ +bin.includes = META-INF/,\ + plugin.xml,\ + about.html,\ + icons/ diff --git a/packages/org.eclipse.epp.package.common/icons/yoxos32.png b/packages/org.eclipse.epp.package.common/icons/yoxos32.png new file mode 100644 index 00000000..9a8b2008 Binary files /dev/null and b/packages/org.eclipse.epp.package.common/icons/yoxos32.png differ diff --git a/packages/org.eclipse.epp.package.common/plugin.xml b/packages/org.eclipse.epp.package.common/plugin.xml new file mode 100644 index 00000000..4f7eba02 --- /dev/null +++ b/packages/org.eclipse.epp.package.common/plugin.xml @@ -0,0 +1,14 @@ + + + + + + + + + -- cgit v1.2.3