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.12 - (hide annotations) (download) (as text)
Mon Jan 9 08:48:06 2006 UTC (18 years, 3 months ago) by shinsuke
Branch: MAIN
CVS Tags: BLOG-RELEASE-1_1
Changes since 1.11: +3 -3 lines
File MIME type: application/xml
changed fixed version

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.12 $Id: project.xml,v 1.11 2006/01/09 07:43:58 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>blog</artifactId>
24 shinsuke 1.11 <currentVersion>1.1</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.8 <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 shinsuke 1.4 <artifactId>marevol-portlet-utils</artifactId>
85 shinsuke 1.8 <version>0.1</version>
86 shinsuke 1.4 <type>jar</type>
87     <properties>
88     <war.bundle>true</war.bundle>
89     </properties>
90     </dependency>
91     <dependency>
92     <groupId>marevol</groupId>
93 shinsuke 1.9 <artifactId>marevol-hibernate-utils</artifactId>
94 shinsuke 1.12 <version>0.2</version>
95 shinsuke 1.9 <type>jar</type>
96     <properties>
97     <war.bundle>true</war.bundle>
98     </properties>
99     </dependency>
100     <dependency>
101     <groupId>marevol</groupId>
102     <artifactId>marevol-seasar-utils</artifactId>
103 shinsuke 1.12 <version>0.1</version>
104 shinsuke 1.1 <type>jar</type>
105     <properties>
106     <war.bundle>true</war.bundle>
107     </properties>
108     </dependency>
109    
110     <dependency>
111 shinsuke 1.8 <groupId>org.apache.portals.bridges</groupId>
112 shinsuke 1.3 <artifactId>portals-bridges-common</artifactId>
113 shinsuke 1.8 <version>1.0</version>
114 shinsuke 1.1 <type>jar</type>
115     <properties>
116 shinsuke 1.3 <war.bundle>true</war.bundle>
117 shinsuke 1.1 </properties>
118     </dependency>
119     <dependency>
120     <id>jetspeed-header-resource</id>
121 shinsuke 1.7 <groupId>org.apache.portals.jetspeed-2</groupId>
122 shinsuke 1.1 <version>${jetspeed.version}</version>
123     <properties>
124     <war.bundle>false</war.bundle>
125     </properties>
126     </dependency>
127    
128 shinsuke 1.9 <dependency>
129     <groupId>org.apache.portals.bridges</groupId>
130     <artifactId>portals-bridges-portletfilter</artifactId>
131     <version>1.0</version>
132     <type>jar</type>
133     <properties>
134     <war.bundle>true</war.bundle>
135     </properties>
136     </dependency>
137 shinsuke 1.1
138     <dependency>
139     <id>servletapi</id>
140     <version>2.3</version>
141     <properties>
142     <war.bundle>false</war.bundle>
143     </properties>
144     </dependency>
145     <dependency>
146     <groupId>portlet-api</groupId>
147     <artifactId>portlet-api</artifactId>
148     <version>1.0</version>
149     <properties>
150     <war.bundle>false</war.bundle>
151     </properties>
152     </dependency>
153 shinsuke 1.5
154     <dependency>
155     <groupId>commons-lang</groupId>
156     <artifactId>commons-lang</artifactId>
157     <version>2.1</version>
158     <url>http://jakarta.apache.org/commons/lang</url>
159     <properties>
160     <war.bundle>true</war.bundle>
161     </properties>
162     </dependency>
163 shinsuke 1.1 <dependency>
164     <groupId>commons-beanutils</groupId>
165     <artifactId>commons-beanutils</artifactId>
166     <version>1.6.1</version>
167 shinsuke 1.5 <url>http://jakarta.apache.org/commons/beanutils</url>
168 shinsuke 1.1 <properties>
169     <war.bundle>true</war.bundle>
170     </properties>
171     </dependency>
172     <dependency>
173     <groupId>commons-codec</groupId>
174     <artifactId>commons-codec</artifactId>
175     <version>1.2</version>
176     <url>http://jakarta.apache.org/commons/codec/</url>
177     <properties>
178     <war.bundle>true</war.bundle>
179     </properties>
180     </dependency>
181     <dependency>
182     <groupId>commons-collections</groupId>
183     <artifactId>commons-collections</artifactId>
184     <version>2.1</version>
185 shinsuke 1.5 <url>http://jakarta.apache.org/commons/collections</url>
186 shinsuke 1.1 <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     <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 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.1 <!-- Hibernate -->
279     <dependency>
280     <groupId>hibernate</groupId>
281     <artifactId>hibernate</artifactId>
282     <version>3.0.5</version>
283     <properties>
284     <war.bundle>true</war.bundle>
285     </properties>
286     </dependency>
287    
288     <dependency>
289     <groupId>ehcache</groupId>
290     <artifactId>ehcache</artifactId>
291     <version>1.1</version>
292     <properties>
293     <war.bundle>true</war.bundle>
294     </properties>
295     </dependency>
296    
297     <dependency>
298     <groupId>swarmcache</groupId>
299     <artifactId>swarmcache</artifactId>
300     <version>1.0RC2</version>
301     <properties>
302     <war.bundle>true</war.bundle>
303     </properties>
304     </dependency>
305    
306     <dependency>
307     <groupId>jboss</groupId>
308     <artifactId>jboss-cache</artifactId>
309     <version>1.2.2</version>
310     <properties>
311     <war.bundle>true</war.bundle>
312     </properties>
313     </dependency>
314    
315     <dependency>
316     <groupId>jgroups</groupId>
317     <artifactId>jgroups-all</artifactId>
318     <version>2.2.7</version>
319     <properties>
320     <war.bundle>true</war.bundle>
321     </properties>
322     </dependency>
323    
324     <dependency>
325     <groupId>jta</groupId>
326     <artifactId>jta</artifactId>
327     <version>1.0.1B</version>
328     <properties>
329     <war.bundle>true</war.bundle>
330     </properties>
331     </dependency>
332    
333     <dependency>
334     <groupId>c3p0</groupId>
335     <artifactId>c3p0</artifactId>
336     <version>0.8.5.2</version>
337     <properties>
338     <war.bundle>true</war.bundle>
339     </properties>
340     </dependency>
341    
342     <dependency>
343     <groupId>j2ee</groupId>
344     <artifactId>connector</artifactId>
345     <version>1.0</version>
346     <properties>
347     <war.bundle>true</war.bundle>
348     </properties>
349     </dependency>
350    
351     <dependency>
352     <groupId>jboss</groupId>
353     <artifactId>jboss-system</artifactId>
354     <version>4.0.2</version>
355     <properties>
356     <war.bundle>true</war.bundle>
357     </properties>
358     </dependency>
359    
360     <dependency>
361     <groupId>asm</groupId>
362     <artifactId>asm-attrs</artifactId>
363     <version>1.5.3</version>
364     <properties>
365     <war.bundle>true</war.bundle>
366     </properties>
367     </dependency>
368    
369     <dependency>
370     <groupId>j2ee</groupId>
371     <artifactId>jacc</artifactId>
372     <version>1_0-fr</version>
373     <properties>
374     <war.bundle>true</war.bundle>
375     </properties>
376     </dependency>
377    
378     <dependency>
379     <groupId>dom4j</groupId>
380     <artifactId>dom4j</artifactId>
381     <version>1.6</version>
382     <properties>
383     <war.bundle>true</war.bundle>
384     </properties>
385     </dependency>
386    
387     <dependency>
388     <groupId>hibernate</groupId>
389     <artifactId>antlr</artifactId>
390     <version>2.7.5H3</version>
391     <properties>
392     <war.bundle>true</war.bundle>
393     </properties>
394     </dependency>
395    
396     <dependency>
397     <groupId>cglib</groupId>
398     <artifactId>cglib</artifactId>
399     <version>2.1</version>
400     <properties>
401     <war.bundle>true</war.bundle>
402     </properties>
403     </dependency>
404    
405     <dependency>
406     <groupId>jboss</groupId>
407     <artifactId>jboss-common</artifactId>
408     <version>4.0.2</version>
409     <properties>
410     <war.bundle>true</war.bundle>
411     </properties>
412     </dependency>
413    
414     <dependency>
415     <groupId>opensymphony</groupId>
416     <artifactId>oscache</artifactId>
417     <version>2.1</version>
418     <properties>
419     <war.bundle>true</war.bundle>
420     </properties>
421     </dependency>
422    
423     <dependency>
424     <groupId>asm</groupId>
425     <artifactId>asm</artifactId>
426     <version>1.5.3</version>
427     <properties>
428     <war.bundle>true</war.bundle>
429     </properties>
430     </dependency>
431    
432     <dependency>
433     <groupId>jboss</groupId>
434     <artifactId>jboss-jmx</artifactId>
435     <version>4.0.2</version>
436     <properties>
437     <war.bundle>true</war.bundle>
438     </properties>
439     </dependency>
440    
441     <dependency>
442     <groupId>jaxen</groupId>
443     <artifactId>jaxen</artifactId>
444     <version>1.1-beta-4</version>
445     <properties>
446     <war.bundle>true</war.bundle>
447     </properties>
448     </dependency>
449    
450     <dependency>
451     <groupId>proxool</groupId>
452     <artifactId>proxool</artifactId>
453     <version>0.8.3</version>
454     <properties>
455     <war.bundle>true</war.bundle>
456     </properties>
457     </dependency>
458    
459     <dependency>
460     <groupId>concurrent</groupId>
461     <artifactId>concurrent</artifactId>
462     <version>1.3.4</version>
463     <properties>
464     <war.bundle>true</war.bundle>
465     </properties>
466     </dependency>
467    
468 shinsuke 1.9 <dependency>
469     <groupId>odmg</groupId>
470     <artifactId>odmg</artifactId>
471     <version>3.0</version>
472     <properties>
473     <war.bundle>true</war.bundle>
474     </properties>
475     </dependency>
476    
477     <!-- S2Hibernate -->
478    
479     <dependency>
480     <groupId>aopalliance</groupId>
481     <artifactId>aopalliance</artifactId>
482     <version>1.0</version>
483     <properties>
484     <war.bundle>true</war.bundle>
485     </properties>
486     </dependency>
487     <dependency>
488     <groupId>javassist</groupId>
489     <artifactId>javassist</artifactId>
490     <version>3.0</version>
491     <properties>
492     <war.bundle>true</war.bundle>
493     </properties>
494     </dependency>
495     <dependency>
496     <groupId>poi</groupId>
497     <artifactId>poi</artifactId>
498     <version>2.5.1-final-20040804</version>
499     <properties>
500     <war.bundle>true</war.bundle>
501     </properties>
502     </dependency>
503     <dependency>
504     <groupId>ognl</groupId>
505     <artifactId>ognl</artifactId>
506     <version>2.6.5</version>
507     <properties>
508     <war.bundle>true</war.bundle>
509     </properties>
510     </dependency>
511     <dependency>
512     <groupId>seasar</groupId>
513     <artifactId>s2-extension</artifactId>
514     <version>2.2.11</version>
515     <properties>
516     <war.bundle>true</war.bundle>
517     </properties>
518     </dependency>
519     <dependency>
520     <groupId>seasar</groupId>
521     <artifactId>s2-framework</artifactId>
522     <version>2.2.11</version>
523     <properties>
524     <war.bundle>true</war.bundle>
525     </properties>
526     </dependency>
527     <dependency>
528     <groupId>seasar</groupId>
529     <artifactId>s2-hibernate</artifactId>
530     <version>1.1.1</version>
531     <properties>
532     <war.bundle>true</war.bundle>
533     </properties>
534     </dependency>
535    
536    
537 shinsuke 1.1 </dependencies>
538    
539    
540     <build>
541     <sourceDirectory>src/java</sourceDirectory>
542     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
543     <unitTest>
544     <includes>
545     <include>**/*Test.java</include>
546     </includes>
547     </unitTest>
548     <resources>
549     <resource>
550     <directory>${basedir}/src/java/</directory>
551     <includes>
552     <include>**/*.properties</include>
553     <include>**/*.xml</include>
554     <include>**/*.dicon</include>
555     </includes>
556     <filtering>false</filtering>
557     </resource>
558     </resources>
559     </build>
560    
561     <reports>
562     <report>maven-jdepend-plugin</report>
563     <report>maven-checkstyle-plugin</report>
564     <report>maven-pmd-plugin</report>
565     <report>maven-changelog-plugin</report>
566     <report>maven-file-activity-plugin</report>
567     <report>maven-developer-activity-plugin</report>
568     <report>maven-license-plugin</report>
569     <report>maven-javadoc-plugin</report>
570     <report>maven-jxr-plugin</report>
571     <report>maven-junit-report-plugin</report>
572     <report>maven-tasklist-plugin</report>
573     </reports>
574     <properties/>
575     </project>

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