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.15 - (hide annotations) (download) (as text)
Fri Apr 14 22:01:55 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
Changes since 1.14: +4 -4 lines
File MIME type: application/xml
updated s2portlet

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.15 $Id: project.xml,v 1.14 2006/03/24 22:10:18 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.13 <version>0.1.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 shinsuke 1.13 <version>0.2-SNAPSHOT</version>
95 shinsuke 1.9 <type>jar</type>
96     <properties>
97     <war.bundle>true</war.bundle>
98     </properties>
99     </dependency>
100 shinsuke 1.7
101 shinsuke 1.1
102     <dependency>
103 shinsuke 1.9 <groupId>org.apache.portals.jetspeed-2</groupId>
104 shinsuke 1.1 <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 shinsuke 1.9 <groupId>org.apache.portals.jetspeed-2</groupId>
113     <artifactId>jetspeed-header-resource</artifactId>
114 shinsuke 1.1 <version>${jetspeed.version}</version>
115     <properties>
116     <war.bundle>false</war.bundle>
117     </properties>
118     </dependency>
119    
120 shinsuke 1.9 <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 shinsuke 1.1
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 shinsuke 1.6
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 shinsuke 1.1 <dependency>
156     <groupId>commons-beanutils</groupId>
157     <artifactId>commons-beanutils</artifactId>
158     <version>1.6.1</version>
159 shinsuke 1.13 <url>http://jakarta.apache.org/commons/beanutils</url>
160 shinsuke 1.1 <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 shinsuke 1.13 <url>http://jakarta.apache.org/commons/digester</url>
178 shinsuke 1.1 <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 shinsuke 1.13 <version>1.2.13</version>
193 shinsuke 1.1 <properties>
194     <war.bundle>true</war.bundle>
195     </properties>
196     </dependency>
197    
198     <dependency>
199     <groupId>myfaces</groupId>
200     <artifactId>myfaces-all</artifactId>
201 shinsuke 1.5 <version>1.1.1</version>
202 shinsuke 1.1 <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 shinsuke 1.13 <url>http://jakarta.apache.org/commons/logging</url>
212 shinsuke 1.1 <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 shinsuke 1.9
226 shinsuke 1.1 <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 shinsuke 1.9 <!--
235 shinsuke 1.1 <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 shinsuke 1.9
245 shinsuke 1.1 <!-- Hibernate -->
246 shinsuke 1.11
247 shinsuke 1.1 <dependency>
248     <groupId>hibernate</groupId>
249     <artifactId>hibernate</artifactId>
250 shinsuke 1.11 <version>3.1.2</version>
251 shinsuke 1.1 <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 shinsuke 1.13 <!--dependency>
266 shinsuke 1.1 <groupId>swarmcache</groupId>
267     <artifactId>swarmcache</artifactId>
268     <version>1.0RC2</version>
269     <properties>
270     <war.bundle>true</war.bundle>
271     </properties>
272 shinsuke 1.13 </dependency-->
273 shinsuke 1.1
274 shinsuke 1.13 <!--dependency>
275 shinsuke 1.1 <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 shinsuke 1.13 </dependency-->
282 shinsuke 1.1
283 shinsuke 1.13 <!--dependency>
284 shinsuke 1.1 <groupId>jgroups</groupId>
285     <artifactId>jgroups-all</artifactId>
286 shinsuke 1.11 <version>2.2.8</version>
287 shinsuke 1.1 <properties>
288     <war.bundle>true</war.bundle>
289     </properties>
290 shinsuke 1.13 </dependency-->
291 shinsuke 1.1
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 shinsuke 1.13 <!--dependency>
302 shinsuke 1.1 <groupId>c3p0</groupId>
303     <artifactId>c3p0</artifactId>
304 shinsuke 1.11 <version>0.9.0</version>
305 shinsuke 1.1 <properties>
306     <war.bundle>true</war.bundle>
307     </properties>
308 shinsuke 1.13 </dependency-->
309 shinsuke 1.1
310 shinsuke 1.13 <!--dependency>
311 shinsuke 1.1 <groupId>j2ee</groupId>
312     <artifactId>connector</artifactId>
313     <version>1.0</version>
314     <properties>
315     <war.bundle>true</war.bundle>
316     </properties>
317 shinsuke 1.13 </dependency-->
318 shinsuke 1.1
319 shinsuke 1.13 <!--dependency>
320 shinsuke 1.1 <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 shinsuke 1.13 </dependency-->
327 shinsuke 1.1
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 shinsuke 1.13 <!--dependency>
338 shinsuke 1.1 <groupId>j2ee</groupId>
339     <artifactId>jacc</artifactId>
340     <version>1_0-fr</version>
341     <properties>
342     <war.bundle>true</war.bundle>
343     </properties>
344 shinsuke 1.13 </dependency-->
345 shinsuke 1.1
346     <dependency>
347     <groupId>dom4j</groupId>
348     <artifactId>dom4j</artifactId>
349 shinsuke 1.11 <version>1.6.1</version>
350 shinsuke 1.1 <properties>
351     <war.bundle>true</war.bundle>
352     </properties>
353     </dependency>
354    
355     <dependency>
356 shinsuke 1.11 <groupId>antlr</groupId>
357 shinsuke 1.1 <artifactId>antlr</artifactId>
358 shinsuke 1.11 <version>2.7.6rc1</version>
359 shinsuke 1.1 <properties>
360     <war.bundle>true</war.bundle>
361     </properties>
362     </dependency>
363    
364     <dependency>
365     <groupId>cglib</groupId>
366     <artifactId>cglib</artifactId>
367 shinsuke 1.11 <version>2.1_3</version>
368 shinsuke 1.1 <properties>
369     <war.bundle>true</war.bundle>
370     </properties>
371     </dependency>
372    
373 shinsuke 1.13 <!--dependency>
374 shinsuke 1.1 <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 shinsuke 1.13 </dependency-->
381 shinsuke 1.1
382     <dependency>
383 shinsuke 1.11 <groupId>asm</groupId>
384     <artifactId>asm</artifactId>
385     <version>1.5.3</version>
386 shinsuke 1.1 <properties>
387     <war.bundle>true</war.bundle>
388     </properties>
389     </dependency>
390    
391 shinsuke 1.13 <!--dependency>
392 shinsuke 1.11 <groupId>opensymphony</groupId>
393     <artifactId>oscache</artifactId>
394     <version>2.1</version>
395 shinsuke 1.1 <properties>
396     <war.bundle>true</war.bundle>
397     </properties>
398 shinsuke 1.13 </dependency-->
399 shinsuke 1.1
400 shinsuke 1.11 <!-- jaas.jar, jdbc2_0-stdext.jar -->
401    
402 shinsuke 1.13 <!--dependency>
403 shinsuke 1.1 <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 shinsuke 1.13 </dependency-->
410 shinsuke 1.1
411 shinsuke 1.11 <!-- xerces-2.6.2.jar -->
412    
413 shinsuke 1.1 <dependency>
414     <groupId>jaxen</groupId>
415     <artifactId>jaxen</artifactId>
416 shinsuke 1.11 <version>1.1-beta-7</version>
417 shinsuke 1.1 <properties>
418     <war.bundle>true</war.bundle>
419     </properties>
420     </dependency>
421    
422     <dependency>
423 shinsuke 1.11 <groupId>commons-collections</groupId>
424     <artifactId>commons-collections</artifactId>
425     <version>2.1.1</version>
426 shinsuke 1.13 <url>http://jakarta.apache.org/commons/collections</url>
427 shinsuke 1.1 <properties>
428     <war.bundle>true</war.bundle>
429     </properties>
430     </dependency>
431    
432 shinsuke 1.13 <!--dependency>
433 shinsuke 1.11 <groupId>proxool</groupId>
434     <artifactId>proxool</artifactId>
435     <version>0.8.3</version>
436 shinsuke 1.1 <properties>
437     <war.bundle>true</war.bundle>
438     </properties>
439 shinsuke 1.13 </dependency-->
440 shinsuke 1.1
441 shinsuke 1.13 <!--dependency>
442 shinsuke 1.11 <groupId>concurrent</groupId>
443     <artifactId>concurrent</artifactId>
444     <version>1.3.2</version>
445 shinsuke 1.9 <properties>
446     <war.bundle>true</war.bundle>
447     </properties>
448 shinsuke 1.13 </dependency-->
449 shinsuke 1.9
450 shinsuke 1.1 <!-- S2Hibernate -->
451 shinsuke 1.9
452 shinsuke 1.1 <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 shinsuke 1.11 <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 shinsuke 1.1 <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 shinsuke 1.9 <groupId>seasar</groupId>
494 shinsuke 1.1 <artifactId>s2-extension</artifactId>
495 shinsuke 1.15 <version>2.4.0-beta-1</version>
496 shinsuke 1.1 <properties>
497     <war.bundle>true</war.bundle>
498     </properties>
499     </dependency>
500     <dependency>
501 shinsuke 1.9 <groupId>seasar</groupId>
502 shinsuke 1.1 <artifactId>s2-framework</artifactId>
503 shinsuke 1.15 <version>2.4.0-beta-1</version>
504 shinsuke 1.1 <properties>
505     <war.bundle>true</war.bundle>
506     </properties>
507     </dependency>
508     <dependency>
509 shinsuke 1.9 <groupId>seasar</groupId>
510 shinsuke 1.1 <artifactId>s2-hibernate</artifactId>
511 shinsuke 1.11 <version>1.1.2</version>
512 shinsuke 1.1 <properties>
513     <war.bundle>true</war.bundle>
514     </properties>
515     </dependency>
516 shinsuke 1.14 <dependency>
517     <groupId>seasar</groupId>
518     <artifactId>s2-portlet</artifactId>
519 shinsuke 1.15 <version>1.0.0</version>
520 shinsuke 1.14 <properties>
521     <war.bundle>true</war.bundle>
522     </properties>
523     </dependency>
524    
525 shinsuke 1.9
526 shinsuke 1.1 </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