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



                                       
                               





























                                                                                         













                                                  
          
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jgit.http.apache"
      label="%featureName"
      version="4.0.0.qualifier"
      provider-name="%providerName">

   <description url="http://www.eclipse.org/jgit/">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
   </url>

   <requires>
      <import plugin="org.eclipse.jgit"/>
   </requires>

   <plugin
         id="org.eclipse.jgit.http.apache"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.apache.httpcomponents.httpcore"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.apache.httpcomponents.httpclient"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top