[eclipse-poky] [PATCH 18/23] Update to pokywithrse.target file to eliminate unnecessary dependencies
Tim Orling
timothy.t.orling at linux.intel.com
Thu Feb 8 23:17:52 PST 2018
From: Scott Lewis <slewis at composent.com>
Signed-off-by: Scott Lewis <slewis at composent.com>
---
README.dev | 116 +++++++++++++++++++++
releng/org.yocto.sdk.releng/launches/poky.launch | 29 ++++++
releng/org.yocto.sdk.releng/projectsets/poky.psf | 25 +++++
releng/org.yocto.sdk.releng/targets/poky.target | 66 ++++++++++++
.../targets/pokywithrse.target | 81 ++++++--------
5 files changed, 267 insertions(+), 50 deletions(-)
create mode 100644 README.dev
create mode 100644 releng/org.yocto.sdk.releng/launches/poky.launch
create mode 100644 releng/org.yocto.sdk.releng/projectsets/poky.psf
create mode 100644 releng/org.yocto.sdk.releng/targets/poky.target
diff --git a/README.dev b/README.dev
new file mode 100644
index 00000000000..62f80adfaf5
--- /dev/null
+++ b/README.dev
@@ -0,0 +1,116 @@
+Developer's Workspace Setup
+
+This readme describes how to setup a development environment for developming
+and testing the eclipse-poky plugins.
+
+For the time being we recommend using Linux for eclipse-poky development,
+so all of the instructions below should be done on an appropriate Linux distribution.
+
+Prerequisites
+
+1) Install Java Development Kit (jdk) 8+.
+
+If you already have Java 8+ installed on your system you can
+skip to step 2. To check type:
+
+$ java -version
+
+and if it responds with
+
+java version "1.8.0_102"
+Java(TM) SE Runtime Environment (build 1.8.0_102-b14)
+Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
+
+With a version >= 1.8.0 then you already have what you need.
+
+If not installed, download from:
+
+https://java.com/en/download/
+
+and install as appropriate for your system.
+
+Other impls may be used if desired, but they must support JDK 8.
+
+2) Install Maven
+
+If you already have Maven 3.3.9+ installed you may skip to
+step 3.
+
+If not installed, download from:
+
+http://maven.apache.org/download.cgi
+
+Install instructions are here
+
+http://maven.apache.org/install.html
+
+2a) Configure Maven for Proxy
+
+If you have a proxy, see
+
+https://maven.apache.org/guides/mini/guide-proxies.html
+and
+https://maven.apache.org/settings.html
+
+and consult your local network admin for the appropriate proxy info.
+
+2) Install Eclipse
+
+a) Download Eclipse Oxygen.2 or more recent release. For poky plugin development
+three components are required: i) Eclipse Java SDK, ii) Eclipse PDE;
+iii) Maven 2 Eclipse (m2e). All three of these components are present in
+the package named 'Eclipse IDE for Eclipse Committers'. All of the packages
+are listed here:
+
+https://www.eclipse.org/downloads/packages
+
+Download the 'Eclipse IDE for Eclipse Committers' and expand into a new directory
+(e.g. ~/eclipse.oxygen.2) on your local disk.
+
+3) Clone the eclipse-poky git repo
+
+By default, eclipse's git client (egit) uses ~/git for accessing git repos, so it's
+generally a good idea to create and use ~/git for the following clone command.
+
+In ~git type:
+
+$ git clone git://git.yoctoproject.org/eclipse-poky-contrib
+
+When complete, change to the timo/maven branch (temporary)
+
+$ git checkout timo/maven
+
+4) Import Project Set into Eclipse workspace
+
+Open a terminal, navigate to ~/eclipse.oxygen.2 and type:
+
+$ ./eclipse
+
+Create a new workspace (e.g. workspace.eclipse-poky)
+
+From main menu:
+
+File->Import...->Team->Team Project Set->Next
+
+Select File radio button and choose 'Browse' button on right
+
+Browse to ~/git/eclipse-poky-contrib/releng/org.yocto.sdk.releng/projectsets
+
+and choose 'pokywithrse.psf' and Finish
+
+This should result in approximately 11 projects appearing in
+your workspace. Some will have compiler errors.
+
+5) Resolve Target Platform
+
+In the Eclipse Package Explorer view (or Projects view) navigate
+to org.yocto.sdk.releng/targets directory and open (double click)
+this file: pokywithrse.target
+
+Once this file is opened, you should see in the message bar: "Resolving
+Poky with R...inition" with a percentage. This will take some time
+(possibly minutes depending upon the speed of your internet connection)
+
+When the resolving is complete, choose 'Set as Target Platform' link in
+upper right of the Target Definition Editor. This should result in
+the workspace projects being rebuilt without errors.
diff --git a/releng/org.yocto.sdk.releng/launches/poky.launch b/releng/org.yocto.sdk.releng/launches/poky.launch
new file mode 100644
index 00000000000..b86ec6bbaf6
--- /dev/null
+++ b/releng/org.yocto.sdk.releng/launches/poky.launch
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
+<booleanAttribute key="append.args" value="true"/>
+<booleanAttribute key="askclear" value="true"/>
+<booleanAttribute key="automaticAdd" value="true"/>
+<booleanAttribute key="automaticValidate" value="true"/>
+<stringAttribute key="bootstrap" value=""/>
+<stringAttribute key="checked" value="[NONE]"/>
+<booleanAttribute key="clearConfig" value="false"/>
+<booleanAttribute key="clearws" value="true"/>
+<booleanAttribute key="clearwslog" value="false"/>
+<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/poky"/>
+<booleanAttribute key="default" value="true"/>
+<booleanAttribute key="includeOptional" value="true"/>
+<stringAttribute key="location" value="${workspace_loc}/../runtime-pokywithrse"/>
+<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
+<stringAttribute key="pde.version" value="3.3"/>
+<stringAttribute key="product" value="org.eclipse.sdk.ide"/>
+<booleanAttribute key="show_selected_only" value="false"/>
+<stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
+<booleanAttribute key="tracing" value="false"/>
+<booleanAttribute key="useCustomFeatures" value="false"/>
+<booleanAttribute key="useDefaultConfig" value="true"/>
+<booleanAttribute key="useDefaultConfigArea" value="true"/>
+<booleanAttribute key="useProduct" value="true"/>
+</launchConfiguration>
diff --git a/releng/org.yocto.sdk.releng/projectsets/poky.psf b/releng/org.yocto.sdk.releng/projectsets/poky.psf
new file mode 100644
index 00000000000..74a18aadd4a
--- /dev/null
+++ b/releng/org.yocto.sdk.releng/projectsets/poky.psf
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<psf version="2.0">
+<provider id="org.eclipse.egit.core.GitProvider">
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,plugins/org.yocto.cmake.managedbuilder"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,features/org.yocto.doc"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,plugins/org.yocto.doc.user"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,features/org.yocto.sdk"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,plugins/org.yocto.sdk.ide"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,plugins/org.yocto.sdk.ide.doc.user"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,features/org.yocto.utils"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,releng/org.yocto.sdk.releng"/>
+<project reference="1.0,ssh://git@push.yoctoproject.org/eclipse-poky-contrib,timo/maven,."/>
+</provider>
+<workingSets editPageId="org.eclipse.ui.resourceWorkingSetPage" id="1515432086327_1" label="poky-parent" name="poky-parent">
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/poky-parent" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/poky" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.sdk.ide" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.sdk.ide.doc.user" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.cmake.managedbuilder" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.doc.user" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.sdk" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.utils" type="4"/>
+<item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.yocto.doc" type="4"/>
+</workingSets>
+</psf>
\ No newline at end of file
diff --git a/releng/org.yocto.sdk.releng/targets/poky.target b/releng/org.yocto.sdk.releng/targets/poky.target
new file mode 100644
index 00000000000..f5fd820635b
--- /dev/null
+++ b/releng/org.yocto.sdk.releng/targets/poky.target
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="Poky w/o RSE" sequenceNumber="33">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/cbi/updates/license/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.autotools.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.autotools.source.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.docker.launcher.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.docker.launcher.source.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.launch.remote.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.launch.remote.source.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.sdk.feature.group" version="9.4.0.201712020452"/>
+<repository location="http://download.eclipse.org/tools/cdt/releases/9.4"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.6.0.201706141832"/>
+<unit id="org.eclipse.swtbot.feature.group" version="2.6.0.201706141832"/>
+<unit id="org.eclipse.swtbot.ide.feature.group" version="2.6.0.201706141832"/>
+<repository location="http://download.eclipse.org/releases/oxygen"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="3.2.0.201712060514"/>
+<unit id="org.eclipse.linuxtools.docker.feature.source.feature.group" version="3.2.0.201712060514"/>
+<repository location="http://download.eclipse.org/linuxtools/update-docker-3.2.0"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.tracecompass.btf.feature.group" version="3.2.0.201712061002"/>
+<unit id="org.eclipse.tracecompass.gdbtrace.feature.group" version="3.2.0.201712061002"/>
+<unit id="org.eclipse.tracecompass.lttng2.kernel.feature.group" version="3.2.0.201712061002"/>
+<unit id="org.eclipse.tracecompass.lttng2.ust.feature.group" version="3.2.0.201712061002"/>
+<unit id="org.eclipse.tracecompass.tmf.pcap.feature.group" version="3.2.0.201712061002"/>
+<repository location="http://download.eclipse.org/tracecompass/oxygen/stable/repository"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="com.google.gson" version="0.0.0"/>
+<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
+<unit id="org.antlr.runtime" version="0.0.0"/>
+<unit id="org.apache.commons.compress" version="0.0.0"/>
+<unit id="org.apache.log4j" version="0.0.0"/>
+<unit id="org.apache.log4j.source" version="0.0.0"/>
+<unit id="org.freemarker" version="0.0.0"/>
+<unit id="org.hamcrest" version="0.0.0"/>
+<unit id="org.hamcrest.core" version="0.0.0"/>
+<unit id="org.junit" version="0.0.0"/>
+<unit id="org.junit.source" version="0.0.0"/>
+<unit id="org.mockito" version="0.0.0"/>
+<unit id="org.slf4j.impl.log4j12" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.7/"/>
+</location>
+</locations>
+<environment>
+<os>linux</os>
+<ws>gtk</ws>
+<arch>x86_64</arch>
+<nl>en_US</nl>
+</environment>
+</target>
diff --git a/releng/org.yocto.sdk.releng/targets/pokywithrse.target b/releng/org.yocto.sdk.releng/targets/pokywithrse.target
index 2f5b45a2118..c44a275e58b 100644
--- a/releng/org.yocto.sdk.releng/targets/pokywithrse.target
+++ b/releng/org.yocto.sdk.releng/targets/pokywithrse.target
@@ -1,22 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Poky With RSE" sequenceNumber="18">
+<?pde version="3.8"?><target includeMode="feature" name="Poky With RSE" sequenceNumber="28">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/cbi/updates/license/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/webtools/downloads/drops/R3.9.0/S-3.9.0M5-20170201000249/repository/"/>
+<unit id="org.eclipse.remote.serial.feature.group" version="3.0.0.201706052031"/>
+<repository location="http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.autotools.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.autotools.source.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.docker.launcher.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.docker.launcher.source.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.launch.remote.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.launch.remote.source.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.cdt.sdk.feature.group" version="9.4.0.201712020452"/>
+<unit id="org.eclipse.launchbar.feature.group" version="2.2.0.201711162100"/>
+<unit id="org.eclipse.launchbar.remote.feature.group" version="2.2.0.201711162100"/>
+<repository location="http://download.eclipse.org/tools/cdt/releases/9.4"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>
<repository location="http://download.eclipse.org/tm/terminal/builds/development/nightly/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.tm.terminal.feature.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tm/terminal/updates/4.3milestones/"/>
+<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="3.2.0.201712060514"/>
+<unit id="org.eclipse.linuxtools.docker.feature.source.feature.group" version="3.2.0.201712060514"/>
+<repository location="http://download.eclipse.org/linuxtools/update-docker-3.2.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tracecompass.btf.feature.group" version="3.2.0.201712061002"/>
@@ -27,6 +39,13 @@
<repository location="http://download.eclipse.org/tracecompass/oxygen/stable/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.6.0.201706141832"/>
+<unit id="org.eclipse.swtbot.feature.group" version="2.6.0.201706141832"/>
+<unit id="org.eclipse.swtbot.ide.feature.group" version="2.6.0.201706141832"/>
+<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.9.1.v201707252002"/>
+<repository location="http://download.eclipse.org/releases/oxygen"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
<unit id="org.antlr.runtime" version="0.0.0"/>
@@ -43,56 +62,18 @@
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.rse.feature.group" version="3.7.0.201505221634"/>
-<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201505221634"/>
-<unit id="org.eclipse.rse.terminals.feature.group" version="3.8.0.201505221634"/>
-<unit id="org.eclipse.rse.terminals.source.feature.group" version="3.8.0.201505221634"/>
-<unit id="org.eclipse.rse.useractions.feature.group" version="3.7.0.201505221634"/>
-<repository location="http://download.eclipse.org/tm/updates/4.0"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/technology/swtbot/snapshots/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.tools.templates.core" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.core.source" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.freemarker" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.freemarker.source" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
-<unit id="org.eclipse.tools.templates.ui.source" version="0.0.0"/>
-<repository location="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.remote.console.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.remote.serial.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.launchbar.remote.feature.group" version="0.0.0"/>
-<repository location="https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.7/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="3.2.0.201801060500"/>
-<unit id="org.eclipse.linuxtools.docker.feature.source.feature.group" version="3.2.0.201801060500"/>
-<repository location="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.cdt.autotools.feature.group" version="9.4.0.201712051550"/>
-<unit id="org.eclipse.cdt.docker.launcher.feature.group" version="9.4.0.201712051550"/>
-<unit id="org.eclipse.cdt.launch.remote.feature.group" version="9.4.0.201712051550"/>
-<unit id="org.eclipse.cdt.sdk.feature.group" version="9.4.0.201712051550"/>
-<repository location="http://download.eclipse.org/releases/oxygen"/>
+<unit id="org.eclipse.rse.feature.group" version="3.7.0.201505221634"/>
+<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201505221634"/>
+<unit id="org.eclipse.rse.terminals.feature.group" version="3.8.0.201505221634"/>
+<unit id="org.eclipse.rse.terminals.source.feature.group" version="3.8.0.201505221634"/>
+<unit id="org.eclipse.rse.useractions.feature.group" version="3.7.0.201505221634"/>
+<repository location="http://download.eclipse.org/tm/updates/4.0"/>
</location>
</locations>
<environment>
--
2.13.6
More information about the eclipse-yocto
mailing list