| <?xml version="1.0" encoding="UTF-8"?> | 
 | <!-- | 
 |   Copyright (c) 2014-2017 Eike Stepper (Loehne, Germany) and others. | 
 |   All rights reserved. This program and the accompanying materials | 
 |   are made available under the terms of the Eclipse Public License v2.0 | 
 |   which accompanies this distribution, and is available at | 
 |   http://www.eclipse.org/legal/epl-v20.html | 
 |  | 
 |   Contributors: | 
 |     Eike Stepper - initial API and implementation | 
 | --> | 
 | <feature | 
 |       id="org.eclipse.oomph.setup.projectset" | 
 |       label="%featureName" | 
 |       version="1.16.0.qualifier" | 
 |       provider-name="%providerName" | 
 |       license-feature="org.eclipse.oomph.license" | 
 |       license-feature-version="0.0.0"> | 
 |  | 
 |    <description> | 
 |       %description | 
 |    </description> | 
 |  | 
 |    <copyright url="%copyrightURL"> | 
 |       %copyright | 
 |    </copyright> | 
 |  | 
 |    <license url="%licenseURL"> | 
 |       %license | 
 |    </license> | 
 |  | 
 |    <url> | 
 |       <update label="%updateSiteName" url="https://download.eclipse.org/oomph/updates"/> | 
 |       <discovery label="%updateSiteName" url="https://download.eclipse.org/oomph/updates"/> | 
 |    </url> | 
 |  | 
 |    <plugin | 
 |          id="org.eclipse.oomph.setup.projectset" | 
 |          download-size="0" | 
 |          install-size="0" | 
 |          version="0.0.0" | 
 |          unpack="false"/> | 
 |  | 
 |    <plugin | 
 |          id="org.eclipse.oomph.setup.projectset.edit" | 
 |          download-size="0" | 
 |          install-size="0" | 
 |          version="0.0.0" | 
 |          unpack="false"/> | 
 |  | 
 | </feature> |