Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/addresslist/project.xml

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


Revision 1.15 - (hide annotations) (download) (as text)
Wed Sep 13 11:45:07 2006 UTC (17 years, 7 months ago) by shinsuke
Branch: MAIN
CVS Tags: ADDRESSLIST-RELEASE-0_3
Changes since 1.14: +7 -14 lines
File MIME type: application/xml
fixed release version and depended jar

1 shinsuke 1.1 <?xml version="1.0" encoding="UTF-8"?>
2     <!--
3 shinsuke 1.10 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 shinsuke 1.1 http://www.apache.org/licenses/LICENSE-2.0
10 shinsuke 1.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/09/07 03:06:43 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21 shinsuke 1.10 <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>addresslist</artifactId>
24 shinsuke 1.15 <currentVersion>0.3</currentVersion>
25 shinsuke 1.10 <name>Address List Portlet</name>
26     <description>Portlet to manage your address tasks</description>
27     <shortDescription>Address task management</shortDescription>
28    
29     <organization>
30     <name>Portal Application Laboratorycom</name>
31     <url>http://sourceforge.jp/projects/pal/</url>
32     <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
33     </organization>
34     <!-- If this project has a logo image, replace it -->
35     <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
36    
37     <issueTrackingUrl>
38     https://sourceforge.jp/projects/pal/tracker/
39     </issueTrackingUrl>
40     <siteAddress>shell.sourceforge.jp</siteAddress>
41     <siteDirectory>/home/groups/p/pa/pal/htdocs/addresslist</siteDirectory>
42     <distributionDirectory>
43     /home/groups/p/pa/pal/htdocs/distributions
44     </distributionDirectory>
45    
46     <repository>
47     <connection>
48     scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:addresslist
49     </connection>
50     <developerConnection>
51     scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:addresslist
52     </developerConnection>
53     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/addresslist</url>
54     </repository>
55    
56     <mailingLists>
57     <mailingList>
58     <name>CVS Notification List</name>
59     <subscribe>
60     http://lists.sourceforge.jp/mailman/listinfo/pal-cvs
61     </subscribe>
62     <unsubscribe>
63     http://lists.sourceforge.jp/mailman/listinfo/pal-cvs
64     </unsubscribe>
65     <archive>
66     http://lists.sourceforge.jp/mailman/archives/pal-cvs/
67     </archive>
68     </mailingList>
69     </mailingLists>
70    
71     <developers>
72     <developer>
73     <name>Shinsuke Sugaya</name>
74     <id>shinsuke</id>
75     <email>shinsuke@users.sourceforge.jp</email>
76     <organization>marevol.com</organization>
77     <roles>
78     <role>Java Developer</role>
79     </roles>
80     <timezone>+9</timezone>
81     </developer>
82     </developers>
83    
84     <dependencies>
85     <dependency>
86     <groupId>hsqldb</groupId>
87     <artifactId>hsqldb</artifactId>
88     <version>1.7.3.3</version>
89     <properties>
90     <war.bundle>true</war.bundle>
91     </properties>
92     </dependency>
93     <!--
94     <dependency>
95     <groupId>mysql</groupId>
96     <artifactId>mysql-connector-java</artifactId>
97     <version>3.0.10</version>
98     <properties>
99     <war.bundle>true</war.bundle>
100     </properties>
101     </dependency>
102     -->
103    
104     <dependency>
105 shinsuke 1.14 <groupId>pal</groupId>
106     <artifactId>bridges-myfaces</artifactId>
107 shinsuke 1.15 <version>0.8</version>
108 shinsuke 1.14 <type>jar</type>
109     <properties>
110     <war.bundle>true</war.bundle>
111     </properties>
112     </dependency>
113    
114     <dependency>
115 shinsuke 1.10 <groupId>marevol</groupId>
116     <artifactId>marevol-utils</artifactId>
117     <version>0.1.2</version>
118     <type>jar</type>
119     <properties>
120     <war.bundle>true</war.bundle>
121     </properties>
122     </dependency>
123     <dependency>
124     <groupId>marevol</groupId>
125     <artifactId>marevol-faces-utils</artifactId>
126 shinsuke 1.11 <version>0.3</version>
127 shinsuke 1.10 <type>jar</type>
128     <properties>
129     <war.bundle>true</war.bundle>
130     </properties>
131     </dependency>
132    
133     <dependency>
134     <groupId>org.apache.portals.bridges</groupId>
135     <artifactId>portals-bridges-portletfilter</artifactId>
136     <version>1.0</version>
137     <type>jar</type>
138     <properties>
139     <war.bundle>true</war.bundle>
140     </properties>
141     </dependency>
142    
143     <dependency>
144     <id>servletapi</id>
145     <version>2.3</version>
146     <properties>
147     <war.bundle>false</war.bundle>
148     </properties>
149     </dependency>
150     <dependency>
151     <groupId>portlet-api</groupId>
152     <artifactId>portlet-api</artifactId>
153     <version>1.0</version>
154     <properties>
155     <war.bundle>false</war.bundle>
156     </properties>
157     </dependency>
158     <dependency>
159     <groupId>jstl</groupId>
160     <artifactId>jstl</artifactId>
161     <version>1.1.2</version>
162     <properties>
163     <war.bundle>true</war.bundle>
164     </properties>
165     </dependency>
166    
167     <dependency>
168     <id>log4j</id>
169     <version>1.2.13</version>
170     <properties>
171 shinsuke 1.15 <war.bundle>false</war.bundle>
172 shinsuke 1.10 </properties>
173     </dependency>
174    
175     <dependency>
176     <groupId>org.apache.myfaces.tomahawk</groupId>
177     <artifactId>tomahawk</artifactId>
178     <version>1.1.3</version>
179     <type>jar</type>
180     <properties>
181     <war.bundle>true</war.bundle>
182     </properties>
183     </dependency>
184    
185     <dependency>
186     <groupId>commons-beanutils</groupId>
187     <artifactId>commons-beanutils</artifactId>
188     <version>1.7.0</version>
189     <url>http://jakarta.apache.org/commons/beanutils</url>
190     <properties>
191     <war.bundle>true</war.bundle>
192     </properties>
193     </dependency>
194     <dependency>
195     <groupId>commons-collections</groupId>
196     <artifactId>commons-collections</artifactId>
197     <version>2.1.1</version>
198     <url>http://jakarta.apache.org/commons/collections</url>
199     <properties>
200     <war.bundle>true</war.bundle>
201     </properties>
202     </dependency>
203     <dependency>
204     <groupId>commons-codec</groupId>
205     <artifactId>commons-codec</artifactId>
206     <version>1.3</version>
207     <url>http://jakarta.apache.org/commons/codec/</url>
208     <properties>
209     <war.bundle>true</war.bundle>
210     </properties>
211     </dependency>
212     <dependency>
213     <groupId>commons-digester</groupId>
214     <artifactId>commons-digester</artifactId>
215     <version>1.5</version>
216     <url>http://jakarta.apache.org/commons/digester</url>
217     <properties>
218     <war.bundle>true</war.bundle>
219     </properties>
220     </dependency>
221     <dependency>
222     <groupId>commons-el</groupId>
223     <artifactId>commons-el</artifactId>
224     <version>1.0</version>
225     <url>http://jakarta.apache.org/commons/el/</url>
226     <properties>
227     <war.bundle>true</war.bundle>
228     </properties>
229     </dependency>
230 shinsuke 1.15 <!-- Address List does not have upload feature.
231     But ExtensionsPortletFilter depends on them -->
232 shinsuke 1.10 <dependency>
233     <groupId>commons-fileupload</groupId>
234     <artifactId>commons-fileupload</artifactId>
235     <version>1.1</version>
236     <properties>
237     <war.bundle>true</war.bundle>
238     </properties>
239     </dependency>
240     <dependency>
241     <groupId>commons-io</groupId>
242     <artifactId>commons-io</artifactId>
243     <version>1.1</version>
244     <properties>
245     <war.bundle>true</war.bundle>
246     </properties>
247     </dependency>
248     <dependency>
249     <groupId>commons-lang</groupId>
250     <artifactId>commons-lang</artifactId>
251     <version>2.1</version>
252     <url>http://jakarta.apache.org/commons/lang</url>
253     <properties>
254     <war.bundle>true</war.bundle>
255     </properties>
256     </dependency>
257     <dependency>
258     <groupId>commons-logging</groupId>
259     <artifactId>commons-logging</artifactId>
260     <version>1.0.4</version>
261     <url>http://jakarta.apache.org/commons/logging</url>
262     <properties>
263     <war.bundle>true</war.bundle>
264     </properties>
265     </dependency>
266     <dependency>
267     <groupId>commons-validator</groupId>
268     <artifactId>commons-validator</artifactId>
269     <version>1.2.0</version>
270     <url>http://jakarta.apache.org/commons/validator/</url>
271     <properties>
272     <war.bundle>true</war.bundle>
273     </properties>
274     </dependency>
275    
276     <dependency>
277     <groupId>oro</groupId>
278     <artifactId>oro</artifactId>
279     <version>2.0.8</version>
280     <properties>
281     <war.bundle>true</war.bundle>
282     </properties>
283     </dependency>
284    
285     <!-- Hibernate -->
286    
287     <dependency>
288     <groupId>hibernate</groupId>
289     <artifactId>hibernate</artifactId>
290     <version>3.1.2</version>
291     <properties>
292     <war.bundle>true</war.bundle>
293     </properties>
294     </dependency>
295    
296     <dependency>
297     <groupId>ehcache</groupId>
298     <artifactId>ehcache</artifactId>
299     <version>1.1</version>
300     <properties>
301     <war.bundle>true</war.bundle>
302     </properties>
303     </dependency>
304    
305     <!--dependency>
306     <groupId>swarmcache</groupId>
307     <artifactId>swarmcache</artifactId>
308     <version>1.0RC2</version>
309     <properties>
310     <war.bundle>true</war.bundle>
311     </properties>
312     </dependency-->
313    
314     <!--dependency>
315     <groupId>jboss</groupId>
316     <artifactId>jboss-cache</artifactId>
317     <version>1.2.2</version>
318     <properties>
319     <war.bundle>true</war.bundle>
320     </properties>
321     </dependency-->
322    
323     <!--dependency>
324     <groupId>jgroups</groupId>
325     <artifactId>jgroups-all</artifactId>
326     <version>2.2.8</version>
327     <properties>
328     <war.bundle>true</war.bundle>
329     </properties>
330     </dependency-->
331    
332     <dependency>
333     <groupId>jta</groupId>
334     <artifactId>jta</artifactId>
335     <version>1.0.1B</version>
336     <properties>
337     <war.bundle>true</war.bundle>
338     </properties>
339     </dependency>
340    
341     <!--dependency>
342     <groupId>c3p0</groupId>
343     <artifactId>c3p0</artifactId>
344     <version>0.9.0</version>
345     <properties>
346     <war.bundle>true</war.bundle>
347     </properties>
348     </dependency-->
349    
350     <!--dependency>
351     <groupId>j2ee</groupId>
352     <artifactId>connector</artifactId>
353     <version>1.0</version>
354     <properties>
355     <war.bundle>true</war.bundle>
356     </properties>
357     </dependency-->
358    
359     <!--dependency>
360     <groupId>jboss</groupId>
361     <artifactId>jboss-system</artifactId>
362     <version>4.0.2</version>
363     <properties>
364     <war.bundle>true</war.bundle>
365     </properties>
366     </dependency-->
367    
368     <dependency>
369     <groupId>asm</groupId>
370     <artifactId>asm-attrs</artifactId>
371     <version>1.5.3</version>
372     <properties>
373     <war.bundle>true</war.bundle>
374     </properties>
375     </dependency>
376    
377     <!--dependency>
378     <groupId>j2ee</groupId>
379     <artifactId>jacc</artifactId>
380     <version>1_0-fr</version>
381     <properties>
382     <war.bundle>true</war.bundle>
383     </properties>
384     </dependency-->
385    
386     <dependency>
387     <groupId>dom4j</groupId>
388     <artifactId>dom4j</artifactId>
389     <version>1.6.1</version>
390     <properties>
391     <war.bundle>true</war.bundle>
392     </properties>
393     </dependency>
394    
395     <dependency>
396     <groupId>antlr</groupId>
397     <artifactId>antlr</artifactId>
398     <version>2.7.6rc1</version>
399     <properties>
400     <war.bundle>true</war.bundle>
401     </properties>
402     </dependency>
403    
404     <dependency>
405     <groupId>cglib</groupId>
406     <artifactId>cglib</artifactId>
407     <version>2.1_3</version>
408     <properties>
409     <war.bundle>true</war.bundle>
410     </properties>
411     </dependency>
412    
413     <!--dependency>
414     <groupId>jboss</groupId>
415     <artifactId>jboss-common</artifactId>
416     <version>4.0.2</version>
417     <properties>
418     <war.bundle>true</war.bundle>
419     </properties>
420     </dependency-->
421    
422     <dependency>
423     <groupId>asm</groupId>
424     <artifactId>asm</artifactId>
425     <version>1.5.3</version>
426     <properties>
427     <war.bundle>true</war.bundle>
428     </properties>
429     </dependency>
430    
431     <!--dependency>
432     <groupId>opensymphony</groupId>
433     <artifactId>oscache</artifactId>
434     <version>2.1</version>
435     <properties>
436     <war.bundle>true</war.bundle>
437     </properties>
438     </dependency-->
439    
440     <!-- jaas.jar, jdbc2_0-stdext.jar -->
441    
442     <!--dependency>
443     <groupId>jboss</groupId>
444     <artifactId>jboss-jmx</artifactId>
445     <version>4.0.2</version>
446     <properties>
447     <war.bundle>true</war.bundle>
448     </properties>
449     </dependency-->
450    
451     <!-- xerces-2.6.2.jar -->
452    
453     <dependency>
454     <groupId>jaxen</groupId>
455     <artifactId>jaxen</artifactId>
456     <version>1.1-beta-7</version>
457     <properties>
458     <war.bundle>true</war.bundle>
459     </properties>
460     </dependency>
461    
462    
463    
464     <!--dependency>
465     <groupId>proxool</groupId>
466     <artifactId>proxool</artifactId>
467     <version>0.8.3</version>
468     <properties>
469     <war.bundle>true</war.bundle>
470     </properties>
471     </dependency-->
472    
473     <!--dependency>
474     <groupId>concurrent</groupId>
475     <artifactId>concurrent</artifactId>
476     <version>1.3.2</version>
477     <properties>
478     <war.bundle>true</war.bundle>
479     </properties>
480     </dependency-->
481    
482     <!-- Seasar2 -->
483    
484     <dependency>
485     <groupId>aopalliance</groupId>
486     <artifactId>aopalliance</artifactId>
487     <version>1.0</version>
488     <properties>
489     <war.bundle>true</war.bundle>
490     </properties>
491     </dependency>
492     <dependency>
493     <groupId>geronimo-spec</groupId>
494     <artifactId>geronimo-spec-j2ee</artifactId>
495     <version>1.4-rc4</version>
496     <properties>
497     <war.bundle>true</war.bundle>
498     </properties>
499     </dependency>
500     <dependency>
501     <groupId>javassist</groupId>
502     <artifactId>javassist</artifactId>
503     <version>3.0</version>
504     <properties>
505     <war.bundle>true</war.bundle>
506     </properties>
507     </dependency>
508     <dependency>
509     <groupId>poi</groupId>
510     <artifactId>poi</artifactId>
511     <version>2.5.1-final-20040804</version>
512     <properties>
513     <war.bundle>true</war.bundle>
514     </properties>
515     </dependency>
516     <dependency>
517     <groupId>ognl</groupId>
518     <artifactId>ognl</artifactId>
519     <version>2.6.7</version>
520     <properties>
521     <war.bundle>true</war.bundle>
522     </properties>
523     </dependency>
524     <dependency>
525     <groupId>seasar</groupId>
526     <artifactId>s2-extension</artifactId>
527 shinsuke 1.14 <version>2.4.0-rc-1</version>
528 shinsuke 1.10 <properties>
529     <war.bundle>true</war.bundle>
530     </properties>
531     </dependency>
532     <dependency>
533     <groupId>seasar</groupId>
534     <artifactId>s2-framework</artifactId>
535 shinsuke 1.14 <version>2.4.0-rc-1</version>
536 shinsuke 1.10 <properties>
537     <war.bundle>true</war.bundle>
538     </properties>
539     </dependency>
540     <dependency>
541     <groupId>seasar</groupId>
542     <artifactId>s2-hibernate</artifactId>
543     <version>1.1.2</version>
544     <properties>
545     <war.bundle>true</war.bundle>
546     </properties>
547     </dependency>
548     <dependency>
549     <groupId>seasar</groupId>
550     <artifactId>s2-portlet</artifactId>
551 shinsuke 1.14 <version>1.0.3</version>
552 shinsuke 1.10 <properties>
553     <war.bundle>true</war.bundle>
554     </properties>
555     </dependency>
556     <dependency>
557     <groupId>seasar</groupId>
558 shinsuke 1.14 <artifactId>s2-portlet-hibernate</artifactId>
559     <version>1.0.3</version>
560 shinsuke 1.10 <properties>
561     <war.bundle>true</war.bundle>
562     </properties>
563     </dependency>
564    
565     <dependency>
566     <groupId>org.seasar.teeda</groupId>
567     <artifactId>teeda-core</artifactId>
568 shinsuke 1.15 <version>1.0-beta-5.4</version>
569 shinsuke 1.10 <properties>
570     <war.bundle>true</war.bundle>
571     </properties>
572     </dependency>
573 shinsuke 1.1
574 shinsuke 1.10 </dependencies>
575 shinsuke 1.1
576    
577     <build>
578 shinsuke 1.10 <defaultGoal>war:war</defaultGoal>
579     <sourceDirectory>src/java</sourceDirectory>
580     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
581     <unitTest>
582     <includes>
583     <include>**/*Test.java</include>
584     </includes>
585     </unitTest>
586     <resources>
587     <resource>
588     <directory>${basedir}/src/java/</directory>
589     <includes>
590     <include>**/*.properties</include>
591     <include>**/*.xml</include>
592     <include>**/*.dicon</include>
593     </includes>
594     <filtering>false</filtering>
595     </resource>
596     </resources>
597 shinsuke 1.1 </build>
598    
599 shinsuke 1.10 <reports>
600     <report>maven-jdepend-plugin</report>
601     <report>maven-checkstyle-plugin</report>
602     <report>maven-pmd-plugin</report>
603     <report>maven-changelog-plugin</report>
604     <report>maven-file-activity-plugin</report>
605     <report>maven-developer-activity-plugin</report>
606     <report>maven-license-plugin</report>
607     <report>maven-javadoc-plugin</report>
608     <report>maven-jxr-plugin</report>
609     <report>maven-junit-report-plugin</report>
610     <report>maven-tasklist-plugin</report>
611     </reports>
612     <properties />
613 shinsuke 1.1 </project>

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