-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
122 lines (117 loc) · 5.54 KB
/
404.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head profile="http://www.w3.org/2000/08/w3c-synd/#">
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
<link rel="stylesheet" href="/cargo/attachments/site.css" type="text/css"/>
<link rel="shortcut icon" href="/cargo/attachments/favicon.ico"/>
<link rel="icon" type="image/x-icon" href="/cargo/attachments/favicon.ico"/>
<title>Codehaus Cargo - Page not found</title>
<script type="text/javascript">
if (location.href.indexOf("http://") === 0) {
location.replace("https://" + location.href.substring(7));
} else if (location.pathname === "/cargo/") {
location.replace("/cargo/Home.html");
} else if (location.href.indexOf("/cargo/Maven2+Archetypes.html") >= 0) {
location.replace(location.href.replace("/cargo/Maven2+Archetypes.html", "/cargo/Maven+3+Archetypes.html").replace("#Maven2Archetypes", "#Maven3Archetypes"));
} else if (location.href.indexOf("/cargo/Maven2+plugin.html") >= 0) {
location.replace(location.href.replace("/cargo/Maven2+plugin.html", "/cargo/Maven+3+Plugin.html"));
} else if (location.href.indexOf("/cargo/Maven2+Plugin+") >= 0) {
location.replace(location.href.replace("/cargo/Maven2+Plugin+", "/cargo/Maven+3+Plugin+").replace("#Maven2Plugin", "#Maven3Plugin"));
} else if (location.href.indexOf("/cargo/Maven+3+plugin.html") >= 0) {
location.replace(location.href.replace("/cargo/Maven+3+plugin.html", "/cargo/Maven+3+Plugin.html"));
} else if (location.href.indexOf("/cargo/Remote+deployments+to+GlassFish+6.x+onwards.html") >= 0) {
location.replace(location.href.replace(
"/cargo/Remote+deployments+to+GlassFish+6.x+onwards.html",
"/cargo/Remote+deployments+to+GlassFish+6.x+onwards+and+to+recent+Payara+versions.html"));
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MYCEY8S1MG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MYCEY8S1MG');
</script>
<!-- Google Ads -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7996505557003356",
enable_page_level_ads: true
});
</script>
</head>
<body>
<table class="layout" style="border-collapse:collapse;position:absolute;width:100%;height:100%" border="none">
<tr style="height:83px">
<td colspan="2" style="padding:0px">
<div style="position:fixed;width:100%;top:0;border-bottom:1px solid #39434F;z-index:2">
<table class="banner" style="padding:0px;width:100%;background-image:url('/cargo/attachments/cargo-banner-center.png')">
<tr>
<td align="left" valign="middle" style="padding:0px">
<img src="/cargo/attachments/cargo-banner-left.png"/>
</td>
<td align="right" valign="middle" style="padding:0px">
<img src="/cargo/attachments/cargo-banner-right.png"/>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr valign="top">
<td class="leftColumn" valign="top" style="padding-top:0px">
</td>
<td style="padding:0px">
<table style="border-collapse:collapse;width:100%;height:100%">
<tr style="height:38px">
<td class="breadcrumbs">
<table style="border-collapse:collapse;width:100%;height:100%">
<tr valign="middle">
<td align="left">
<b><a href="/cargo/Home.html">Codehaus Cargo</a> > Page not found</b>
</td>
<td align="right" style="width:300px">
<form method="GET" action="/cargo/Search.html">
<input type="text" size="30" name="q" id="search_query">
<input type="submit" value="Search">
</form>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td class="rightColumn">
We are sorry, the page you are looking for does not exist anymore - Either it never did or it has been moved.<br/><br/>
If you suspect the page has been moved, we would suggest trying to search for it using the search box on the top right.<br/><br/>
Please do reach out to us via our <a href="/cargo/Mailing+Lists.html">mailing lists</a> if this comes as a surprise.<br/><br/>
<br/><br/>
</td>
</tr>
</table>
</td>
</tr>
<tr height="23">
<td colspan="2" style="padding:0px">
<div style="position:fixed;width:100%;height:23px;bottom:0;border-top:1px solid #39434F;z-index:2;background-color:#FFFFFF">
<table style="width:100%">
<tr valign="top">
<td align="left">
Copyright 2004-2024. All rights reserved unless otherwise noted.<br/>
</td>
<td align="right">
<a href="/cargo/Cookies.html">Click here to read our privacy and cookie policy</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>