Skip to main content
summaryrefslogblamecommitdiffstats
blob: 613284923615c3fd5a92b5a41b96e659ba64bac0 (plain) (tree)

































                                                                                               
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jpt.jpadiagrameditor.tests.feature"
      label="%featureName"
      version="1.3.100.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.1.qualifier">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <requires>
      <import plugin="org.easymock" version="2.4.0" match="compatible"/>
      <import feature="org.eclipse.graphiti.feature" version="0.10.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.jpt.jpa.feature" version="3.3.0" match="greaterOrEqual"/>
   </requires>

   <plugin
         id="org.eclipse.jpt.jpadiagrameditor.ui.tests"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top