Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/logviewer/project.xml

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


Revision 1.10 - (hide annotations) (download) (as text)
Tue Jan 31 14:05:23 2006 UTC (18 years, 2 months ago) by shinsuke
Branch: MAIN
Changes since 1.9: +14 -5 lines
File MIME type: application/xml
tomcat combine log support

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

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