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.16 - (show annotations) (download) (as text)
Fri Apr 14 22:41:28 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +9 -1 lines
File MIME type: application/xml
added logo

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.15 2006/04/14 22:01:55 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>logviewer</artifactId>
24 <currentVersion>1.0</currentVersion>
25 <name>Log Viewer Portlets</name>
26 <description>Log ViewerPortlets</description>
27 <shortDescription>Log Viewer Portlets</shortDescription>
28
29 <organization>
30 <name>Portal Application Laboratorycom</name>
31 <url>http://sourceforge.jp/projects/pal/</url>
32 <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
33 </organization>
34 <!-- If this project has a logo image, replace it -->
35 <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
36
37 <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
38 <siteAddress>shell.sourceforge.jp</siteAddress>
39 <siteDirectory>/home/groups/p/pa/pal/htdocs/logviewer</siteDirectory>
40 <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
41
42 <repository>
43 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:logviewer</connection>
44 <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:logviewer</developerConnection>
45 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/logviewer</url>
46 </repository>
47
48 <mailingLists>
49 <mailingList>
50 <name>CVS Notification List</name>
51 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
52 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
53 <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
54 </mailingList>
55 </mailingLists>
56
57 <developers>
58 <developer>
59 <name>Shinsuke Sugaya</name>
60 <id>shinsuke</id>
61 <email>shinsuke@users.sourceforge.jp</email>
62 <organization>marevol.com</organization>
63 <roles>
64 <role>Java Developer</role>
65 </roles>
66 <timezone>+9</timezone>
67 </developer>
68 </developers>
69
70 <dependencies>
71 <dependency>
72 <groupId>pal</groupId>
73 <artifactId>bridges-myfaces</artifactId>
74 <version>${bridges.myfaces.version}</version>
75 <type>jar</type>
76 <properties>
77 <war.bundle>true</war.bundle>
78 </properties>
79 </dependency>
80
81 <dependency>
82 <groupId>marevol</groupId>
83 <artifactId>logparser</artifactId>
84 <version>0.1</version>
85 <type>jar</type>
86 <properties>
87 <war.bundle>true</war.bundle>
88 </properties>
89 </dependency>
90 <dependency>
91 <groupId>marevol</groupId>
92 <artifactId>marevol-utils</artifactId>
93 <version>0.1.1</version>
94 <type>jar</type>
95 <properties>
96 <war.bundle>true</war.bundle>
97 </properties>
98 </dependency>
99 <dependency>
100 <groupId>marevol</groupId>
101 <artifactId>marevol-faces-utils</artifactId>
102 <version>0.2-SNAPSHOT</version>
103 <type>jar</type>
104 <properties>
105 <war.bundle>true</war.bundle>
106 </properties>
107 </dependency>
108
109
110 <dependency>
111 <groupId>org.apache.portals.jetspeed-2</groupId>
112 <artifactId>jetspeed-api</artifactId>
113 <version>${jetspeed.version}</version>
114 <type>jar</type>
115 <properties>
116 <war.bundle>false</war.bundle>
117 </properties>
118 </dependency>
119 <dependency>
120 <groupId>org.apache.portals.jetspeed-2</groupId>
121 <artifactId>jetspeed-header-resource</artifactId>
122 <version>${jetspeed.version}</version>
123 <properties>
124 <war.bundle>false</war.bundle>
125 </properties>
126 </dependency>
127
128 <dependency>
129 <groupId>org.apache.portals.bridges</groupId>
130 <artifactId>portals-bridges-portletfilter</artifactId>
131 <version>1.0</version>
132 <type>jar</type>
133 <properties>
134 <war.bundle>true</war.bundle>
135 </properties>
136 </dependency>
137
138 <dependency>
139 <id>servletapi</id>
140 <version>2.3</version>
141 <properties>
142 <war.bundle>false</war.bundle>
143 </properties>
144 </dependency>
145 <dependency>
146 <groupId>portlet-api</groupId>
147 <artifactId>portlet-api</artifactId>
148 <version>1.0</version>
149 <properties>
150 <war.bundle>false</war.bundle>
151 </properties>
152 </dependency>
153
154 <dependency>
155 <groupId>commons-lang</groupId>
156 <artifactId>commons-lang</artifactId>
157 <version>2.1</version>
158 <url>http://jakarta.apache.org/commons/lang</url>
159 <properties>
160 <war.bundle>true</war.bundle>
161 </properties>
162 </dependency>
163 <dependency>
164 <groupId>commons-beanutils</groupId>
165 <artifactId>commons-beanutils</artifactId>
166 <version>1.6.1</version>
167 <url>http://jakarta.apache.org/commons/beanutils</url>
168 <properties>
169 <war.bundle>true</war.bundle>
170 </properties>
171 </dependency>
172 <dependency>
173 <groupId>commons-codec</groupId>
174 <artifactId>commons-codec</artifactId>
175 <version>1.2</version>
176 <url>http://jakarta.apache.org/commons/codec/</url>
177 <properties>
178 <war.bundle>true</war.bundle>
179 </properties>
180 </dependency>
181 <dependency>
182 <groupId>commons-digester</groupId>
183 <artifactId>commons-digester</artifactId>
184 <version>1.5</version>
185 <url>http://jakarta.apache.org/commons/digester</url>
186 <properties>
187 <war.bundle>true</war.bundle>
188 </properties>
189 </dependency>
190 <dependency>
191 <groupId>commons-fileupload</groupId>
192 <artifactId>commons-fileupload</artifactId>
193 <version>1.0</version>
194 <properties>
195 <war.bundle>true</war.bundle>
196 </properties>
197 </dependency>
198 <dependency>
199 <id>log4j</id>
200 <version>1.2.13</version>
201 <properties>
202 <war.bundle>true</war.bundle>
203 </properties>
204 </dependency>
205
206 <dependency>
207 <groupId>myfaces</groupId>
208 <artifactId>myfaces-all</artifactId>
209 <version>1.1.1</version>
210 <properties>
211 <war.bundle>true</war.bundle>
212 </properties>
213 </dependency>
214
215 <dependency>
216 <groupId>commons-logging</groupId>
217 <artifactId>commons-logging</artifactId>
218 <version>1.0.4</version>
219 <url>http://jakarta.apache.org/commons/logging</url>
220 <properties>
221 <war.bundle>true</war.bundle>
222 </properties>
223 </dependency>
224 <dependency>
225 <groupId>commons-el</groupId>
226 <artifactId>commons-el</artifactId>
227 <version>1.0</version>
228 <url>http://jakarta.apache.org/commons/el/</url>
229 <properties>
230 <war.bundle>true</war.bundle>
231 </properties>
232 </dependency>
233
234 <dependency>
235 <groupId>hsqldb</groupId>
236 <artifactId>hsqldb</artifactId>
237 <version>1.7.3.3</version>
238 <properties>
239 <war.bundle>true</war.bundle>
240 </properties>
241 </dependency>
242 <!--
243 <dependency>
244 <groupId>mysql</groupId>
245 <artifactId>mysql-connector-java</artifactId>
246 <version>3.0.10</version>
247 <properties>
248 <war.bundle>true</war.bundle>
249 </properties>
250 </dependency>
251 -->
252
253 <!-- Hibernate -->
254
255 <dependency>
256 <groupId>hibernate</groupId>
257 <artifactId>hibernate</artifactId>
258 <version>3.1.2</version>
259 <properties>
260 <war.bundle>true</war.bundle>
261 </properties>
262 </dependency>
263
264 <dependency>
265 <groupId>ehcache</groupId>
266 <artifactId>ehcache</artifactId>
267 <version>1.1</version>
268 <properties>
269 <war.bundle>true</war.bundle>
270 </properties>
271 </dependency>
272
273 <!--dependency>
274 <groupId>swarmcache</groupId>
275 <artifactId>swarmcache</artifactId>
276 <version>1.0RC2</version>
277 <properties>
278 <war.bundle>true</war.bundle>
279 </properties>
280 </dependency-->
281
282 <!--dependency>
283 <groupId>jboss</groupId>
284 <artifactId>jboss-cache</artifactId>
285 <version>1.2.2</version>
286 <properties>
287 <war.bundle>true</war.bundle>
288 </properties>
289 </dependency-->
290
291 <!--dependency>
292 <groupId>jgroups</groupId>
293 <artifactId>jgroups-all</artifactId>
294 <version>2.2.8</version>
295 <properties>
296 <war.bundle>true</war.bundle>
297 </properties>
298 </dependency-->
299
300 <dependency>
301 <groupId>jta</groupId>
302 <artifactId>jta</artifactId>
303 <version>1.0.1B</version>
304 <properties>
305 <war.bundle>true</war.bundle>
306 </properties>
307 </dependency>
308
309 <!--dependency>
310 <groupId>c3p0</groupId>
311 <artifactId>c3p0</artifactId>
312 <version>0.9.0</version>
313 <properties>
314 <war.bundle>true</war.bundle>
315 </properties>
316 </dependency-->
317
318 <!--dependency>
319 <groupId>j2ee</groupId>
320 <artifactId>connector</artifactId>
321 <version>1.0</version>
322 <properties>
323 <war.bundle>true</war.bundle>
324 </properties>
325 </dependency-->
326
327 <!--dependency>
328 <groupId>jboss</groupId>
329 <artifactId>jboss-system</artifactId>
330 <version>4.0.2</version>
331 <properties>
332 <war.bundle>true</war.bundle>
333 </properties>
334 </dependency-->
335
336 <dependency>
337 <groupId>asm</groupId>
338 <artifactId>asm-attrs</artifactId>
339 <version>1.5.3</version>
340 <properties>
341 <war.bundle>true</war.bundle>
342 </properties>
343 </dependency>
344
345 <!--dependency>
346 <groupId>j2ee</groupId>
347 <artifactId>jacc</artifactId>
348 <version>1_0-fr</version>
349 <properties>
350 <war.bundle>true</war.bundle>
351 </properties>
352 </dependency-->
353
354 <dependency>
355 <groupId>dom4j</groupId>
356 <artifactId>dom4j</artifactId>
357 <version>1.6.1</version>
358 <properties>
359 <war.bundle>true</war.bundle>
360 </properties>
361 </dependency>
362
363 <dependency>
364 <groupId>antlr</groupId>
365 <artifactId>antlr</artifactId>
366 <version>2.7.6rc1</version>
367 <properties>
368 <war.bundle>true</war.bundle>
369 </properties>
370 </dependency>
371
372 <dependency>
373 <groupId>cglib</groupId>
374 <artifactId>cglib</artifactId>
375 <version>2.1_3</version>
376 <properties>
377 <war.bundle>true</war.bundle>
378 </properties>
379 </dependency>
380
381 <!--dependency>
382 <groupId>jboss</groupId>
383 <artifactId>jboss-common</artifactId>
384 <version>4.0.2</version>
385 <properties>
386 <war.bundle>true</war.bundle>
387 </properties>
388 </dependency-->
389
390 <dependency>
391 <groupId>asm</groupId>
392 <artifactId>asm</artifactId>
393 <version>1.5.3</version>
394 <properties>
395 <war.bundle>true</war.bundle>
396 </properties>
397 </dependency>
398
399 <!--dependency>
400 <groupId>opensymphony</groupId>
401 <artifactId>oscache</artifactId>
402 <version>2.1</version>
403 <properties>
404 <war.bundle>true</war.bundle>
405 </properties>
406 </dependency-->
407
408 <!-- jaas.jar, jdbc2_0-stdext.jar -->
409
410 <!--dependency>
411 <groupId>jboss</groupId>
412 <artifactId>jboss-jmx</artifactId>
413 <version>4.0.2</version>
414 <properties>
415 <war.bundle>true</war.bundle>
416 </properties>
417 </dependency-->
418
419 <!-- xerces-2.6.2.jar -->
420
421 <dependency>
422 <groupId>jaxen</groupId>
423 <artifactId>jaxen</artifactId>
424 <version>1.1-beta-7</version>
425 <properties>
426 <war.bundle>true</war.bundle>
427 </properties>
428 </dependency>
429
430 <dependency>
431 <groupId>commons-collections</groupId>
432 <artifactId>commons-collections</artifactId>
433 <version>2.1.1</version>
434 <url>http://jakarta.apache.org/commons/collections</url>
435 <properties>
436 <war.bundle>true</war.bundle>
437 </properties>
438 </dependency>
439
440 <!--dependency>
441 <groupId>proxool</groupId>
442 <artifactId>proxool</artifactId>
443 <version>0.8.3</version>
444 <properties>
445 <war.bundle>true</war.bundle>
446 </properties>
447 </dependency-->
448
449 <!--dependency>
450 <groupId>concurrent</groupId>
451 <artifactId>concurrent</artifactId>
452 <version>1.3.2</version>
453 <properties>
454 <war.bundle>true</war.bundle>
455 </properties>
456 </dependency-->
457
458 <!-- S2Hibernate -->
459
460 <dependency>
461 <groupId>aopalliance</groupId>
462 <artifactId>aopalliance</artifactId>
463 <version>1.0</version>
464 <properties>
465 <war.bundle>true</war.bundle>
466 </properties>
467 </dependency>
468 <dependency>
469 <groupId>geronimo-spec</groupId>
470 <artifactId>geronimo-spec-j2ee</artifactId>
471 <version>1.4-rc4</version>
472 <properties>
473 <war.bundle>true</war.bundle>
474 </properties>
475 </dependency>
476 <dependency>
477 <groupId>javassist</groupId>
478 <artifactId>javassist</artifactId>
479 <version>3.0</version>
480 <properties>
481 <war.bundle>true</war.bundle>
482 </properties>
483 </dependency>
484 <dependency>
485 <groupId>poi</groupId>
486 <artifactId>poi</artifactId>
487 <version>2.5.1-final-20040804</version>
488 <properties>
489 <war.bundle>true</war.bundle>
490 </properties>
491 </dependency>
492 <dependency>
493 <groupId>ognl</groupId>
494 <artifactId>ognl</artifactId>
495 <version>2.6.5</version>
496 <properties>
497 <war.bundle>true</war.bundle>
498 </properties>
499 </dependency>
500 <dependency>
501 <groupId>seasar</groupId>
502 <artifactId>s2-extension</artifactId>
503 <version>2.4.0-beta-1</version>
504 <properties>
505 <war.bundle>true</war.bundle>
506 </properties>
507 </dependency>
508 <dependency>
509 <groupId>seasar</groupId>
510 <artifactId>s2-framework</artifactId>
511 <version>2.4.0-beta-1</version>
512 <properties>
513 <war.bundle>true</war.bundle>
514 </properties>
515 </dependency>
516 <dependency>
517 <groupId>seasar</groupId>
518 <artifactId>s2-hibernate</artifactId>
519 <version>1.1.2</version>
520 <properties>
521 <war.bundle>true</war.bundle>
522 </properties>
523 </dependency>
524 <dependency>
525 <groupId>seasar</groupId>
526 <artifactId>s2-portlet</artifactId>
527 <version>1.0.0</version>
528 <properties>
529 <war.bundle>true</war.bundle>
530 </properties>
531 </dependency>
532
533
534 </dependencies>
535
536
537 <build>
538 <sourceDirectory>src/java</sourceDirectory>
539 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
540 <unitTest>
541 <includes>
542 <include>**/*Test.java</include>
543 </includes>
544 </unitTest>
545 <resources>
546 <resource>
547 <directory>${basedir}/src/java/</directory>
548 <includes>
549 <include>**/*.properties</include>
550 <include>**/*.xml</include>
551 <include>**/*.dicon</include>
552 </includes>
553 <filtering>false</filtering>
554 </resource>
555 </resources>
556 </build>
557
558 <reports>
559 <report>maven-jdepend-plugin</report>
560 <report>maven-checkstyle-plugin</report>
561 <report>maven-pmd-plugin</report>
562 <report>maven-changelog-plugin</report>
563 <report>maven-file-activity-plugin</report>
564 <report>maven-developer-activity-plugin</report>
565 <report>maven-license-plugin</report>
566 <report>maven-javadoc-plugin</report>
567 <report>maven-jxr-plugin</report>
568 <report>maven-junit-report-plugin</report>
569 <report>maven-tasklist-plugin</report>
570 </reports>
571 <properties/>
572 </project>

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