Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b65152048c5cc111d4c3ecf9959c86391b82bcc1 (plain) (tree)
1
2
3
4
5
6



                                      

                                                        













                                                                                                                                                           
                                                                                                                                      
                      
<?xml version="1.0" encoding="UTF-8"?>
<setup:Configuration
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    label="CDO Development Environment">
  <installation
      name="cdo.development.environment.installation"
      label="CDO Development Environment Installation">
    <productVersion
        href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
    <description>The CDO Development Environment installation provides a full development environment for working on CDO.</description>
  </installation>
  <workspace
      name="cdo.development.environment.workspace"
      label="CDO Development Environment Workspace">
    <stream
        href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='cdo']/@streams[name='master']"/>
    <description>The CDO Development Environment workspace contains all features and plugins from the CDO Git repository.</description>
  </workspace>
  <description>The CDO Development Environment configuration provides a full development environment for working on CDO.</description>
</setup:Configuration>

Back to the top