.home { .logo { max-width: 220px; } .hero { @media only screen and (max-width: 767px) { h1 { font-size: 3.5em; } h2 { font-size: 2em; } } @media only screen and (min-width: 768px) { h1 { font-size: 5.5em; } h2 { font-size: 3em; } } .svg { color: #5aa509; height: 40px; width: 50px; vertical-align: bottom; } &.header { font-size: 20px; } } p.large { font-size: 16px; } .stackable { padding-top: 30px; } a { color: #5aa509; } } .signup { padding-top: 15px; } footer { .ui.container .left, .ui.container .right { @media only screen and (max-width: 880px) { display: block; text-align: center; float: none; } } } value='stable-0.11'>stable-0.11 JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgitwww-data
summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
blob: 1f43f1b7b781818407c61e449bfe41e2fef77149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jgit"
      label="%featureName"
      version="1.1.0.201109151100-r"
      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="com.jcraft.jsch"/>
   </requires>

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