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.8 - (hide annotations) (download) (as text)
Thu Dec 29 04:40:32 2005 UTC (18 years, 3 months ago) by shinsuke
Branch: MAIN
Changes since 1.7: +4 -4 lines
File MIME type: application/xml
replaced with static results pages.

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

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