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



                                                  
                               
                                               










                                                                                                                                      

                                                                                                     







                                  


                                                        

                                              
















                                                                
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.testing.feature"
      label="EPP Testing Feature"
      version="1.5.2.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.testing">

   <description>
      Functional testing applications is supported by the Eclipse Testing Package, a plug-in set built on top of the Eclipse Platform.
   </description>

   <license url="license.html">
      %license
   </license>

   <url>
      <discovery label="Juno" url="http://download.eclipse.org/releases/juno/"/>
      <discovery label="Eclipse Platform 4.2" url="http://download.eclipse.org/eclipse/updates/4.2"/>
   </url>

   <includes
         id="org.eclipse.platform"
         version="0.0.0"
         search-location="both"/>

   <requires>
      <import feature="org.eclipse.cvs"/>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.platform"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.epp.package.common.feature"/>
      <import feature="org.eclipse.persistence.jpa"/>
      <import feature="org.eclipse.jubula.feature"/>
   </requires>

   <plugin
         id="org.eclipse.epp.package.testing"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top