Subversion Repositories bacoAlunos

Rev

Rev 1307 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
hibernate.lib=hibernate3.jar
2
hibernate.ignorecheck=true
3
 
4
ant.lib=ant-1.6.5.jar
5
ant.version=1.6.5
6
ant.name=Ant core
7
ant.when=buildtime
8
 
9
ant-antlr.lib=ant-antlr-1.6.5.jar
10
ant-antlr.version=1.6.5
11
ant-antlr.name=Ant antlr support
12
ant-antlr.when=buildtime
13
 
14
ant-junit.lib=ant-junit-1.6.5.jar
15
ant-junit.version=1.6.5
16
ant-junit.name=Ant junit support
17
ant-junit.when=buildtime
18
 
19
ant-launcher.lib=ant-launcher-1.6.5.jar
20
ant-launcher.version=1.6.5
21
ant-launcher.name=Ant launcher
22
ant-launcher.when=buildtime
23
 
24
ant-swing.lib=ant-swing-1.6.5.jar
25
ant-swing.version=1.6.5
26
ant-swing.name=Ant swing support
27
ant-swing.when=buildtime
28
 
29
junit.lib=junit-3.8.1.jar
30
junit.version=3.8.1
31
junit.name=JUnit test framework
32
junit.when=buildtime
33
 
34
checkstyle.lib=checkstyle-all.jar
35
checkstyle.name=Checkstyle
36
checkstyle.when=buildtime
37
 
38
cleanimports.lib=cleanimports.jar
39
cleanimports.name=cleanimports
40
cleanimports.when=buildtime
41
hibernate.version=3.0
42
hibernate.name=Hibernate core
43
hibernate.when=runtime, required
44
 
45
versioncheck.lib=versioncheck.jar
46
versioncheck.version=1.0
47
versioncheck.name=version checker
48
versioncheck.when=buildtime
49
 
50
syndiag.lib=syndiag2.jar
51
syndiag.version=2.0
52
syndiag.name=antlr to bnf image generator
53
syndiag.when=buildtime
54
 
55
javassist.lib=javassist.jar
56
javassist.version=3.4
57
javassist.name=Javassist bytecode generator
58
javassist.when=runtime, required if using 'javassist' bytecode provider
59
 
60
cglib.lib=cglib-2.1.3.jar
61
cglib.version=2.1.3
62
cglib.name=CGLIB bytecode generator
63
cglib.when=runtime, required if using 'cglib' bytecode provider
64
 
65
asm.lib=asm.jar
66
asm.name=ASM bytecode library
67
asm.when=runtime, required if using 'cglib' bytecode provider
68
 
69
asm-attrs.lib=asm-attrs.jar
70
asm-attrs.name=ASM bytecode library
71
asm-attrs.when=runtime, required if using 'cglib' bytecode provider
72
 
73
commons-collections.lib=commons-collections-2.1.1.jar
74
commons-collections.version=2.1.1
75
commons-collections.name=Commons Collections
76
commons-collections.when=runtime, required
77
 
78
commons-logging.lib=commons-logging-1.0.4.jar
79
commons-logging.version=1.0.4
80
commons-logging.name=Commons Logging
81
commons-logging.when=runtime, required
82
 
83
antlr.lib=antlr-2.7.6.jar
84
antlr.version=2.7.6
85
antlr.name=ANother Tool for Language Recognition
86
antlr.when=runtime, required
87
 
88
## xml/xslt handling
89
 
90
dom4j.lib=dom4j-1.6.1.jar
91
dom4j.version=1.6.1
92
dom4j.name=XML configuration & mapping parser
93
dom4j.when=runtime, required
94
 
95
jaxen.lib=jaxen-1.1-beta-7.jar
96
jaxen.version=1.1-beta-7
97
jaxen.name=Jaxen - universal java xpath engine
98
jaxen.when=runtime, required if you want to deserialize a Configuration to improve startup performance
99
 
100
xerces.lib=xerces-2.6.2.jar
101
xerces.version=2.6.2
102
xerces.name=SAX parser
103
xerces.when=runtime, required for JDK < 1.4
104
 
105
xml-apis.lib=xml-apis.jar
106
xml-apis.name=Standard JAXP API
107
xml-apis.when=runtime, some SAX parser is required
108
 
109
## j2ee related
110
 
111
jdbc-stdext.lib=jdbc2_0-stdext.jar
112
jdbc-stdext.version=2.0
113
jdbc-stdext.name=Standard Extension JDBC APIs
114
jdbc-stdext.when=runtime, required for standalone operation (outside application server)
115
 
116
jta.lib=jta.jar
117
jta.name=Standard JTA API
118
jta.when=runtime, required for standalone operation (outside application server)
119
 
120
connector.lib=connector.jar
121
connector.name=Standard JCA API
122
connector.when=runtime, optional
123
 
124
jaas.lib=jaas.jar
125
jaas.name=Standard JAAS API
126
jaas.when=runtime, optional (required by JCA)
127
 
128
log4j.lib=log4j-1.2.11.jar
129
log4j.version=1.2.11
130
log4j.name=Log4j Library
131
log4j.when=runtime, optional
132
 
133
## Treecache
134
 
135
jboss-cache.lib=jboss-cache.jar
136
jboss-cache.version=1.2.2 alpha
137
jboss-cache.name=TreeCache clustered cache
138
jboss-cache.when=runtime, optional
139
 
140
concurrent.lib=concurrent-1.3.2.jar
141
concurrent.version=1.3.2
142
concurrent.when=runtime, optional (required by TreeCache)
143
 
144
jboss-common.lib=jboss-common.jar
145
jboss-common.when=runtime, optional (required by TreeCache)
146
 
147
jboss-jmx.lib=jboss-jmx.jar
148
jboss-jmx.when=runtime, optional (required by TreeCache)
149
 
150
jboss-system.lib=jboss-system.jar
151
jboss-system.when=runtime, optional (required by TreeCache)
152
 
153
## Replication
154
 
155
jgroups.lib=jgroups-2.2.8.jar
156
jgroups.version=2.2.8
157
jgroups.name=JGroups multicast library
158
jgroups.when=runtime, optional (required by replicated caches)
159
 
160
## cache providers
161
 
162
ehcache.lib=ehcache-1.2.3.jar
163
ehcache.version=1.2.3
164
ehcache.name=EHCache cache
165
ehcache.when=runtime, optional (required if no other cache provider is set)
166
 
167
oscache.lib=oscache-2.1.jar
168
oscache.version=2.1
169
oscache.name=OpenSymphony OSCache
170
oscache.when=runtime, optional
171
 
172
swarmcache.lib=swarmcache-1.0rc2.jar
173
swarmcache.version=1.0rc2
174
swarmcache.name=runtime, optional
175
swarmcache.when=runtime, optional
176
 
177
## connection pool
178
 
179
c3p0.lib=c3p0-0.9.1.jar
180
c3p0.version=0.9.1
181
c3p0.name=C3P0 JDBC connection pool
182
c3p0.when=runtime, optional (needed if using c3p0 as the connection pooling library)
183
 
184
proxool.lib=proxool-0.8.3.jar
185
proxool.version=0.8.3
186
proxool.name=Proxool JDBC connection pool
187
proxool.when=runtime, optional (needed if using proxool as the connection pooling library)
188
 
189
 
190
jacc.lib=jacc-1_0-fr.jar
191
jacc.version=1.0-fr
192
jacc.name=JACC Library
193
jacc.when=runtime, optional
194