From 5c7398079addc9e27785bc913dec6bec1f9ae36a Mon Sep 17 00:00:00 2001 From: Florian Noyrit Date: Wed, 8 Jan 2014 10:51:21 +0100 Subject: Initial implementation of plugins to produce a RCP of Papyrus with Tycho. --- .../rcp/org.eclipse.papyrus.rcp.feature/.project | 17 + .../.settings/org.eclipse.m2e.core.prefs | 4 + .../build.properties | 7 + .../feature.properties | 132 ++ .../org.eclipse.papyrus.rcp.feature/feature.xml | 77 + .../org.eclipse.papyrus.rcp.feature/license.html | 108 ++ releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml | 16 + releng/rcp/org.eclipse.papyrus.rcp.master/.project | 11 + .../org.eclipse.ltk.core.refactoring.prefs | 2 + .../.settings/org.eclipse.m2e.core.prefs | 4 + .../.settings/org.eclipse.ocl.modelregistry | 2 + releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml | 124 ++ .../rcp/org.eclipse.papyrus.rcp.product/.project | 11 + .../.settings/org.eclipse.m2e.core.prefs | 4 + .../rcp/org.eclipse.papyrus.rcp.product/README.txt | 19 + .../org.eclipse.papyrus.rcp.product/category.xml | 4 + .../org.eclipse.papyrus.rcp.product/papyrus.p2.inf | 14 + .../papyrus.product | 201 ++ .../plugin_customization.ini | 1 + releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml | 62 + releng/rcp/org.eclipse.papyrus.rcp/.classpath | 6 + releng/rcp/org.eclipse.papyrus.rcp/.project | 28 + .../.settings/org.eclipse.jdt.core.prefs | 7 + .../.settings/org.eclipse.m2e.core.prefs | 4 + .../org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF | 10 + .../rcp/org.eclipse.papyrus.rcp/build.properties | 7 + releng/rcp/org.eclipse.papyrus.rcp/icons/icon.xpm | 303 +++ .../rcp/org.eclipse.papyrus.rcp/icons/papyrus.icns | Bin 0 -> 114778 bytes .../rcp/org.eclipse.papyrus.rcp/icons/papyrus.ico | Bin 0 -> 292878 bytes .../rcp/org.eclipse.papyrus.rcp/icons/papyrus.svg | 89 + .../org.eclipse.papyrus.rcp/icons/papyrus128.png | Bin 0 -> 3971 bytes .../org.eclipse.papyrus.rcp/icons/papyrus16.png | Bin 0 -> 635 bytes .../org.eclipse.papyrus.rcp/icons/papyrus256.png | Bin 0 -> 8643 bytes .../org.eclipse.papyrus.rcp/icons/papyrus32.png | Bin 0 -> 1197 bytes .../org.eclipse.papyrus.rcp/icons/papyrus48.png | Bin 0 -> 1769 bytes .../org.eclipse.papyrus.rcp/icons/papyrus64.png | Bin 0 -> 2364 bytes .../org.eclipse.papyrus.rcp/icons/papyrus_lg.png | Bin 0 -> 17690 bytes .../rcp/org.eclipse.papyrus.rcp/icons/splash.svg | 2000 ++++++++++++++++++++ releng/rcp/org.eclipse.papyrus.rcp/plugin.xml | 58 + .../plugin_customization.ini | 20 + releng/rcp/org.eclipse.papyrus.rcp/pom.xml | 14 + releng/rcp/org.eclipse.papyrus.rcp/splash.bmp | Bin 0 -> 483054 bytes 42 files changed, 3366 insertions(+) create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/.project create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/.settings/org.eclipse.m2e.core.prefs create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/build.properties create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/feature.properties create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/license.html create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.master/.project create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ltk.core.refactoring.prefs create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.m2e.core.prefs create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ocl.modelregistry create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/.project create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/.settings/org.eclipse.m2e.core.prefs create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/README.txt create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/category.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.p2.inf create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/plugin_customization.ini create mode 100644 releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/.classpath create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/.project create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.jdt.core.prefs create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.m2e.core.prefs create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/build.properties create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/icon.xpm create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.icns create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.ico create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.svg create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus128.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus16.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus256.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus32.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus48.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus64.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus_lg.png create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/plugin.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/plugin_customization.ini create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/pom.xml create mode 100644 releng/rcp/org.eclipse.papyrus.rcp/splash.bmp (limited to 'releng/rcp') diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/.project b/releng/rcp/org.eclipse.papyrus.rcp.feature/.project new file mode 100644 index 00000000000..3ceac2f77b2 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.papyrus.rcp.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/.settings/org.eclipse.m2e.core.prefs b/releng/rcp/org.eclipse.papyrus.rcp.feature/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 00000000000..f897a7f1cb2 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/build.properties b/releng/rcp/org.eclipse.papyrus.rcp.feature/build.properties new file mode 100644 index 00000000000..e11b8a96f0f --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/build.properties @@ -0,0 +1,7 @@ +bin.includes = feature.xml,\ + feature.properties,\ + license.html +#root.win32.win32.x86 = win32 +#root.win32.win32.x86_64 = win64 +#root.linux.gtk.x86 = linux32 +#root.linux.gtk.x86_64 = linux64 \ No newline at end of file diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.properties b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.properties new file mode 100644 index 00000000000..6695a516cbf --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.properties @@ -0,0 +1,132 @@ + +# "licenseURL" property - URL of the "Feature License" +# do not translate value - just change to point to a locale-specific HTML page +licenseURL=license.html + +# "license" property - text of the "Feature Update License" +# should be plain text version of license agreement pointed to be "licenseURL" +license=\ +Eclipse Foundation Software User Agreement\n\ +February 1, 2011\n\ +\n\ +Usage Of Content\n\ +\n\ +THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ +OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ +USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ +AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ +NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ +AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ +AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ +OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ +TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ +OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ +BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ +\n\ +Applicable Licenses\n\ +\n\ +Unless otherwise indicated, all Content made available by the\n\ +Eclipse Foundation is provided to you under the terms and conditions of\n\ +the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ +provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ +For purposes of the EPL, "Program" will mean the Content.\n\ +\n\ +Content includes, but is not limited to, source code, object code,\n\ +documentation and other files maintained in the Eclipse Foundation source code\n\ +repository ("Repository") in software modules ("Modules") and made available\n\ +as downloadable archives ("Downloads").\n\ +\n\ + - Content may be structured and packaged into modules to facilitate delivering,\n\ + extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ + plug-in fragments ("Fragments"), and features ("Features").\n\ + - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ + in a directory named "plugins".\n\ + - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ + Each Feature may be packaged as a sub-directory in a directory named "features".\n\ + Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ + numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ + - Features may also include other Features ("Included Features"). Within a Feature, files\n\ + named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ +\n\ +The terms and conditions governing Plug-ins and Fragments should be\n\ +contained in files named "about.html" ("Abouts"). The terms and\n\ +conditions governing Features and Included Features should be contained\n\ +in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ +Licenses may be located in any directory of a Download or Module\n\ +including, but not limited to the following locations:\n\ +\n\ + - The top-level (root) directory\n\ + - Plug-in and Fragment directories\n\ + - Inside Plug-ins and Fragments packaged as JARs\n\ + - Sub-directories of the directory named "src" of certain Plug-ins\n\ + - Feature directories\n\ +\n\ +Note: if a Feature made available by the Eclipse Foundation is installed using the\n\ +Provisioning Technology (as defined below), you must agree to a license ("Feature \n\ +Update License") during the installation process. If the Feature contains\n\ +Included Features, the Feature Update License should either provide you\n\ +with the terms and conditions governing the Included Features or inform\n\ +you where you can locate them. Feature Update Licenses may be found in\n\ +the "license" property of files named "feature.properties" found within a Feature.\n\ +Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ +terms and conditions (or references to such terms and conditions) that\n\ +govern your use of the associated Content in that directory.\n\ +\n\ +THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ +TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ +SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ +\n\ + - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ + - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ + - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ + - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ + - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ + - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ +\n\ +IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ +TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ +is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ +govern that particular Content.\n\ +\n\ +\n\Use of Provisioning Technology\n\ +\n\ +The Eclipse Foundation makes available provisioning software, examples of which include,\n\ +but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ +the purpose of allowing users to install software, documentation, information and/or\n\ +other materials (collectively "Installable Software"). This capability is provided with\n\ +the intent of allowing such users to install, extend and update Eclipse-based products.\n\ +Information about packaging Installable Software is available at\n\ +http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ +\n\ +You may use Provisioning Technology to allow other parties to install Installable Software.\n\ +You shall be responsible for enabling the applicable license agreements relating to the\n\ +Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ +in accordance with the Specification. By using Provisioning Technology in such a manner and\n\ +making it available in accordance with the Specification, you further acknowledge your\n\ +agreement to, and the acquisition of all necessary rights to permit the following:\n\ +\n\ + 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ + the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ + extending or updating the functionality of an Eclipse-based product.\n\ + 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ + Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ + 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ + govern the use of the Installable Software ("Installable Software Agreement") and such\n\ + Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ + with the Specification. Such Installable Software Agreement must inform the user of the\n\ + terms and conditions that govern the Installable Software and must solicit acceptance by\n\ + the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ + indication of agreement by the user, the provisioning Technology will complete installation\n\ + of the Installable Software.\n\ +\n\ +Cryptography\n\ +\n\ +Content may contain encryption software. The country in which you are\n\ +currently may have restrictions on the import, possession, and use,\n\ +and/or re-export to another country, of encryption software. BEFORE\n\ +using any encryption software, please check the country's laws,\n\ +regulations and policies concerning the import, possession, or use, and\n\ +re-export of encryption software, to see if this is permitted.\n\ +\n\ +Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n +########### end of license property ########################################## diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml new file mode 100644 index 00000000000..65471b18097 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml @@ -0,0 +1,77 @@ + + + + + This package contains Papyrus and a collection of Eclipse Modeling +Project components, including EMF, GMF, MDT XSD/OCL/UML2, M2M, +M2T, and EMFT elements. It includes a complete SDK, developer +tools and source code. Note that the Modeling package includes +some incubating components, as indicated by feature numbers less +than 1.0.0 on the feature list. + + + + Copyright (c) 2013 CEA LIST. +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 + + + + %licence + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/license.html b/releng/rcp/org.eclipse.papyrus.rcp.feature/license.html new file mode 100644 index 00000000000..5ef681156be --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/license.html @@ -0,0 +1,108 @@ + + + + + +Eclipse Foundation Software User Agreement + + + +

Eclipse Foundation Software User Agreement

+

February 1, 2011

+ +

Usage Of Content

+ +

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS + (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND + CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE + OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR + NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND + CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

+ +

Applicable Licenses

+ +

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

+ +

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code + repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

+ + + +

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and +Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module +including, but not limited to the following locations:

+ + + +

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the +installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or +inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. +Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in +that directory.

+ +

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE +OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

+ + + +

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please +contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

+ + +

Use of Provisioning Technology

+ +

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse + Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or + other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to + install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html + ("Specification").

+ +

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the + applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology + in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the + Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

+ +
    +
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology + on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based + product.
  2. +
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be + accessed and copied to the Target Machine.
  4. +
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable + Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target + Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern + the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such + indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. +
+ +

Cryptography

+ +

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to + another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, + possession, or use, and re-export of encryption software, to see if this is permitted.

+ +

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

+ + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml new file mode 100644 index 00000000000..5964327ff2c --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.eclipse.papyrus.rcp.master + org.eclipse.papyrus + 1.0.0-SNAPSHOT + ../org.eclipse.papyrus.rcp.master + + org.eclipse.papyrus.features + org.eclipse.papyrus.rcp.feature + 1.0.0-SNAPSHOT + eclipse-feature + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/.project b/releng/rcp/org.eclipse.papyrus.rcp.master/.project new file mode 100644 index 00000000000..7cc3cdc1a8b --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.master/.project @@ -0,0 +1,11 @@ + + + org.eclipse.papyrus.rcp.master + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ltk.core.refactoring.prefs b/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ltk.core.refactoring.prefs new file mode 100644 index 00000000000..b196c64a341 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ltk.core.refactoring.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.m2e.core.prefs b/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 00000000000..f897a7f1cb2 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ocl.modelregistry b/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ocl.modelregistry new file mode 100644 index 00000000000..2fb76f2a8e8 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.master/.settings/org.eclipse.ocl.modelregistry @@ -0,0 +1,2 @@ + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml new file mode 100644 index 00000000000..6a062b1acd8 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml @@ -0,0 +1,124 @@ + + + 4.0.0 + org.eclipse.papyrus + org.eclipse.papyrus.rcp.master + 1.0.0-SNAPSHOT + pom + + + + 3.0 + + + + + 0.19.0 + + + + + Luna + p2 + http://download.eclipse.org/releases/luna + + + eclipse-update + p2 + http://download.eclipse.org/eclipse/updates/4.4 + + + + + + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-versions-plugin + ${tycho-version} + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + linux + gtk + x86_64 + + + linux + gtk + x86 + + + win32 + win32 + x86_64 + + + win32 + win32 + x86 + + + + + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + + + ../org.eclipse.papyrus.rcp + ../org.eclipse.papyrus.rcp.feature + ../org.eclipse.papyrus.rcp.product + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/.project b/releng/rcp/org.eclipse.papyrus.rcp.product/.project new file mode 100644 index 00000000000..996f921eba3 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/.project @@ -0,0 +1,11 @@ + + + org.eclipse.papyrus.rcp.product + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/.settings/org.eclipse.m2e.core.prefs b/releng/rcp/org.eclipse.papyrus.rcp.product/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 00000000000..f897a7f1cb2 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/README.txt b/releng/rcp/org.eclipse.papyrus.rcp.product/README.txt new file mode 100644 index 00000000000..1fd2f9f63d0 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/README.txt @@ -0,0 +1,19 @@ +One of the things you need to check are the icon paths in your .product file. +There are unfortunately three possible ways of interpreting this path: + + 1) Eclipse's product editor interprets these as project-relative paths (e.g., + treating them as if they were prefixed with "platform:/plugin"). + + 2) PDE/Build interprets the paths relative to the workspace root (e.g., + treating them as if they were prefixed with "platform:/base"). + + 3) Tycho interprets them as paths in the local workspace, relative to its + current build location set by the active mojo. The tycho-p2-publisher-plugin, + which is responsible for publishing the product definition to a p2 repository, + uses "${project.build.directory}/products/${product-id}" as its current build location. + +So you need to ensure your path names are relative to #3. Note that the paths specified using the Eclipse +product editor have a leading "/", which causes tycho-p2-publisher-plugin to attempt resolve +the icons relative to the root directory. + +Check https://bugs.eclipse.org/bugs/show_bug.cgi?id=349421 for more details. \ No newline at end of file diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/category.xml b/releng/rcp/org.eclipse.papyrus.rcp.product/category.xml new file mode 100644 index 00000000000..9b15c158e56 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/category.xml @@ -0,0 +1,4 @@ + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.p2.inf b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.p2.inf new file mode 100644 index 00000000000..c71c0269901 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.p2.inf @@ -0,0 +1,14 @@ +instructions.configure=\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipsec.exe);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipse.exe);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Eclipse.app/Contents/Resources/Eclipse.icns);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Eclipse.app/Contents/Resources);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Eclipse.app/Contents/Info.plist);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Eclipse.app/Contents/MacOS);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Eclipse.app/Contents);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Eclipse.app);\ + org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipse);\ + addRepository(type:0,name:Eclipse Luna,location:http${#58}//download.eclipse.org/releases/luna/);\ + addRepository(type:1,name:Eclipse Luna,location:http${#58}//download.eclipse.org/releases/luna/);\ + addRepository(type:0,name:Eclipse Platform 4.4,location:http${#58}//download.eclipse.org/eclipse/updates/4.4);\ + addRepository(type:1,name:Eclipse Platform 4.4,location:http${#58}//download.eclipse.org/eclipse/updates/4.4); diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product new file mode 100644 index 00000000000..863e5585733 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product @@ -0,0 +1,201 @@ + + + + + + + + + Papyrus + +Version: 1.0.0 + +(c) Copyright Eclipse contributors and others 2000, 2013. All rights reserved. +Visit http://www.eclipse.org/platform + +This product includes software developed by the +Apache Software Foundation http://www.apache.org/ + + + + + + + + -showsplash org.eclipse.papyrus.rcp --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile + -Xms128m -Xmx900m + -Xdock:icon=../Resources/papyrus.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + + + + + + + http://eclipse.org/legal/epl/notice.php + + Eclipse Foundation Software User Agreement +February 1, 2011 + +Usage Of Content + +THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR +OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). +USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS +AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR +NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU +AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT +AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS +OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE +TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS +OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED +BELOW, THEN YOU MAY NOT USE THE CONTENT. + +Applicable Licenses + +Unless otherwise indicated, all Content made available by the +Eclipse Foundation is provided to you under the terms and conditions of +the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is +provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content. + +Content includes, but is not limited to, source code, object code, +documentation and other files maintained in the Eclipse Foundation source code +repository ("Repository") in software modules ("Modules") and made available +as downloadable archives ("Downloads"). + + - Content may be structured and packaged into modules to facilitate delivering, + extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), + plug-in fragments ("Fragments"), and features ("Features"). + - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive) + in a directory named "plugins". + - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. + Each Feature may be packaged as a sub-directory in a directory named "features". + Within a Feature, files named "feature.xml" may contain a list of the names and version + numbers of the Plug-ins and/or Fragments associated with that Feature. + - Features may also include other Features ("Included Features"). Within a Feature, files + named "feature.xml" may contain a list of the names and version numbers of Included Features. + +The terms and conditions governing Plug-ins and Fragments should be +contained in files named "about.html" ("Abouts"). The terms and +conditions governing Features and Included Features should be contained +in files named "license.html" ("Feature Licenses"). Abouts and Feature +Licenses may be located in any directory of a Download or Module +including, but not limited to the following locations: + + - The top-level (root) directory + - Plug-in and Fragment directories + - Inside Plug-ins and Fragments packaged as JARs + - Sub-directories of the directory named "src" of certain Plug-ins + - Feature directories + +Note: if a Feature made available by the Eclipse Foundation is installed using the +Provisioning Technology (as defined below), you must agree to a license ("Feature +Update License") during the installation process. If the Feature contains +Included Features, the Feature Update License should either provide you +with the terms and conditions governing the Included Features or inform +you where you can locate them. Feature Update Licenses may be found in +the "license" property of files named "feature.properties" found within a Feature. +Such Abouts, Feature Licenses, and Feature Update Licenses contain the +terms and conditions (or references to such terms and conditions) that +govern your use of the associated Content in that directory. + +THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER +TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. +SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO): + + - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html) + - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html) + - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE) + - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0) + - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html) + - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html) + +IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR +TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License +is provided, please contact the Eclipse Foundation to determine what terms and conditions +govern that particular Content. + +Use of Provisioning Technology + +The Eclipse Foundation makes available provisioning software, examples of which include, +but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for +the purpose of allowing users to install software, documentation, information and/or +other materials (collectively "Installable Software"). This capability is provided with +the intent of allowing such users to install, extend and update Eclipse-based products. +Information about packaging Installable Software is available at +http://eclipse.org/equinox/p2/repository_packaging.html ("Specification"). + +You may use Provisioning Technology to allow other parties to install Installable Software. +You shall be responsible for enabling the applicable license agreements relating to the +Installable Software to be presented to, and accepted by, the users of the Provisioning Technology +in accordance with the Specification. By using Provisioning Technology in such a manner and +making it available in accordance with the Specification, you further acknowledge your +agreement to, and the acquisition of all necessary rights to permit the following: + + 1. A series of actions may occur ("Provisioning Process") in which a user may execute + the Provisioning Technology on a machine ("Target Machine") with the intent of installing, + extending or updating the functionality of an Eclipse-based product. + 2. During the Provisioning Process, the Provisioning Technology may cause third party + Installable Software or a portion thereof to be accessed and copied to the Target Machine. + 3. Pursuant to the Specification, you will provide to the user the terms and conditions that + govern the use of the Installable Software ("Installable Software Agreement") and such + Installable Software Agreement shall be accessed from the Target Machine in accordance + with the Specification. Such Installable Software Agreement must inform the user of the + terms and conditions that govern the Installable Software and must solicit acceptance by + the end user in the manner prescribed in such Installable Software Agreement. Upon such + indication of agreement by the user, the provisioning Technology will complete installation + of the Installable Software. + +Cryptography + +Content may contain encryption software. The country in which you are +currently may have restrictions on the import, possession, and use, +and/or re-export to another country, of encryption software. BEFORE +using any encryption software, please check the country's laws, +regulations and policies concerning the import, possession, or use, and +re-export of encryption software, to see if this is permitted. + +Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/plugin_customization.ini b/releng/rcp/org.eclipse.papyrus.rcp.product/plugin_customization.ini new file mode 100644 index 00000000000..333fab9da76 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/plugin_customization.ini @@ -0,0 +1 @@ +org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml new file mode 100644 index 00000000000..f7eace2a76c --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + org.eclipse.papyrus.rcp.product + eclipse-repository + + org.eclipse.papyrus + org.eclipse.papyrus.rcp.master + 1.0.0-SNAPSHOT + ../org.eclipse.papyrus.rcp.master + + + org.eclipse.papyrus.rcp.product + + 1.0.0-SNAPSHOT + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + true + + + + org.eclipse.tycho + tycho-p2-director-plugin + ${tycho-version} + + org.eclipse.papyrus + + tar.gz + tar.gz + tar.gz + + + + ${product-id} + papyrus + + + + + + materialize-products + + materialize-products + + + + archive-products + + archive-products + + + + + + + + \ No newline at end of file diff --git a/releng/rcp/org.eclipse.papyrus.rcp/.classpath b/releng/rcp/org.eclipse.papyrus.rcp/.classpath new file mode 100644 index 00000000000..f6e5811e42c --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp/.project b/releng/rcp/org.eclipse.papyrus.rcp/.project new file mode 100644 index 00000000000..5a657096653 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/.project @@ -0,0 +1,28 @@ + + + org.eclipse.papyrus.rcp + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.jdt.core.prefs b/releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000000..af0f20f97a5 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.m2e.core.prefs b/releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 00000000000..f897a7f1cb2 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF b/releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF new file mode 100644 index 00000000000..0c35fbe43c2 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Papyrus +Bundle-SymbolicName: org.eclipse.papyrus.rcp;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: Eclipse Modeling Project +Bundle-ActivationPolicy: lazy +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Require-Bundle: org.eclipse.e4.ui.css.swt.theme +Eclipse-BundleShape: dir diff --git a/releng/rcp/org.eclipse.papyrus.rcp/build.properties b/releng/rcp/org.eclipse.papyrus.rcp/build.properties new file mode 100644 index 00000000000..22f786ca503 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + splash.bmp,\ + icons/,\ + plugin_customization.ini + \ No newline at end of file diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/icon.xpm b/releng/rcp/org.eclipse.papyrus.rcp/icons/icon.xpm new file mode 100644 index 00000000000..0ef25026ece --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/icons/icon.xpm @@ -0,0 +1,303 @@ +/* XPM */ +static char * C:\Users\fn224852\Workspaces\Keulkeul\org_eclipse_papyrus_rcp\icons\icon_xpm[] = { +"256 256 44 1", +" c None", +". c #98BF06", +"+ c #1C99B6", +"@ c #88AA08", +"# c #75910B", +"$ c #76910B", +"% c #87A908", +"& c #97BE06", +"* c #7D9C0B", +"= c #546411", +"- c #3A4315", +"; c #212218", +"> c #19171A", +", c #1E1D19", +"' c #333916", +") c #495712", +"! c #809F0A", +"~ c #90B408", +"{ c #4C5B11", +"] c #1A181A", +"^ c #4D5C11", +"/ c #8FB308", +"( c #78950B", +"_ c #242519", +": c #262818", +"< c #8BAE08", +"[ c #7C9B0B", +"} c #373F15", +"| c #8AAD08", +"1 c #202019", +"2 c #8BAD08", +"3 c #363E15", +"4 c #323816", +"5 c #7D9C0A", +"6 c #96BC06", +"7 c #576910", +"8 c #282B18", +"9 c #252619", +"0 c #647A0F", +"a c #84A509", +"b c #60750E", +"c c #495612", +"d c #495512", +"e c #677E0E", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ........... ", +" ............................. ", +" ...................................... ", +" ............................................ ", +" ................................................. ", +" ...................................................... ++ ", +" ........................................................... ++++ ", +" .............................................................. ++++++ ", +" ................................................................. +++++ ", +" .................................................................... ++++++ ", +" ....................................................................... ++++++ ", +" ......................................................................... ++++++ ", +" ............................................................................ +++++++ ", +" .............................................................................. +++++++ ", +" ............................................................................... +++++++ ", +" ................................................................................. +++++++ ", +" ................................................................................... ++++++++ ", +" ..................................................................................... +++++++ ", +" ...................................................................................... ++++++++ ", +" ........................................@#$%&.......................................... ++++++++ ", +" .....................................*=-;>>>>,')!....................................... +++++++++ ", +" ....................................~{]>>>>>>>>>>]^/...................................... +++++++++ ", +" >>>>> ....................................(_>>>>>>>>>>>>>>:<..................................... +++++++++ ", +" >>>>>>>>>>>>> ....................................'>>>>>>>>>>>>>>>>{..................................... ++++++++++ ", +" >>>>>>>>>>>>>>>>>> ....................................[>>>>>>>>>>>>>>>>>}..................................... ++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>> .....................................|>>>>>>>>>>>>>>>>>)...................................... ++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>> ......................................'>>>>>>>>>>>>>>>1%...................................... +++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ......................................23>>>>>>>>>>>>>45....................................... +++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................678>>>>>>>>>90&......................................... ++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ...........................................abcddd^ea............................................ +++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................. ++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................. +++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................. +++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................. ++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................................................................................. ++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................................................................................. +++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................................................................................. +++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................... ++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................... ++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................... +++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................... +++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................... ++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................... ++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................................................................................. +++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................. +++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................. ++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................ ++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................................ ++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................................................................... +++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................................................................... +++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .............................................................................................. ++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................................................................. +++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................................................................ +++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................................................................... ++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ......................................................................................... ++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................................................................ ++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ...................................................................................... ++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................................................................... ++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................................. ++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................................................... ++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................................................ ++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................................................ ++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................................... ++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................................... ++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ..................................................... ++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................... ++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................................. ++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................ ++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................................ ++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................... +++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .............................................. +++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................ +++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................ +++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... ++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... ++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... +++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... +++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... +++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... ++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... ++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... +++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... +++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... ++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... ++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... ++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>>> ........................................... ++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>>>> ............................................ +++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++++++++++++++", +" >>>>>>>>>>>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>>> .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>> .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>>> ............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>> ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>> ............................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>> ............................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>>> ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>> ........................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>> ........................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>>> ........................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>> .......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>>> .......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>>> ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>> .......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>>> ......................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" >>> ......................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +">>>> ......................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +">>> ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +">>> ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +">>> ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +">> ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +">> ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +"> ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ....................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ........................................ ++++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... +++++++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++++++ ", +" .......................................... +++++++++++++++++++++++++++++++++++++++++ ", +" .......................................... +++++++++++++++++++++++++++++++++++++++++ ", +" .......................................... +++++++++++++++++++++++++++++++++++++++ ", +" ......................................... ++++++++++++++++++++++++++++++++++++++ ", +" ......................................... +++++++++++++++++++++++++++++++++++++ ", +" .......................................... +++++++++++++++++++++++++++++++++++ ", +" .......................................... ++++++++++++++++++++++++++++++++++ ", +" .......................................... ++++++++++++++++++++++++++++++++ ", +" .......................................... +++++++++++++++++++++++++++++++ ", +" .......................................... +++++++++++++++++++++++++++++ ", +" .......................................... ++++++++++++++++++++++++++++ ", +" ........................................... ++++++++++++++++++++++++++ ", +" ........................................... ++++++++++++++++++++++++ ", +" ........................................... ++++++++++++++++++++++ ", +" ........................................... ++++++++++++++++++++ ", +" ........................................... ++++++++++++++++++ ", +" ........................................... +++++++++++++++++ ", +" ........................................... +++++++++++++++ ", +" ........................................... ++++++++++++ ", +" ........................................... ++++++++++ ", +" ........................................... +++++++ ", +" ............................................ +++++ ", +" ............................................ ++ ", +" ............................................ ", +" ............................................ ", +" ......................................... ", +" ..................................... ", +" ................................. ", +" ............................. ", +" ........................ ", +" ................. ", +" ....... ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.icns b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.icns new file mode 100644 index 00000000000..931bc1217bf Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.icns differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.ico b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.ico new file mode 100644 index 00000000000..ef635cc908f Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.ico differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.svg b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.svg new file mode 100644 index 00000000000..b0139f9ee14 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus128.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus128.png new file mode 100644 index 00000000000..8f4be4dec3b Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus128.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus16.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus16.png new file mode 100644 index 00000000000..2e7df2585e8 Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus16.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus256.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus256.png new file mode 100644 index 00000000000..f5f2aa10773 Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus256.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus32.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus32.png new file mode 100644 index 00000000000..f2609c1c58a Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus32.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus48.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus48.png new file mode 100644 index 00000000000..b17118b95e9 Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus48.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus64.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus64.png new file mode 100644 index 00000000000..9e3d56bfb63 Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus64.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus_lg.png b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus_lg.png new file mode 100644 index 00000000000..e3f1513c1d7 Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/icons/papyrus_lg.png differ diff --git a/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg b/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg new file mode 100644 index 00000000000..1173a78a152 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg @@ -0,0 +1,2000 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + Papyrus + + + + + + + + + + + + + + + + + + + + + + + + + Papyrus + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml b/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml new file mode 100644 index 00000000000..99008c544c5 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/rcp/org.eclipse.papyrus.rcp/plugin_customization.ini b/releng/rcp/org.eclipse.papyrus.rcp/plugin_customization.ini new file mode 100644 index 00000000000..731b27ba878 --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/plugin_customization.ini @@ -0,0 +1,20 @@ +# 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. + +# Property "org.eclipse.ui/defaultPerspectiveId" controls the +# perspective that the workbench opens initially +org.eclipse.ui/defaultPerspectiveId=org.eclipse.papyrus.infra.core.perspective + +# 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 diff --git a/releng/rcp/org.eclipse.papyrus.rcp/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp/pom.xml new file mode 100644 index 00000000000..de5a5b12f8a --- /dev/null +++ b/releng/rcp/org.eclipse.papyrus.rcp/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + org.eclipse.papyrus.rcp.master + org.eclipse.papyrus + 1.0.0-SNAPSHOT + ../org.eclipse.papyrus.rcp.master + + org.eclipse.papyrus.rcp + 1.0.0-SNAPSHOT + eclipse-plugin + diff --git a/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp b/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp new file mode 100644 index 00000000000..3a333acce30 Binary files /dev/null and b/releng/rcp/org.eclipse.papyrus.rcp/splash.bmp differ -- cgit v1.2.3