-
Notifications
You must be signed in to change notification settings - Fork 2
/
legacy.html.haml
128 lines (105 loc) · 3.97 KB
/
legacy.html.haml
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
123
124
125
126
127
128
---
layout: default
title: IronJacamar.org - Legacy releases
description: Old versions of IronJacamar
---
%h1 Legacy releases
This page contains the IronJacamar releases that are no longer supported in the community, since a newer stable version exists.
%p
So, if you are experiencing an issue be sure to test the latest available version before reporting any issues.
%h2 Downloads
.download-table
%table{:width=>"100%"}
%thead
%th Version
%th Date
%th Description
%th License
%th Size
%th Format
%tbody
%tr
%td 1.1.10.Final
%td 2015-07-20
%td Stable
%td LGPL
%td{:class=>"download-table-right"} 23 MB
%td{:class=>"download-table"}
%a{:href=>"http://sourceforge.net/projects/ironjacamar/files/1.1.10.Final/ironjacamar-1.1.10.Final.zip"} ZIP
%tr
%td
%td
%td
%td
%td{:class=>"download-table-right"} 23 MB
%td{:class=>"download-table"}
%a{:href=>"http://sourceforge.net/projects/ironjacamar/files/1.1.10.Final/ironjacamar-1.1.10.Final.tar.gz"} TGZ
%tr
%td
%td
%td Release Notes
%td
%td
%td
%a{:href=>"https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310691&version=12326057"} JIRA
%tr
%td 1.0.19.Final
%td 2013-07-10
%td Stable
%td LGPL
%td{:class=>"download-table-right"} 17 MB
%td{:class=>"download-table"}
%a{:href=>"http://sourceforge.net/projects/ironjacamar/files/1.0.19.Final/ironjacamar-1.0.19.Final.zip"} ZIP
%tr
%td
%td
%td
%td
%td{:class=>"download-table-right"} 17 MB
%td{:class=>"download-table"}
%a{:href=>"http://sourceforge.net/projects/ironjacamar/files/1.0.19.Final/ironjacamar-1.0.19.Final.tar.gz"} TGZ
%tr
%td
%td
%td Release Notes
%td
%td
%td
%a{:href=>"http://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310691&version=12321694"} JIRA
%p
You will find all of our releases on
%a{:href=>"http://sourceforge.net/projects/ironjacamar/files"} SourceForge.net
%h3 Maven
Maven repository:
%a{:href=>"http://repository.jboss.org/nexus/content/groups/public/"} http://repository.jboss.org/nexus/content/groups/public/
%p
Group Id:
%a{:href=>"http://repository.jboss.org/nexus/content/groups/public/org/jboss/ironjacamar"} org.jboss.ironjacamar
%h2 Documentation
The documentation for IronJacamar is located inside the distribution in the doc/ directory.
%p
This will provide you with a start point for using the container.
%h3 User guide
%ul
%li
1.1
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.1/en-US/html/index.html"} [HTML]
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.1/en-US/html_single/index.html"} [HTML Single]
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.1/en-US/pdf/IronJacamarUserGuide.pdf"} [PDF]
%li
1.0
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.0/en-US/html/index.html"} [HTML]
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.0/en-US/html_single/index.html"} [HTML Single]
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.0/en-US/pdf/IronJacamarUserGuide.pdf"} [PDF]
%h3 Developer guide
%ul
%li
1.1
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.1/en-US/html/index.html"} [HTML]
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.1/en-US/html_single/index.html"} [HTML Single]
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.1/en-US/pdf/IronJacamarDeveloperGuide.pdf"} [PDF]
%li
1.0
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.0/en-US/html/index.html"} [HTML]
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.0/en-US/html_single/index.html"} [HTML Single]
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.0/en-US/pdf/IronJacamarDeveloperGuide.pdf"} [PDF]