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.4 - (show annotations) (download) (as text)
Tue Nov 15 23:44:25 2005 UTC (18 years, 4 months ago) by shinsuke
Branch: MAIN
Changes since 1.3: +2 -2 lines
File MIME type: application/xml
replaced with pal's myfaces bridge

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.3 2005/11/12 00:18:37 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>logviewer</artifactId>
24 <currentVersion>1.0-SNAPSHOT</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-SNAPSHOT</version>
77 <type>jar</type>
78 <properties>
79 <war.bundle>true</war.bundle>
80 </properties>
81 </dependency>
82
83 <dependency>
84 <groupId>marevol</groupId>
85 <artifactId>marevol-utils</artifactId>
86 <version>0.1-SNAPSHOT</version>
87 <type>jar</type>
88 <properties>
89 <war.bundle>true</war.bundle>
90 </properties>
91 </dependency>
92
93 <dependency>
94 <groupId>marevol</groupId>
95 <artifactId>hibernate-utils</artifactId>
96 <version>0.1-SNAPSHOT</version>
97 <type>jar</type>
98 <properties>
99 <war.bundle>true</war.bundle>
100 </properties>
101 </dependency>
102
103 <dependency>
104 <groupId>jetspeed2</groupId>
105 <artifactId>jetspeed-api</artifactId>
106 <version>${jetspeed.version}</version>
107 <type>jar</type>
108 <properties>
109 <war.bundle>false</war.bundle>
110 </properties>
111 </dependency>
112 <dependency>
113 <id>jetspeed-header-resource</id>
114 <groupId>jetspeed2</groupId>
115 <version>${jetspeed.version}</version>
116 <properties>
117 <war.bundle>false</war.bundle>
118 </properties>
119 </dependency>
120
121
122 <dependency>
123 <id>servletapi</id>
124 <version>2.3</version>
125 <properties>
126 <war.bundle>false</war.bundle>
127 </properties>
128 </dependency>
129 <dependency>
130 <groupId>portlet-api</groupId>
131 <artifactId>portlet-api</artifactId>
132 <version>1.0</version>
133 <properties>
134 <war.bundle>false</war.bundle>
135 </properties>
136 </dependency>
137 <!-- warred jars -->
138 <dependency>
139 <groupId>commons-beanutils</groupId>
140 <artifactId>commons-beanutils</artifactId>
141 <version>1.6.1</version>
142 <url>http://jakarta.apache.org/commons/beanutils.html</url>
143 <properties>
144 <war.bundle>true</war.bundle>
145 </properties>
146 </dependency>
147 <dependency>
148 <groupId>commons-codec</groupId>
149 <artifactId>commons-codec</artifactId>
150 <version>1.2</version>
151 <url>http://jakarta.apache.org/commons/codec/</url>
152 <properties>
153 <war.bundle>true</war.bundle>
154 </properties>
155 </dependency>
156 <dependency>
157 <groupId>commons-collections</groupId>
158 <artifactId>commons-collections</artifactId>
159 <version>2.1</version>
160 <url>http://jakarta.apache.org/commons/collections.html</url>
161 <properties>
162 <war.bundle>true</war.bundle>
163 </properties>
164 </dependency>
165 <dependency>
166 <groupId>commons-digester</groupId>
167 <artifactId>commons-digester</artifactId>
168 <version>1.5</version>
169 <url>http://jakarta.apache.org/commons/digester.html</url>
170 <properties>
171 <war.bundle>true</war.bundle>
172 </properties>
173 </dependency>
174 <dependency>
175 <groupId>commons-fileupload</groupId>
176 <artifactId>commons-fileupload</artifactId>
177 <version>1.0</version>
178 <properties>
179 <war.bundle>true</war.bundle>
180 </properties>
181 </dependency>
182 <dependency>
183 <id>log4j</id>
184 <version>1.2.9</version>
185 <properties>
186 <war.bundle>true</war.bundle>
187 </properties>
188 </dependency>
189
190 <dependency>
191 <groupId>myfaces</groupId>
192 <artifactId>myfaces-all</artifactId>
193 <version>1.1.0</version>
194 <properties>
195 <war.bundle>true</war.bundle>
196 </properties>
197 </dependency>
198
199 <dependency>
200 <groupId>commons-logging</groupId>
201 <artifactId>commons-logging</artifactId>
202 <version>1.0.4</version>
203 <url>http://jakarta.apache.org/commons/logging.html</url>
204 <properties>
205 <war.bundle>true</war.bundle>
206 </properties>
207 </dependency>
208 <dependency>
209 <groupId>commons-el</groupId>
210 <artifactId>commons-el</artifactId>
211 <version>1.0</version>
212 <url>http://jakarta.apache.org/commons/el/</url>
213 <properties>
214 <war.bundle>true</war.bundle>
215 </properties>
216 </dependency>
217
218 <dependency>
219 <groupId>hsqldb</groupId>
220 <artifactId>hsqldb</artifactId>
221 <version>1.7.3.3</version>
222 <properties>
223 <war.bundle>true</war.bundle>
224 </properties>
225 </dependency>
226 <!--
227 <dependency>
228 <groupId>mysql</groupId>
229 <artifactId>mysql-connector-java</artifactId>
230 <version>3.0.10</version>
231 <properties>
232 <war.bundle>true</war.bundle>
233 </properties>
234 </dependency>
235 -->
236 <!-- Hibernate -->
237 <dependency>
238 <groupId>hibernate</groupId>
239 <artifactId>hibernate</artifactId>
240 <version>3.0.5</version>
241 <properties>
242 <war.bundle>true</war.bundle>
243 </properties>
244 </dependency>
245
246 <dependency>
247 <groupId>ehcache</groupId>
248 <artifactId>ehcache</artifactId>
249 <version>1.1</version>
250 <properties>
251 <war.bundle>true</war.bundle>
252 </properties>
253 </dependency>
254
255 <dependency>
256 <groupId>swarmcache</groupId>
257 <artifactId>swarmcache</artifactId>
258 <version>1.0RC2</version>
259 <properties>
260 <war.bundle>true</war.bundle>
261 </properties>
262 </dependency>
263
264 <dependency>
265 <groupId>jboss</groupId>
266 <artifactId>jboss-cache</artifactId>
267 <version>1.2.2</version>
268 <properties>
269 <war.bundle>true</war.bundle>
270 </properties>
271 </dependency>
272
273 <dependency>
274 <groupId>jgroups</groupId>
275 <artifactId>jgroups-all</artifactId>
276 <version>2.2.7</version>
277 <properties>
278 <war.bundle>true</war.bundle>
279 </properties>
280 </dependency>
281
282 <dependency>
283 <groupId>jta</groupId>
284 <artifactId>jta</artifactId>
285 <version>1.0.1B</version>
286 <properties>
287 <war.bundle>true</war.bundle>
288 </properties>
289 </dependency>
290
291 <dependency>
292 <groupId>c3p0</groupId>
293 <artifactId>c3p0</artifactId>
294 <version>0.8.5.2</version>
295 <properties>
296 <war.bundle>true</war.bundle>
297 </properties>
298 </dependency>
299
300 <dependency>
301 <groupId>j2ee</groupId>
302 <artifactId>connector</artifactId>
303 <version>1.0</version>
304 <properties>
305 <war.bundle>true</war.bundle>
306 </properties>
307 </dependency>
308
309 <dependency>
310 <groupId>jboss</groupId>
311 <artifactId>jboss-system</artifactId>
312 <version>4.0.2</version>
313 <properties>
314 <war.bundle>true</war.bundle>
315 </properties>
316 </dependency>
317
318 <dependency>
319 <groupId>asm</groupId>
320 <artifactId>asm-attrs</artifactId>
321 <version>1.5.3</version>
322 <properties>
323 <war.bundle>true</war.bundle>
324 </properties>
325 </dependency>
326
327 <dependency>
328 <groupId>j2ee</groupId>
329 <artifactId>jacc</artifactId>
330 <version>1_0-fr</version>
331 <properties>
332 <war.bundle>true</war.bundle>
333 </properties>
334 </dependency>
335
336 <dependency>
337 <groupId>dom4j</groupId>
338 <artifactId>dom4j</artifactId>
339 <version>1.6</version>
340 <properties>
341 <war.bundle>true</war.bundle>
342 </properties>
343 </dependency>
344
345 <dependency>
346 <groupId>hibernate</groupId>
347 <artifactId>antlr</artifactId>
348 <version>2.7.5H3</version>
349 <properties>
350 <war.bundle>true</war.bundle>
351 </properties>
352 </dependency>
353
354 <dependency>
355 <groupId>cglib</groupId>
356 <artifactId>cglib</artifactId>
357 <version>2.1</version>
358 <properties>
359 <war.bundle>true</war.bundle>
360 </properties>
361 </dependency>
362
363 <dependency>
364 <groupId>jboss</groupId>
365 <artifactId>jboss-common</artifactId>
366 <version>4.0.2</version>
367 <properties>
368 <war.bundle>true</war.bundle>
369 </properties>
370 </dependency>
371
372 <dependency>
373 <groupId>opensymphony</groupId>
374 <artifactId>oscache</artifactId>
375 <version>2.1</version>
376 <properties>
377 <war.bundle>true</war.bundle>
378 </properties>
379 </dependency>
380
381 <dependency>
382 <groupId>asm</groupId>
383 <artifactId>asm</artifactId>
384 <version>1.5.3</version>
385 <properties>
386 <war.bundle>true</war.bundle>
387 </properties>
388 </dependency>
389
390 <dependency>
391 <groupId>jboss</groupId>
392 <artifactId>jboss-jmx</artifactId>
393 <version>4.0.2</version>
394 <properties>
395 <war.bundle>true</war.bundle>
396 </properties>
397 </dependency>
398
399 <dependency>
400 <groupId>jaxen</groupId>
401 <artifactId>jaxen</artifactId>
402 <version>1.1-beta-4</version>
403 <properties>
404 <war.bundle>true</war.bundle>
405 </properties>
406 </dependency>
407
408 <dependency>
409 <groupId>proxool</groupId>
410 <artifactId>proxool</artifactId>
411 <version>0.8.3</version>
412 <properties>
413 <war.bundle>true</war.bundle>
414 </properties>
415 </dependency>
416
417 <dependency>
418 <groupId>concurrent</groupId>
419 <artifactId>concurrent</artifactId>
420 <version>1.3.4</version>
421 <properties>
422 <war.bundle>true</war.bundle>
423 </properties>
424 </dependency>
425
426 <!-- S2Hibernate -->
427 <!--
428 <dependency>
429 <groupId>aopalliance</groupId>
430 <artifactId>aopalliance</artifactId>
431 <version>1.0</version>
432 <properties>
433 <war.bundle>true</war.bundle>
434 </properties>
435 </dependency>
436 <dependency>
437 <groupId>javassist</groupId>
438 <artifactId>javassist</artifactId>
439 <version>3.0</version>
440 <properties>
441 <war.bundle>true</war.bundle>
442 </properties>
443 </dependency>
444 <dependency>
445 <groupId>poi</groupId>
446 <artifactId>poi</artifactId>
447 <version>2.5.1-final-20040804</version>
448 <properties>
449 <war.bundle>true</war.bundle>
450 </properties>
451 </dependency>
452 <dependency>
453 <groupId>ognl</groupId>
454 <artifactId>ognl</artifactId>
455 <version>2.6.5</version>
456 <properties>
457 <war.bundle>true</war.bundle>
458 </properties>
459 </dependency>
460 <dependency>
461 <groupId>seaser</groupId>
462 <artifactId>s2-extension</artifactId>
463 <version>2.2.9</version>
464 <properties>
465 <war.bundle>true</war.bundle>
466 </properties>
467 </dependency>
468 <dependency>
469 <groupId>seaser</groupId>
470 <artifactId>s2-framework</artifactId>
471 <version>2.2.9</version>
472 <properties>
473 <war.bundle>true</war.bundle>
474 </properties>
475 </dependency>
476 <dependency>
477 <groupId>seaser</groupId>
478 <artifactId>s2-hibernate</artifactId>
479 <version>1.1.0</version>
480 <properties>
481 <war.bundle>true</war.bundle>
482 </properties>
483 </dependency>
484 -->
485 </dependencies>
486
487
488 <build>
489 <sourceDirectory>src/java</sourceDirectory>
490 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
491 <unitTest>
492 <includes>
493 <include>**/*Test.java</include>
494 </includes>
495 </unitTest>
496 <resources>
497 <resource>
498 <directory>${basedir}/src/java/</directory>
499 <includes>
500 <include>**/*.properties</include>
501 <include>**/*.xml</include>
502 <include>**/*.dicon</include>
503 </includes>
504 <filtering>false</filtering>
505 </resource>
506 </resources>
507 </build>
508
509 <reports>
510 <report>maven-jdepend-plugin</report>
511 <report>maven-checkstyle-plugin</report>
512 <report>maven-pmd-plugin</report>
513 <report>maven-changelog-plugin</report>
514 <report>maven-file-activity-plugin</report>
515 <report>maven-developer-activity-plugin</report>
516 <report>maven-license-plugin</report>
517 <report>maven-javadoc-plugin</report>
518 <report>maven-jxr-plugin</report>
519 <report>maven-junit-report-plugin</report>
520 <report>maven-tasklist-plugin</report>
521 </reports>
522 <properties/>
523 </project>

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