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.9 - (hide annotations) (download) (as text)
Tue Jan 3 00:31:12 2006 UTC (18 years, 3 months ago) by shinsuke
Branch: MAIN
Changes since 1.8: +45 -17 lines
File MIME type: application/xml
replaced hibernate session management with s2hibernate(but conection pool issue occurs..)

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

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