| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| /** |
| * <copyright> |
| * |
| * Copyright (c) 2005, 2007 IBM Corporation and others. |
| * |
| * This program and the accompanying materials are made available under the |
| * terms of the Eclipse Public License v. 2.0 which is available at |
| * http://www.eclipse.org/legal/epl-2.0. |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| * |
| * |
| * </copyright> |
| */ |
| --> |
| <feature |
| id="org.eclipse.dltk.performance" |
| label="%featureName" |
| version="1.0.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="0.0.0" |
| image="eclipse_update_120.jpg"> |
| |
| <description url="http://www.eclipse.org/dltk"> |
| %description |
| </description> |
| |
| <copyright url="http://www.eclipse.org/legal/epl-v20.html"> |
| Copyright (c) 2005, 2007 IBM Corporation and others. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License v. 2.0 which is available at |
| http://www.eclipse.org/legal/epl-2.0. |
| |
| SPDX-License-Identifier: EPL-2.0 |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.dltk.tcl" version="2.0.0" match="compatible"/> |
| <import feature="org.eclipse.dltk.core" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.core.tests" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.itcl" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.itcl.tests" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.javascript" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.javascript.tests" version="1.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.python" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.ruby" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.ruby.tests" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.tcl" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.tcl.tests" version="2.0.0.qualifier"/> |
| <import feature="org.eclipse.dltk.xotcl" version="2.0.0.qualifier"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.dltk.core.tests.performance" |
| download-size="0" |
| install-size="0" |
| version="0.0.0"/> |
| |
| <plugin |
| id="org.eclipse.dltk.tests.performance" |
| download-size="0" |
| install-size="0" |
| version="0.0.0"/> |
| |
| <plugin |
| id="org.eclipse.test.performance" |
| download-size="0" |
| install-size="0" |
| version="0.0.0"/> |
| |
| <plugin |
| id="org.eclipse.test.performance.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0"/> |
| |
| </feature> |