Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/blog/project.xml

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


Revision 1.19 - (hide annotations) (download) (as text)
Sat Feb 11 03:36:39 2006 UTC (18 years, 2 months ago) by shinsuke
Branch: MAIN
Changes since 1.18: +28 -28 lines
File MIME type: application/xml
removed unused jar

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.19 $Id: project.xml,v 1.18 2006/02/09 15:01:21 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>blog</artifactId>
24 shinsuke 1.18 <currentVersion>1.3-SNAPSHOT</currentVersion>
25 shinsuke 1.1 <name>Blog Portlet</name>
26     <description>Blog Portlet</description>
27     <shortDescription>Blog</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/blog</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:blog</connection>
36     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:blog</developerConnection>
37     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/blog</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 shinsuke 1.3 <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>marevol-utils</artifactId>
76 shinsuke 1.16 <version>0.1.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 shinsuke 1.14 <artifactId>marevol-faces-utils</artifactId>
85 shinsuke 1.15 <version>0.1</version>
86 shinsuke 1.14 <type>jar</type>
87     <properties>
88     <war.bundle>true</war.bundle>
89     </properties>
90     </dependency>
91     <dependency>
92     <groupId>marevol</groupId>
93 shinsuke 1.4 <artifactId>marevol-portlet-utils</artifactId>
94 shinsuke 1.15 <version>0.2</version>
95 shinsuke 1.4 <type>jar</type>
96     <properties>
97     <war.bundle>true</war.bundle>
98     </properties>
99     </dependency>
100     <dependency>
101     <groupId>marevol</groupId>
102 shinsuke 1.9 <artifactId>marevol-hibernate-utils</artifactId>
103 shinsuke 1.15 <version>0.3</version>
104 shinsuke 1.9 <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 shinsuke 1.19 <version>0.2-SNAPSHOT</version>
113 shinsuke 1.1 <type>jar</type>
114     <properties>
115     <war.bundle>true</war.bundle>
116     </properties>
117     </dependency>
118    
119     <dependency>
120 shinsuke 1.8 <groupId>org.apache.portals.bridges</groupId>
121 shinsuke 1.3 <artifactId>portals-bridges-common</artifactId>
122 shinsuke 1.8 <version>1.0</version>
123 shinsuke 1.1 <type>jar</type>
124     <properties>
125 shinsuke 1.3 <war.bundle>true</war.bundle>
126 shinsuke 1.1 </properties>
127     </dependency>
128     <dependency>
129     <id>jetspeed-header-resource</id>
130 shinsuke 1.7 <groupId>org.apache.portals.jetspeed-2</groupId>
131 shinsuke 1.1 <version>${jetspeed.version}</version>
132     <properties>
133     <war.bundle>false</war.bundle>
134     </properties>
135     </dependency>
136    
137 shinsuke 1.9 <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 shinsuke 1.1
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 shinsuke 1.5
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 shinsuke 1.1 <dependency>
173     <groupId>commons-beanutils</groupId>
174     <artifactId>commons-beanutils</artifactId>
175     <version>1.6.1</version>
176 shinsuke 1.5 <url>http://jakarta.apache.org/commons/beanutils</url>
177 shinsuke 1.1 <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 shinsuke 1.5 <url>http://jakarta.apache.org/commons/digester</url>
195 shinsuke 1.1 <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 shinsuke 1.19 <version>1.2.13</version>
210 shinsuke 1.1 <properties>
211     <war.bundle>true</war.bundle>
212     </properties>
213     </dependency>
214    
215     <dependency>
216     <groupId>myfaces</groupId>
217     <artifactId>myfaces-all</artifactId>
218 shinsuke 1.4 <version>1.1.1</version>
219 shinsuke 1.1 <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 shinsuke 1.5 <url>http://jakarta.apache.org/commons/logging</url>
229 shinsuke 1.1 <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 shinsuke 1.10 <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 shinsuke 1.1 <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 shinsuke 1.6 <!--
269 shinsuke 1.1 <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 shinsuke 1.6 -->
278 shinsuke 1.15
279 shinsuke 1.1 <!-- Hibernate -->
280 shinsuke 1.15
281 shinsuke 1.1 <dependency>
282     <groupId>hibernate</groupId>
283     <artifactId>hibernate</artifactId>
284 shinsuke 1.15 <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 shinsuke 1.19 <!--dependency>
300 shinsuke 1.1 <groupId>swarmcache</groupId>
301     <artifactId>swarmcache</artifactId>
302     <version>1.0RC2</version>
303     <properties>
304     <war.bundle>true</war.bundle>
305     </properties>
306 shinsuke 1.19 </dependency-->
307 shinsuke 1.1
308 shinsuke 1.19 <!--dependency>
309 shinsuke 1.1 <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 shinsuke 1.19 </dependency-->
316 shinsuke 1.1
317 shinsuke 1.19 <!--dependency>
318 shinsuke 1.1 <groupId>jgroups</groupId>
319     <artifactId>jgroups-all</artifactId>
320 shinsuke 1.15 <version>2.2.8</version>
321 shinsuke 1.1 <properties>
322     <war.bundle>true</war.bundle>
323     </properties>
324 shinsuke 1.19 </dependency-->
325 shinsuke 1.1
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 shinsuke 1.19 <!--dependency>
336 shinsuke 1.1 <groupId>c3p0</groupId>
337     <artifactId>c3p0</artifactId>
338 shinsuke 1.15 <version>0.9.0</version>
339 shinsuke 1.1 <properties>
340     <war.bundle>true</war.bundle>
341     </properties>
342 shinsuke 1.19 </dependency-->
343 shinsuke 1.1
344 shinsuke 1.19 <!--dependency>
345 shinsuke 1.1 <groupId>j2ee</groupId>
346     <artifactId>connector</artifactId>
347     <version>1.0</version>
348     <properties>
349     <war.bundle>true</war.bundle>
350     </properties>
351 shinsuke 1.19 </dependency-->
352 shinsuke 1.1
353 shinsuke 1.19 <!--dependency>
354 shinsuke 1.1 <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 shinsuke 1.19 </dependency-->
361 shinsuke 1.1
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 shinsuke 1.19 <!--dependency>
372 shinsuke 1.1 <groupId>j2ee</groupId>
373     <artifactId>jacc</artifactId>
374     <version>1_0-fr</version>
375     <properties>
376     <war.bundle>true</war.bundle>
377     </properties>
378 shinsuke 1.19 </dependency-->
379 shinsuke 1.1
380     <dependency>
381     <groupId>dom4j</groupId>
382     <artifactId>dom4j</artifactId>
383 shinsuke 1.15 <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.15 <groupId>antlr</groupId>
391 shinsuke 1.1 <artifactId>antlr</artifactId>
392 shinsuke 1.15 <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.15 <version>2.1_3</version>
402 shinsuke 1.1 <properties>
403     <war.bundle>true</war.bundle>
404     </properties>
405     </dependency>
406    
407 shinsuke 1.19 <!--dependency>
408 shinsuke 1.1 <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 shinsuke 1.19 </dependency-->
415 shinsuke 1.1
416     <dependency>
417 shinsuke 1.15 <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 shinsuke 1.19 <!--dependency>
426 shinsuke 1.15 <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 shinsuke 1.19 </dependency-->
433 shinsuke 1.1
434 shinsuke 1.15 <!-- jaas.jar, jdbc2_0-stdext.jar -->
435    
436 shinsuke 1.19 <!--dependency>
437 shinsuke 1.1 <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 shinsuke 1.19 </dependency-->
444 shinsuke 1.1
445 shinsuke 1.15 <!-- xerces-2.6.2.jar -->
446    
447 shinsuke 1.1 <dependency>
448     <groupId>jaxen</groupId>
449     <artifactId>jaxen</artifactId>
450 shinsuke 1.15 <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.15 <groupId>commons-collections</groupId>
458     <artifactId>commons-collections</artifactId>
459     <version>2.1.1</version>
460 shinsuke 1.19 <url>http://jakarta.apache.org/commons/collections</url>
461 shinsuke 1.1 <properties>
462     <war.bundle>true</war.bundle>
463     </properties>
464     </dependency>
465    
466 shinsuke 1.19 <!--dependency>
467 shinsuke 1.15 <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 shinsuke 1.19 </dependency-->
474 shinsuke 1.1
475 shinsuke 1.19 <!--dependency>
476 shinsuke 1.15 <groupId>concurrent</groupId>
477     <artifactId>concurrent</artifactId>
478     <version>1.3.2</version>
479 shinsuke 1.9 <properties>
480     <war.bundle>true</war.bundle>
481     </properties>
482 shinsuke 1.19 </dependency-->
483 shinsuke 1.9
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.15 <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.9 <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.15 <version>2.3.4</version>
530 shinsuke 1.9 <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.15 <version>2.3.4</version>
538 shinsuke 1.9 <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.15 <version>1.1.2</version>
546 shinsuke 1.9 <properties>
547     <war.bundle>true</war.bundle>
548     </properties>
549     </dependency>
550    
551 shinsuke 1.1 </dependencies>
552    
553    
554     <build>
555     <sourceDirectory>src/java</sourceDirectory>
556     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
557     <unitTest>
558     <includes>
559     <include>**/*Test.java</include>
560     </includes>
561     </unitTest>
562     <resources>
563     <resource>
564     <directory>${basedir}/src/java/</directory>
565     <includes>
566     <include>**/*.properties</include>
567     <include>**/*.xml</include>
568     <include>**/*.dicon</include>
569     </includes>
570     <filtering>false</filtering>
571     </resource>
572     </resources>
573     </build>
574    
575     <reports>
576     <report>maven-jdepend-plugin</report>
577     <report>maven-checkstyle-plugin</report>
578     <report>maven-pmd-plugin</report>
579     <report>maven-changelog-plugin</report>
580     <report>maven-file-activity-plugin</report>
581     <report>maven-developer-activity-plugin</report>
582     <report>maven-license-plugin</report>
583     <report>maven-javadoc-plugin</report>
584     <report>maven-jxr-plugin</report>
585     <report>maven-junit-report-plugin</report>
586     <report>maven-tasklist-plugin</report>
587     </reports>
588     <properties/>
589     </project>

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