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.12 - (hide annotations) (download) (as text)
Thu Feb 9 15:06:04 2006 UTC (18 years, 2 months ago) by shinsuke
Branch: MAIN
Changes since 1.11: +2 -2 lines
File MIME type: application/xml
updated to release version

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.12 $Id: project.xml,v 1.11 2006/02/01 14:24:28 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>logviewer</artifactId>
24 shinsuke 1.12 <currentVersion>1.0</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-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 shinsuke 1.11 <version>1.2.11</version>
220 shinsuke 1.1 <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 shinsuke 1.11
274 shinsuke 1.1 <dependency>
275     <groupId>hibernate</groupId>
276     <artifactId>hibernate</artifactId>
277 shinsuke 1.11 <version>3.1.2</version>
278 shinsuke 1.1 <properties>
279     <war.bundle>true</war.bundle>
280     </properties>
281     </dependency>
282    
283     <dependency>
284     <groupId>ehcache</groupId>
285     <artifactId>ehcache</artifactId>
286     <version>1.1</version>
287     <properties>
288     <war.bundle>true</war.bundle>
289     </properties>
290     </dependency>
291    
292     <dependency>
293     <groupId>swarmcache</groupId>
294     <artifactId>swarmcache</artifactId>
295     <version>1.0RC2</version>
296     <properties>
297     <war.bundle>true</war.bundle>
298     </properties>
299     </dependency>
300    
301     <dependency>
302     <groupId>jboss</groupId>
303     <artifactId>jboss-cache</artifactId>
304     <version>1.2.2</version>
305     <properties>
306     <war.bundle>true</war.bundle>
307     </properties>
308     </dependency>
309    
310     <dependency>
311     <groupId>jgroups</groupId>
312     <artifactId>jgroups-all</artifactId>
313 shinsuke 1.11 <version>2.2.8</version>
314 shinsuke 1.1 <properties>
315     <war.bundle>true</war.bundle>
316     </properties>
317     </dependency>
318    
319     <dependency>
320     <groupId>jta</groupId>
321     <artifactId>jta</artifactId>
322     <version>1.0.1B</version>
323     <properties>
324     <war.bundle>true</war.bundle>
325     </properties>
326     </dependency>
327    
328     <dependency>
329     <groupId>c3p0</groupId>
330     <artifactId>c3p0</artifactId>
331 shinsuke 1.11 <version>0.9.0</version>
332 shinsuke 1.1 <properties>
333     <war.bundle>true</war.bundle>
334     </properties>
335     </dependency>
336    
337     <dependency>
338     <groupId>j2ee</groupId>
339     <artifactId>connector</artifactId>
340     <version>1.0</version>
341     <properties>
342     <war.bundle>true</war.bundle>
343     </properties>
344     </dependency>
345    
346     <dependency>
347     <groupId>jboss</groupId>
348     <artifactId>jboss-system</artifactId>
349     <version>4.0.2</version>
350     <properties>
351     <war.bundle>true</war.bundle>
352     </properties>
353     </dependency>
354    
355     <dependency>
356     <groupId>asm</groupId>
357     <artifactId>asm-attrs</artifactId>
358     <version>1.5.3</version>
359     <properties>
360     <war.bundle>true</war.bundle>
361     </properties>
362     </dependency>
363    
364     <dependency>
365     <groupId>j2ee</groupId>
366     <artifactId>jacc</artifactId>
367     <version>1_0-fr</version>
368     <properties>
369     <war.bundle>true</war.bundle>
370     </properties>
371     </dependency>
372    
373     <dependency>
374     <groupId>dom4j</groupId>
375     <artifactId>dom4j</artifactId>
376 shinsuke 1.11 <version>1.6.1</version>
377 shinsuke 1.1 <properties>
378     <war.bundle>true</war.bundle>
379     </properties>
380     </dependency>
381    
382     <dependency>
383 shinsuke 1.11 <groupId>antlr</groupId>
384 shinsuke 1.1 <artifactId>antlr</artifactId>
385 shinsuke 1.11 <version>2.7.6rc1</version>
386 shinsuke 1.1 <properties>
387     <war.bundle>true</war.bundle>
388     </properties>
389     </dependency>
390    
391     <dependency>
392     <groupId>cglib</groupId>
393     <artifactId>cglib</artifactId>
394 shinsuke 1.11 <version>2.1_3</version>
395 shinsuke 1.1 <properties>
396     <war.bundle>true</war.bundle>
397     </properties>
398     </dependency>
399    
400     <dependency>
401     <groupId>jboss</groupId>
402     <artifactId>jboss-common</artifactId>
403     <version>4.0.2</version>
404     <properties>
405     <war.bundle>true</war.bundle>
406     </properties>
407     </dependency>
408    
409     <dependency>
410 shinsuke 1.11 <groupId>asm</groupId>
411     <artifactId>asm</artifactId>
412     <version>1.5.3</version>
413 shinsuke 1.1 <properties>
414     <war.bundle>true</war.bundle>
415     </properties>
416     </dependency>
417    
418     <dependency>
419 shinsuke 1.11 <groupId>opensymphony</groupId>
420     <artifactId>oscache</artifactId>
421     <version>2.1</version>
422 shinsuke 1.1 <properties>
423     <war.bundle>true</war.bundle>
424     </properties>
425     </dependency>
426    
427 shinsuke 1.11 <!-- jaas.jar, jdbc2_0-stdext.jar -->
428    
429 shinsuke 1.1 <dependency>
430     <groupId>jboss</groupId>
431     <artifactId>jboss-jmx</artifactId>
432     <version>4.0.2</version>
433     <properties>
434     <war.bundle>true</war.bundle>
435     </properties>
436     </dependency>
437    
438 shinsuke 1.11 <!-- xerces-2.6.2.jar -->
439    
440 shinsuke 1.1 <dependency>
441     <groupId>jaxen</groupId>
442     <artifactId>jaxen</artifactId>
443 shinsuke 1.11 <version>1.1-beta-7</version>
444 shinsuke 1.1 <properties>
445     <war.bundle>true</war.bundle>
446     </properties>
447     </dependency>
448    
449     <dependency>
450 shinsuke 1.11 <groupId>commons-collections</groupId>
451     <artifactId>commons-collections</artifactId>
452     <version>2.1.1</version>
453     <url>http://jakarta.apache.org/commons/collections.html</url>
454 shinsuke 1.1 <properties>
455     <war.bundle>true</war.bundle>
456     </properties>
457     </dependency>
458    
459     <dependency>
460 shinsuke 1.11 <groupId>proxool</groupId>
461     <artifactId>proxool</artifactId>
462     <version>0.8.3</version>
463 shinsuke 1.1 <properties>
464     <war.bundle>true</war.bundle>
465     </properties>
466     </dependency>
467    
468 shinsuke 1.9 <dependency>
469 shinsuke 1.11 <groupId>concurrent</groupId>
470     <artifactId>concurrent</artifactId>
471     <version>1.3.2</version>
472 shinsuke 1.9 <properties>
473     <war.bundle>true</war.bundle>
474     </properties>
475     </dependency>
476    
477 shinsuke 1.1 <!-- S2Hibernate -->
478 shinsuke 1.9
479 shinsuke 1.1 <dependency>
480     <groupId>aopalliance</groupId>
481     <artifactId>aopalliance</artifactId>
482     <version>1.0</version>
483     <properties>
484     <war.bundle>true</war.bundle>
485     </properties>
486     </dependency>
487     <dependency>
488 shinsuke 1.11 <groupId>geronimo-spec</groupId>
489     <artifactId>geronimo-spec-j2ee</artifactId>
490     <version>1.4-rc4</version>
491     <properties>
492     <war.bundle>true</war.bundle>
493     </properties>
494     </dependency>
495     <dependency>
496 shinsuke 1.1 <groupId>javassist</groupId>
497     <artifactId>javassist</artifactId>
498     <version>3.0</version>
499     <properties>
500     <war.bundle>true</war.bundle>
501     </properties>
502     </dependency>
503     <dependency>
504     <groupId>poi</groupId>
505     <artifactId>poi</artifactId>
506     <version>2.5.1-final-20040804</version>
507     <properties>
508     <war.bundle>true</war.bundle>
509     </properties>
510     </dependency>
511     <dependency>
512     <groupId>ognl</groupId>
513     <artifactId>ognl</artifactId>
514     <version>2.6.5</version>
515     <properties>
516     <war.bundle>true</war.bundle>
517     </properties>
518     </dependency>
519     <dependency>
520 shinsuke 1.9 <groupId>seasar</groupId>
521 shinsuke 1.1 <artifactId>s2-extension</artifactId>
522 shinsuke 1.11 <version>2.3.4</version>
523 shinsuke 1.1 <properties>
524     <war.bundle>true</war.bundle>
525     </properties>
526     </dependency>
527     <dependency>
528 shinsuke 1.9 <groupId>seasar</groupId>
529 shinsuke 1.1 <artifactId>s2-framework</artifactId>
530 shinsuke 1.11 <version>2.3.4</version>
531 shinsuke 1.1 <properties>
532     <war.bundle>true</war.bundle>
533     </properties>
534     </dependency>
535     <dependency>
536 shinsuke 1.9 <groupId>seasar</groupId>
537 shinsuke 1.1 <artifactId>s2-hibernate</artifactId>
538 shinsuke 1.11 <version>1.1.2</version>
539 shinsuke 1.1 <properties>
540     <war.bundle>true</war.bundle>
541     </properties>
542     </dependency>
543 shinsuke 1.9
544 shinsuke 1.1 </dependencies>
545    
546    
547     <build>
548     <sourceDirectory>src/java</sourceDirectory>
549     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
550     <unitTest>
551     <includes>
552     <include>**/*Test.java</include>
553     </includes>
554     </unitTest>
555     <resources>
556     <resource>
557     <directory>${basedir}/src/java/</directory>
558     <includes>
559     <include>**/*.properties</include>
560     <include>**/*.xml</include>
561     <include>**/*.dicon</include>
562     </includes>
563     <filtering>false</filtering>
564     </resource>
565     </resources>
566     </build>
567    
568     <reports>
569     <report>maven-jdepend-plugin</report>
570     <report>maven-checkstyle-plugin</report>
571     <report>maven-pmd-plugin</report>
572     <report>maven-changelog-plugin</report>
573     <report>maven-file-activity-plugin</report>
574     <report>maven-developer-activity-plugin</report>
575     <report>maven-license-plugin</report>
576     <report>maven-javadoc-plugin</report>
577     <report>maven-jxr-plugin</report>
578     <report>maven-junit-report-plugin</report>
579     <report>maven-tasklist-plugin</report>
580     </reports>
581     <properties/>
582     </project>

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