mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Include a configuration, simplify the targlet for the target platform, and enhance the working sets based on folder structure. https://github.com/eclipse-cdt/cdt/issues/39
50 lines
2.2 KiB
XML
50 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<setup:Configuration
|
|
xmi:version="2.0"
|
|
xmlns:xmi="http://www.omg.org/XMI"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
|
|
label="CDT">
|
|
<annotation
|
|
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
|
|
<detail
|
|
key="imageURI">
|
|
<value>https://www.eclipse.org/downloads/images/cdt.png</value>
|
|
</detail>
|
|
<detail
|
|
key="badgeLabel">
|
|
<value>CDT</value>
|
|
</detail>
|
|
</annotation>
|
|
<installation
|
|
name="cdt.installation"
|
|
label="CDT Installation">
|
|
<setupTask
|
|
xsi:type="setup:VariableTask"
|
|
name="installation.id.default"
|
|
value="cdt"/>
|
|
<productVersion
|
|
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
|
|
<description>The CDT installation provides the latest tools needed to work with the Eclipse C/C++ Development Tools' source code.</description>
|
|
</installation>
|
|
<workspace
|
|
name="cdt.workspace"
|
|
label="CDT Workspace">
|
|
<stream
|
|
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='cdt']/@streams[name='main']"/>
|
|
<description>The CDT workspace provides the source code of the Eclipse C/C++ Development Tools.</description>
|
|
</workspace>
|
|
<description>
|
|
<p>
|
|
The <a href="https://www.eclipse.org/cdt/"/>Eclipse C/C++ Development Tools</a> configuration provisions a dedicated development environment
|
|
for the complete set of source projects of the <a href="https://projects.eclipse.org/projects/tools.cdt">CDT project</a>.
|
|
</p>
|
|
<p>
|
|
All the source projects from <a href="https://github.com/eclipse-cdt">CDT's Github Repositories</a>
|
|
are available, organized into working sets, and ready for contribution.
|
|
</p>
|
|
</p>
|
|
Please <a href="https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning">read the analogous tutorial instructions</a> for the Eclipse Platform SDK's configuration for more details.
|
|
</p>
|
|
</description>
|
|
</setup:Configuration>
|