| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) 2011-2013, 2015-2017, 2019 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 v1.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v10.html |
| |
| Contributors: |
| Eike Stepper - initial API and implementation |
| --> |
| <feature |
| id="org.eclipse.net4j.db.doc" |
| label="%featureName" |
| version="4.3.1.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.emf.cdo.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="http://www.eclipse.org/modeling/updates/"/> |
| <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/> |
| </url> |
| |
| <requires> |
| <import plugin="org.eclipse.help" version="3.3.0" match="compatible"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.net4j.db.doc" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |