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.14 - (show annotations) (download) (as text)
Fri Mar 24 22:10:18 2006 UTC (18 years ago) by shinsuke
Branch: MAIN
Changes since 1.13: +12 -30 lines
File MIME type: application/xml
replaced with S2Portlet

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

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