summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.xml
blob: b1eb163dfdc9a29cd3a5abb627221e17d0007a35 (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
36
37
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jgit.source"
      label="%featureName"
      version="3.7.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>

   <plugin
         id="org.eclipse.jgit.source"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
   <plugin
         id="org.eclipse.jgit.java7.source"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
</feature>
> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 1ed4f8b9c8eeabf71b7d77bc63558931d4419dd7 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
<head>
	<script> window.location.href="index.php"; </script>
	<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>