From 3b3851d68fe3a7878188fed6250cd84a723edbbf Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 21 Aug 2012 10:39:33 -0400 Subject: Move product build to tychoEclipseBuilder --- .../platform.sdk/p2.inf | 61 +++++++ .../platform.sdk/platform.product | 176 ++++++++++++++++++++ .../platform.sdk/pom.xml | 72 +++++++++ .../platform/p2.inf | 61 +++++++ .../platform/platform.product | 178 ++++++++++++++++++++ .../platform/pom.xml | 72 +++++++++ .../pom.xml | 38 +++++ .../rcp.config/build.properties | 68 ++++++++ .../rcp.config/buildConfiguration.xml | 43 +++++ .../rcp.config/config.product | 5 + .../rcp.config/feature.properties | 24 +++ .../rcp.config/feature.xml | 12 ++ .../rcp.config/p2.inf | 9 ++ .../rcp.config/pom.xml | 18 +++ .../rcp.sdk/pom.xml | 72 +++++++++ .../rcp.sdk/rcp.product | 171 ++++++++++++++++++++ .../rcp/pom.xml | 72 +++++++++ .../rcp/rcp.product | 169 +++++++++++++++++++ .../sdk/p2.inf | 95 +++++++++++ .../sdk/pom.xml | 72 +++++++++ .../sdk/sdk.product | 180 +++++++++++++++++++++ pom.xml | 2 +- 22 files changed, 1669 insertions(+), 1 deletion(-) create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/p2.inf create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.product create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/platform/p2.inf create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/buildConfiguration.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/config.product create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/p2.inf create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.product create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/sdk/p2.inf create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml create mode 100644 eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/p2.inf new file mode 100644 index 000000000..d384103b8 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/p2.inf @@ -0,0 +1,61 @@ +instructions.configure=\ +addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ + mkdir(path:${installFolder}/dropins); +requires.1.namespace=org.eclipse.equinox.p2.iu +requires.1.name=toolingorg.eclipse.configuration.macosx +requires.1.filter=(osgi.os=macosx) +requires.1.range=[1.0.0,1.0.0] +requires.1.greedy=true + +requires.2.namespace=org.eclipse.equinox.p2.iu +requires.2.name=toolingorg.eclipse.configuration +requires.2.filter=(!(osgi.os=macosx)) +requires.2.range=[1.0.0,1.0.0] +requires.2.greedy=true + +units.1.id=toolingorg.eclipse.configuration.macosx +units.1.version=1.0.0 +units.1.provides.1.namespace=org.eclipse.equinox.p2.iu +units.1.provides.1.name=toolingorg.eclipse.configuration.macosx +units.1.provides.1.version=1.0.0 +units.1.filter=(osgi.os=macosx) +units.1.touchpoint.id=org.eclipse.equinox.p2.osgi +units.1.touchpoint.version=1.0.0 +units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace); +units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); + +units.2.id=toolingorg.eclipse.configuration +units.2.version=1.0.0 +units.2.provides.1.namespace=org.eclipse.equinox.p2.iu +units.2.provides.1.name=toolingorg.eclipse.configuration +units.2.provides.1.version=1.0.0 +units.2.filter=(!(osgi.os=macosx)) +units.2.touchpoint.id=org.eclipse.equinox.p2.osgi +units.2.touchpoint.version=1.0.0 +units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace); +units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); + +requires.3.namespace=org.eclipse.equinox.p2.iu +requires.3.name=toolingorg.eclipse.configuration.gtk.linux.x86_64 +requires.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk)) +requires.3.range=[1.0.0,1.0.0] +requires.3.greedy=true + +units.3.id=toolingorg.eclipse.configuration.gtk.linux.x86_64 +units.3.version=1.0.0 +units.3.provides.1.namespace=org.eclipse.equinox.p2.iu +units.3.provides.1.name=toolingorg.eclipse.configuration.gtk.linux.x86_64 +units.3.provides.1.version=1.0.0 +units.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk)) +units.3.touchpoint.id=org.eclipse.equinox.p2.osgi +units.3.touchpoint.version=1.0.0 +units.3.instructions.configure=setProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo,propValue:true); +units.3.instructions.unconfigure=removeProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo); + +update.id = org.eclipse.platform.sdk +update.range = [4.0,4.3) +update.severity = 0 +update.description = Restrict range so we are not an update for 3.x. diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.product b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.product new file mode 100644 index 000000000..4fc06f327 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.product @@ -0,0 +1,176 @@ + + + + + + + + + + -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile + -Xms40m -Xmx384m + -Xdock:icon=../Resources/Eclipse.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/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml new file mode 100644 index 000000000..ea5d4d7cd --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + + + org.eclipse.platform.sdk + 4.2.0-SNAPSHOT + eclipse-repository + + + + + + + org.eclipse.tycho + tycho-p2-director-plugin + + + materialize-products + + materialize-products + + + SDKProfile + + + org.eclipse.platform.sdk + eclipse + + + + + + archive-products + + archive-products + + + + zip + tar.gz + tar.gz + + + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform/p2.inf new file mode 100644 index 000000000..48fb4865d --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/p2.inf @@ -0,0 +1,61 @@ +instructions.configure=\ +addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ + mkdir(path:${installFolder}/dropins); +requires.1.namespace=org.eclipse.equinox.p2.iu +requires.1.name=toolingorg.eclipse.configuration.macosx +requires.1.filter=(osgi.os=macosx) +requires.1.range=[1.0.0,1.0.0] +requires.1.greedy=true + +requires.2.namespace=org.eclipse.equinox.p2.iu +requires.2.name=toolingorg.eclipse.configuration +requires.2.filter=(!(osgi.os=macosx)) +requires.2.range=[1.0.0,1.0.0] +requires.2.greedy=true + +units.1.id=toolingorg.eclipse.configuration.macosx +units.1.version=1.0.0 +units.1.provides.1.namespace=org.eclipse.equinox.p2.iu +units.1.provides.1.name=toolingorg.eclipse.configuration.macosx +units.1.provides.1.version=1.0.0 +units.1.filter=(osgi.os=macosx) +units.1.touchpoint.id=org.eclipse.equinox.p2.osgi +units.1.touchpoint.version=1.0.0 +units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace); +units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); + +units.2.id=toolingorg.eclipse.configuration +units.2.version=1.0.0 +units.2.provides.1.namespace=org.eclipse.equinox.p2.iu +units.2.provides.1.name=toolingorg.eclipse.configuration +units.2.provides.1.version=1.0.0 +units.2.filter=(!(osgi.os=macosx)) +units.2.touchpoint.id=org.eclipse.equinox.p2.osgi +units.2.touchpoint.version=1.0.0 +units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace); +units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); + +requires.3.namespace=org.eclipse.equinox.p2.iu +requires.3.name=toolingorg.eclipse.configuration.gtk.linux.x86_64 +requires.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk)) +requires.3.range=[1.0.0,1.0.0] +requires.3.greedy=true + +units.3.id=toolingorg.eclipse.configuration.gtk.linux.x86_64 +units.3.version=1.0.0 +units.3.provides.1.namespace=org.eclipse.equinox.p2.iu +units.3.provides.1.name=toolingorg.eclipse.configuration.gtk.linux.x86_64 +units.3.provides.1.version=1.0.0 +units.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk)) +units.3.touchpoint.id=org.eclipse.equinox.p2.osgi +units.3.touchpoint.version=1.0.0 +units.3.instructions.configure=setProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo,propValue:true); +units.3.instructions.unconfigure=removeProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo); + +update.id = org.eclipse.platform.ide +update.range = [4.0,4.3) +update.severity = 0 +update.description = Restrict range so we are not an update for 3.x. diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product new file mode 100644 index 000000000..e27076103 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product @@ -0,0 +1,178 @@ + + + + + + + + + + -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile + -Xms40m -Xmx384m + -Xdock:icon=../Resources/Eclipse.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/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml new file mode 100644 index 000000000..c8aa6e62b --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + + + org.eclipse.platform.ide + 4.2.0-SNAPSHOT + eclipse-repository + + + + + + + org.eclipse.tycho + tycho-p2-director-plugin + + + materialize-products + + materialize-products + + + SDKProfile + + + org.eclipse.platform.ide + eclipse + + + + + + archive-products + + archive-products + + + + zip + tar.gz + tar.gz + + + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml new file mode 100644 index 000000000..47ee97c58 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml @@ -0,0 +1,38 @@ + + + + + 4.0.0 + + + org.eclipse + eclipse-parent + 1.0.0-SNAPSHOT + ../eclipse-parent + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + pom + + + platform + platform.sdk + rcp + rcp.config + rcp.sdk + sdk + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties new file mode 100644 index 000000000..deae7e154 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties @@ -0,0 +1,68 @@ +############################################################################### +# Copyright (c) 2000, 2009 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 +############################################################################### + +#root.permissions.755=eclipse +#root.win32.win32.x86=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/win32/win32/x86 +#root.win32.win32.x86_64=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/win32/win32/x86_64 +#root.aix.motif.ppc=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/aix/ppc +#root.hpux.motif.PA_RISC=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/hpux/PA_RISC +#root.hpux.motif.ia64_32=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/hpux/ia64_32 +#root.solaris.gtk.sparc=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc +#root.solaris.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/solaris/x86 + +#root.linux.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86 +#root.linux.gtk.x86.permissions.755=*.so* +#root.linux.gtk.ppc64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc64 +#root.linux.gtk.ppc64.permissions.755=*.so* +#root.linux.gtk.x86_64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86_64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64 +#root.linux.gtk.x86_64.permissions.755=*.so* +#root.linux.gtk.s390x=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.s390x,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/contributed/gtk/linux/s390x +#root.linux.gtk.s390x.permissions.755=*.so* +#root.linux.gtk.s390=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.s390,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/contributed/gtk/linux/s390 +#root.linux.gtk.s390.permissions.755=*.so* + +#root.linux.gtk.ia64=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ia64 +# Need to be fixed to reflect eventual change into feature.xml +#root.qnx.photon.x86=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/photon/qnx/x86 + +#root.linux.motif.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.motif.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/motif/linux/x86,absolue:file:${buildDirectory}/features/plugins/org.eclipse.swt.motif.linux.x86/libXm.so.2 +#root.linux.motif.x86.permissions.755=*.so* + +#root.macosx.carbon.ppc.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse +#root.macosx.carbon.ppc.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc/Eclipse.app/Contents/Resources +#root.macosx.carbon.ppc.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist +#root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt +#root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse + +#root.macosx.carbon.x86.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse +#root.macosx.carbon.x86.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/x86/Eclipse.app/Contents/Resources +#root.macosx.carbon.x86.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist +#root.macosx.carbon.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt +#root.macosx.carbon.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse + +#root.macosx.cocoa.x86.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS/eclipse +#root.macosx.cocoa.x86.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/Resources +#root.macosx.cocoa.x86.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist +#root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt +#root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse + +#root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents/MacOS=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse +#root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents/Resources=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Resources +#root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist +#root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt +#root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/buildConfiguration.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/buildConfiguration.xml new file mode 100644 index 000000000..09e5955c0 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/buildConfiguration.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/config.product b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/config.product new file mode 100644 index 000000000..da4fbe94c --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/config.product @@ -0,0 +1,5 @@ + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties new file mode 100644 index 000000000..3f0136176 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties @@ -0,0 +1,24 @@ +############################################################################### +# Copyright (c) 2009 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 +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=Eclipse Product Configuration + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse.org + +# "description" property - description of the feature +description=Configuration information for the Eclipse product diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml new file mode 100644 index 000000000..98081dc63 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml @@ -0,0 +1,12 @@ + + + + + %description + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/p2.inf new file mode 100644 index 000000000..118d85298 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/p2.inf @@ -0,0 +1,9 @@ +org.eclipse.pde.build.append.startlevels=false +org.eclipse.pde.build.append.launchers=true +properties.1.name=org.eclipse.equinox.p2.type.group +properties.1.value=false + +instructions.configure.import=org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName +instructions.configure=setLauncherName(name:eclipse); +instructions.unconfigure.import=org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName +instructions.unconfigure=setLauncherName(); diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml new file mode 100644 index 000000000..de5d566a9 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + + + org.eclipse.rcp.configuration + org.eclipse.rcp.configuration + 1.0.0-SNAPSHOT + eclipse-feature + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml new file mode 100644 index 000000000..48912334a --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + + + org.eclipse.rcp.sdk.id + 4.1.0-SNAPSHOT + eclipse-repository + + + + + + + org.eclipse.tycho + tycho-p2-director-plugin + + + materialize-products + + materialize-products + + + SDKProfile + + + org.eclipse.rcp.sdk.id + eclipse + + + + + + archive-products + + archive-products + + + + zip + tar.gz + tar.gz + + + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.product b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.product new file mode 100644 index 000000000..4e69a6d7f --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.product @@ -0,0 +1,171 @@ + + + + + + + + + + --launcher.XXMaxPermSize 256m + -Xms40m -Xmx384m + -Xdock:icon=../Resources/Eclipse.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/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml new file mode 100644 index 000000000..eded8467b --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + + + org.eclipse.rcp.id + 4.2.0-SNAPSHOT + eclipse-repository + + + + + + + org.eclipse.tycho + tycho-p2-director-plugin + + + materialize-products + + materialize-products + + + SDKProfile + + + org.eclipse.rcp.id + eclipse + + + + + + archive-products + + archive-products + + + + zip + tar.gz + tar.gz + + + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product b/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product new file mode 100644 index 000000000..a41c1f233 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product @@ -0,0 +1,169 @@ + + + + + + + + + + --launcher.XXMaxPermSize 256m + -Xms40m -Xmx384m + -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + http://eclipse.org/legal/epl/notice.php + + 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/eclipse.platform.releng.tychoeclipsebuilder/sdk/p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/sdk/p2.inf new file mode 100644 index 000000000..3f3fd6cc2 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/p2.inf @@ -0,0 +1,95 @@ +instructions.configure=\ +addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ + mkdir(path:${installFolder}/dropins); +requires.1.namespace=org.eclipse.equinox.p2.iu +requires.1.name=toolingorg.eclipse.configuration.macosx +requires.1.filter=(osgi.os=macosx) +requires.1.range=[1.0.0,1.0.0] +requires.1.greedy=true + +requires.2.namespace=org.eclipse.equinox.p2.iu +requires.2.name=toolingorg.eclipse.configuration +requires.2.filter=(!(osgi.os=macosx)) +requires.2.range=[1.0.0,1.0.0] +requires.2.greedy=true + +requires.3.namespace=org.eclipse.equinox.p2.iu +requires.3.name=toolingorg.eclipse.configuration.macosx.x86_64 +requires.3.filter=(&(osgi.os=macosx) (osgi.arch=x86_64)) +requires.3.range=[1.0.0,1.0.0] +requires.3.greedy=true + +units.1.id=toolingorg.eclipse.configuration.macosx +units.1.version=1.0.0 +units.1.provides.1.namespace=org.eclipse.equinox.p2.iu +units.1.provides.1.name=toolingorg.eclipse.configuration.macosx +units.1.provides.1.version=1.0.0 +units.1.filter=(osgi.os=macosx) +units.1.touchpoint.id=org.eclipse.equinox.p2.osgi +units.1.touchpoint.version=1.0.0 +units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace); +units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); + +units.2.id=toolingorg.eclipse.configuration +units.2.version=1.0.0 +units.2.provides.1.namespace=org.eclipse.equinox.p2.iu +units.2.provides.1.name=toolingorg.eclipse.configuration +units.2.provides.1.version=1.0.0 +units.2.filter=(!(osgi.os=macosx)) +units.2.touchpoint.id=org.eclipse.equinox.p2.osgi +units.2.touchpoint.version=1.0.0 +units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/workspace); +units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:); + +units.3.id=toolingorg.eclipse.configuration.macosx.x86_64 +units.3.version=1.0.0 +units.3.provides.1.namespace=org.eclipse.equinox.p2.iu +units.3.provides.1.name=toolingorg.eclipse.configuration.macosx.x86_64 +units.3.provides.1.version=1.0.0 +units.3.filter=(&(osgi.os=macosx) (osgi.arch=x86_64)) +units.3.touchpoint.id=org.eclipse.equinox.p2.osgi +units.3.touchpoint.version=1.0.0 +units.3.instructions.configure=addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx512m); +units.3.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m); + +requires.4.namespace=org.eclipse.equinox.p2.iu +requires.4.name=toolingorg.eclipse.configuration.aix.ppc64 +requires.4.filter=(&(osgi.os=aix) (osgi.arch=ppc64)) +requires.4.range=[1.0.0,1.0.0] +requires.4.greedy=true + +units.4.id=toolingorg.eclipse.configuration.aix.ppc64 +units.4.version=1.0.0 +units.4.provides.1.namespace=org.eclipse.equinox.p2.iu +units.4.provides.1.name=toolingorg.eclipse.configuration.aix.ppc64 +units.4.provides.1.version=1.0.0 +units.4.filter=(&(osgi.os=aix) (osgi.arch=ppc64)) +units.4.touchpoint.id=org.eclipse.equinox.p2.osgi +units.4.touchpoint.version=1.0.0 +units.4.instructions.configure=addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx512m); +units.4.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m); + +requires.5.namespace=org.eclipse.equinox.p2.iu +requires.5.name=toolingorg.eclipse.configuration.gtk.linux.x86_64 +requires.5.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk)) +requires.5.range=[1.0.0,1.0.0] +requires.5.greedy=true + +units.5.id=toolingorg.eclipse.configuration.gtk.linux.x86_64 +units.5.version=1.0.0 +units.5.provides.1.namespace=org.eclipse.equinox.p2.iu +units.5.provides.1.name=toolingorg.eclipse.configuration.gtk.linux.x86_64 +units.5.provides.1.version=1.0.0 +units.5.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk)) +units.5.touchpoint.id=org.eclipse.equinox.p2.osgi +units.5.touchpoint.version=1.0.0 +units.5.instructions.configure=setProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo,propValue:true); +units.5.instructions.unconfigure=removeProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo); + +update.id= org.eclipse.sdk.ide +update.range = [4.0,4.3) +update.severity = 0 +update.description = Restrict range so we are not an update for 3.x. \ No newline at end of file diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml new file mode 100644 index 000000000..a35424c10 --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + + eclipse.platform.releng.tychoeclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder + 4.2.0-SNAPSHOT + + + org.eclipse.sdk.ide + 4.2.0-SNAPSHOT + eclipse-repository + + + + + + + org.eclipse.tycho + tycho-p2-director-plugin + + + materialize-products + + materialize-products + + + SDKProfile + + + org.eclipse.sdk.ide + eclipse + + + + + + archive-products + + archive-products + + + + zip + tar.gz + tar.gz + + + + + + + + + diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product new file mode 100644 index 000000000..92fd3aa9b --- /dev/null +++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product @@ -0,0 +1,180 @@ + + + + + + + + + + -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile + -Xms40m -Xmx384m + -Xdock:icon=../Resources/Eclipse.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/pom.xml b/pom.xml index 90f215009..fcda03828 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ rt.equinox.p2 eclipse.platform.releng - eclipse.platform.releng.eclipsebuilder + eclipse.platform.releng.tychoeclipsebuilder eclipse.platform.repository TMP/eclipse-junit-tests -- cgit v1.2.3