Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/todolist/project.xml

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


Revision 1.3 - (hide annotations) (download) (as text)
Sat Feb 4 12:41:37 2006 UTC (18 years, 2 months ago) by shinsuke
Branch: MAIN
Changes since 1.2: +43 -37 lines
File MIME type: application/xml
changed to snapshot version, updated hibernate and seasar2

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

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