Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/logviewer/project.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Thu Nov 3 13:02:06 2005 UTC (18 years, 5 months ago) by shinsuke
Branch: MAIN
Changes since 1.1: +22 -1 lines
File MIME type: application/xml
added mailing list and developers info

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright 2004 The Apache Software Foundation
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 $Id: project.xml,v 1.1.1.1 2005/11/03 01:43:25 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>logviewer</artifactId>
24 <name>Log Viewer Portlets</name>
25 <description>Log ViewerPortlets</description>
26 <shortDescription>Log Viewer Portlets</shortDescription>
27
28 <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
29 <siteAddress>shell.sourceforge.jp</siteAddress>
30 <siteDirectory>/home/groups/p/pa/pal/htdocs/logviewer</siteDirectory>
31 <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
32
33 <repository>
34 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:logviewer</connection>
35 <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:logviewer</developerConnection>
36 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/logviewer</url>
37 </repository>
38
39 <mailingLists>
40 <mailingList>
41 <name>CVS Notification List</name>
42 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
43 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
44 <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
45 </mailingList>
46 </mailingLists>
47
48 <developers>
49 <developer>
50 <name>Shinsuke Sugaya</name>
51 <id>shinsuke</id>
52 <email>shinsuke@users.sourceforge.jp</email>
53 <organization>marevol.com</organization>
54 <roles>
55 <role>Java Developer</role>
56 </roles>
57 <timezone>+9</timezone>
58 </developer>
59 </developers>
60
61 <dependencies>
62 <dependency>
63 <groupId>jetplume</groupId>
64 <artifactId>bridges-myfaces</artifactId>
65 <version>${bridges.myfaces.version}</version>
66 <type>jar</type>
67 <properties>
68 <war.bundle>true</war.bundle>
69 </properties>
70 </dependency>
71
72 <dependency>
73 <groupId>marevol</groupId>
74 <artifactId>logparser</artifactId>
75 <version>0.1-SNAPSHOT</version>
76 <type>jar</type>
77 <properties>
78 <war.bundle>true</war.bundle>
79 </properties>
80 </dependency>
81
82 <dependency>
83 <groupId>marevol</groupId>
84 <artifactId>marevol-utils</artifactId>
85 <version>0.1-SNAPSHOT</version>
86 <type>jar</type>
87 <properties>
88 <war.bundle>true</war.bundle>
89 </properties>
90 </dependency>
91
92 <dependency>
93 <groupId>marevol</groupId>
94 <artifactId>hibernate-utils</artifactId>
95 <version>0.1-SNAPSHOT</version>
96 <type>jar</type>
97 <properties>
98 <war.bundle>true</war.bundle>
99 </properties>
100 </dependency>
101
102 <dependency>
103 <groupId>jetspeed2</groupId>
104 <artifactId>jetspeed-api</artifactId>
105 <version>${jetspeed.version}</version>
106 <type>jar</type>
107 <properties>
108 <war.bundle>false</war.bundle>
109 </properties>
110 </dependency>
111 <dependency>
112 <id>jetspeed-header-resource</id>
113 <groupId>jetspeed2</groupId>
114 <version>${jetspeed.version}</version>
115 <properties>
116 <war.bundle>false</war.bundle>
117 </properties>
118 </dependency>
119
120
121 <dependency>
122 <id>servletapi</id>
123 <version>2.3</version>
124 <properties>
125 <war.bundle>false</war.bundle>
126 </properties>
127 </dependency>
128 <dependency>
129 <groupId>portlet-api</groupId>
130 <artifactId>portlet-api</artifactId>
131 <version>1.0</version>
132 <properties>
133 <war.bundle>false</war.bundle>
134 </properties>
135 </dependency>
136 <!-- warred jars -->
137 <dependency>
138 <groupId>commons-beanutils</groupId>
139 <artifactId>commons-beanutils</artifactId>
140 <version>1.6.1</version>
141 <url>http://jakarta.apache.org/commons/beanutils.html</url>
142 <properties>
143 <war.bundle>true</war.bundle>
144 </properties>
145 </dependency>
146 <dependency>
147 <groupId>commons-codec</groupId>
148 <artifactId>commons-codec</artifactId>
149 <version>1.2</version>
150 <url>http://jakarta.apache.org/commons/codec/</url>
151 <properties>
152 <war.bundle>true</war.bundle>
153 </properties>
154 </dependency>
155 <dependency>
156 <groupId>commons-collections</groupId>
157 <artifactId>commons-collections</artifactId>
158 <version>2.1</version>
159 <url>http://jakarta.apache.org/commons/collections.html</url>
160 <properties>
161 <war.bundle>true</war.bundle>
162 </properties>
163 </dependency>
164 <dependency>
165 <groupId>commons-digester</groupId>
166 <artifactId>commons-digester</artifactId>
167 <version>1.5</version>
168 <url>http://jakarta.apache.org/commons/digester.html</url>
169 <properties>
170 <war.bundle>true</war.bundle>
171 </properties>
172 </dependency>
173 <dependency>
174 <groupId>commons-fileupload</groupId>
175 <artifactId>commons-fileupload</artifactId>
176 <version>1.0</version>
177 <properties>
178 <war.bundle>true</war.bundle>
179 </properties>
180 </dependency>
181 <dependency>
182 <id>log4j</id>
183 <version>1.2.9</version>
184 <properties>
185 <war.bundle>true</war.bundle>
186 </properties>
187 </dependency>
188
189 <dependency>
190 <groupId>myfaces</groupId>
191 <artifactId>myfaces-all</artifactId>
192 <version>1.1.0</version>
193 <properties>
194 <war.bundle>true</war.bundle>
195 </properties>
196 </dependency>
197
198 <dependency>
199 <groupId>commons-logging</groupId>
200 <artifactId>commons-logging</artifactId>
201 <version>1.0.4</version>
202 <url>http://jakarta.apache.org/commons/logging.html</url>
203 <properties>
204 <war.bundle>true</war.bundle>
205 </properties>
206 </dependency>
207 <dependency>
208 <groupId>commons-el</groupId>
209 <artifactId>commons-el</artifactId>
210 <version>1.0</version>
211 <url>http://jakarta.apache.org/commons/el/</url>
212 <properties>
213 <war.bundle>true</war.bundle>
214 </properties>
215 </dependency>
216
217 <dependency>
218 <groupId>hsqldb</groupId>
219 <artifactId>hsqldb</artifactId>
220 <version>1.7.3.3</version>
221 <properties>
222 <war.bundle>true</war.bundle>
223 </properties>
224 </dependency>
225 <!--
226 <dependency>
227 <groupId>mysql</groupId>
228 <artifactId>mysql-connector-java</artifactId>
229 <version>3.0.10</version>
230 <properties>
231 <war.bundle>true</war.bundle>
232 </properties>
233 </dependency>
234 -->
235 <!-- Hibernate -->
236 <dependency>
237 <groupId>hibernate</groupId>
238 <artifactId>hibernate</artifactId>
239 <version>3.0.5</version>
240 <properties>
241 <war.bundle>true</war.bundle>
242 </properties>
243 </dependency>
244
245 <dependency>
246 <groupId>ehcache</groupId>
247 <artifactId>ehcache</artifactId>
248 <version>1.1</version>
249 <properties>
250 <war.bundle>true</war.bundle>
251 </properties>
252 </dependency>
253
254 <dependency>
255 <groupId>swarmcache</groupId>
256 <artifactId>swarmcache</artifactId>
257 <version>1.0RC2</version>
258 <properties>
259 <war.bundle>true</war.bundle>
260 </properties>
261 </dependency>
262
263 <dependency>
264 <groupId>jboss</groupId>
265 <artifactId>jboss-cache</artifactId>
266 <version>1.2.2</version>
267 <properties>
268 <war.bundle>true</war.bundle>
269 </properties>
270 </dependency>
271
272 <dependency>
273 <groupId>jgroups</groupId>
274 <artifactId>jgroups-all</artifactId>
275 <version>2.2.7</version>
276 <properties>
277 <war.bundle>true</war.bundle>
278 </properties>
279 </dependency>
280
281 <dependency>
282 <groupId>jta</groupId>
283 <artifactId>jta</artifactId>
284 <version>1.0.1B</version>
285 <properties>
286 <war.bundle>true</war.bundle>
287 </properties>
288 </dependency>
289
290 <dependency>
291 <groupId>c3p0</groupId>
292 <artifactId>c3p0</artifactId>
293 <version>0.8.5.2</version>
294 <properties>
295 <war.bundle>true</war.bundle>
296 </properties>
297 </dependency>
298
299 <dependency>
300 <groupId>j2ee</groupId>
301 <artifactId>connector</artifactId>
302 <version>1.0</version>
303 <properties>
304 <war.bundle>true</war.bundle>
305 </properties>
306 </dependency>
307
308 <dependency>
309 <groupId>jboss</groupId>
310 <artifactId>jboss-system</artifactId>
311 <version>4.0.2</version>
312 <properties>
313 <war.bundle>true</war.bundle>
314 </properties>
315 </dependency>
316
317 <dependency>
318 <groupId>asm</groupId>
319 <artifactId>asm-attrs</artifactId>
320 <version>1.5.3</version>
321 <properties>
322 <war.bundle>true</war.bundle>
323 </properties>
324 </dependency>
325
326 <dependency>
327 <groupId>j2ee</groupId>
328 <artifactId>jacc</artifactId>
329 <version>1_0-fr</version>
330 <properties>
331 <war.bundle>true</war.bundle>
332 </properties>
333 </dependency>
334
335 <dependency>
336 <groupId>dom4j</groupId>
337 <artifactId>dom4j</artifactId>
338 <version>1.6</version>
339 <properties>
340 <war.bundle>true</war.bundle>
341 </properties>
342 </dependency>
343
344 <dependency>
345 <groupId>hibernate</groupId>
346 <artifactId>antlr</artifactId>
347 <version>2.7.5H3</version>
348 <properties>
349 <war.bundle>true</war.bundle>
350 </properties>
351 </dependency>
352
353 <dependency>
354 <groupId>cglib</groupId>
355 <artifactId>cglib</artifactId>
356 <version>2.1</version>
357 <properties>
358 <war.bundle>true</war.bundle>
359 </properties>
360 </dependency>
361
362 <dependency>
363 <groupId>jboss</groupId>
364 <artifactId>jboss-common</artifactId>
365 <version>4.0.2</version>
366 <properties>
367 <war.bundle>true</war.bundle>
368 </properties>
369 </dependency>
370
371 <dependency>
372 <groupId>opensymphony</groupId>
373 <artifactId>oscache</artifactId>
374 <version>2.1</version>
375 <properties>
376 <war.bundle>true</war.bundle>
377 </properties>
378 </dependency>
379
380 <dependency>
381 <groupId>asm</groupId>
382 <artifactId>asm</artifactId>
383 <version>1.5.3</version>
384 <properties>
385 <war.bundle>true</war.bundle>
386 </properties>
387 </dependency>
388
389 <dependency>
390 <groupId>jboss</groupId>
391 <artifactId>jboss-jmx</artifactId>
392 <version>4.0.2</version>
393 <properties>
394 <war.bundle>true</war.bundle>
395 </properties>
396 </dependency>
397
398 <dependency>
399 <groupId>jaxen</groupId>
400 <artifactId>jaxen</artifactId>
401 <version>1.1-beta-4</version>
402 <properties>
403 <war.bundle>true</war.bundle>
404 </properties>
405 </dependency>
406
407 <dependency>
408 <groupId>proxool</groupId>
409 <artifactId>proxool</artifactId>
410 <version>0.8.3</version>
411 <properties>
412 <war.bundle>true</war.bundle>
413 </properties>
414 </dependency>
415
416 <dependency>
417 <groupId>concurrent</groupId>
418 <artifactId>concurrent</artifactId>
419 <version>1.3.4</version>
420 <properties>
421 <war.bundle>true</war.bundle>
422 </properties>
423 </dependency>
424
425 <!-- S2Hibernate -->
426 <!--
427 <dependency>
428 <groupId>aopalliance</groupId>
429 <artifactId>aopalliance</artifactId>
430 <version>1.0</version>
431 <properties>
432 <war.bundle>true</war.bundle>
433 </properties>
434 </dependency>
435 <dependency>
436 <groupId>javassist</groupId>
437 <artifactId>javassist</artifactId>
438 <version>3.0</version>
439 <properties>
440 <war.bundle>true</war.bundle>
441 </properties>
442 </dependency>
443 <dependency>
444 <groupId>poi</groupId>
445 <artifactId>poi</artifactId>
446 <version>2.5.1-final-20040804</version>
447 <properties>
448 <war.bundle>true</war.bundle>
449 </properties>
450 </dependency>
451 <dependency>
452 <groupId>ognl</groupId>
453 <artifactId>ognl</artifactId>
454 <version>2.6.5</version>
455 <properties>
456 <war.bundle>true</war.bundle>
457 </properties>
458 </dependency>
459 <dependency>
460 <groupId>seaser</groupId>
461 <artifactId>s2-extension</artifactId>
462 <version>2.2.9</version>
463 <properties>
464 <war.bundle>true</war.bundle>
465 </properties>
466 </dependency>
467 <dependency>
468 <groupId>seaser</groupId>
469 <artifactId>s2-framework</artifactId>
470 <version>2.2.9</version>
471 <properties>
472 <war.bundle>true</war.bundle>
473 </properties>
474 </dependency>
475 <dependency>
476 <groupId>seaser</groupId>
477 <artifactId>s2-hibernate</artifactId>
478 <version>1.1.0</version>
479 <properties>
480 <war.bundle>true</war.bundle>
481 </properties>
482 </dependency>
483 -->
484 </dependencies>
485
486
487 <build>
488 <sourceDirectory>src/java</sourceDirectory>
489 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
490 <unitTest>
491 <includes>
492 <include>**/*Test.java</include>
493 </includes>
494 </unitTest>
495 <resources>
496 <resource>
497 <directory>${basedir}/src/java/</directory>
498 <includes>
499 <include>**/*.properties</include>
500 <include>**/*.xml</include>
501 <include>**/*.dicon</include>
502 </includes>
503 <filtering>false</filtering>
504 </resource>
505 </resources>
506 </build>
507
508 <reports>
509 <report>maven-jdepend-plugin</report>
510 <report>maven-checkstyle-plugin</report>
511 <report>maven-pmd-plugin</report>
512 <report>maven-changelog-plugin</report>
513 <report>maven-file-activity-plugin</report>
514 <report>maven-developer-activity-plugin</report>
515 <report>maven-license-plugin</report>
516 <report>maven-javadoc-plugin</report>
517 <report>maven-jxr-plugin</report>
518 <report>maven-junit-report-plugin</report>
519 <report>maven-tasklist-plugin</report>
520 </reports>
521 <properties/>
522 </project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26