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.14 - (hide annotations) (download) (as text)
Sat Jan 14 00:24:02 2006 UTC (18 years, 2 months ago) by shinsuke
Branch: MAIN
Changes since 1.13: +10 -1 lines
File MIME type: application/xml
Data Importer(only Hatena right now.. I would like to support MovableType format. Does anyone know where I can get it..)

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.14 $Id: project.xml,v 1.13 2006/01/10 22:45:25 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>blog</artifactId>
24 shinsuke 1.13 <currentVersion>1.2-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.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.14 <artifactId>marevol-faces-utils</artifactId>
85     <version>0.1-SNAPSHOT</version>
86     <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.13 <version>0.2-SNAPSHOT</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.12 <version>0.2</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.12 <version>0.1</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-collections</groupId>
192     <artifactId>commons-collections</artifactId>
193     <version>2.1</version>
194 shinsuke 1.5 <url>http://jakarta.apache.org/commons/collections</url>
195 shinsuke 1.1 <properties>
196     <war.bundle>true</war.bundle>
197     </properties>
198     </dependency>
199     <dependency>
200     <groupId>commons-digester</groupId>
201     <artifactId>commons-digester</artifactId>
202     <version>1.5</version>
203 shinsuke 1.5 <url>http://jakarta.apache.org/commons/digester</url>
204 shinsuke 1.1 <properties>
205     <war.bundle>true</war.bundle>
206     </properties>
207     </dependency>
208     <dependency>
209     <groupId>commons-fileupload</groupId>
210     <artifactId>commons-fileupload</artifactId>
211     <version>1.0</version>
212     <properties>
213     <war.bundle>true</war.bundle>
214     </properties>
215     </dependency>
216     <dependency>
217     <id>log4j</id>
218     <version>1.2.9</version>
219     <properties>
220     <war.bundle>true</war.bundle>
221     </properties>
222     </dependency>
223    
224     <dependency>
225     <groupId>myfaces</groupId>
226     <artifactId>myfaces-all</artifactId>
227 shinsuke 1.4 <version>1.1.1</version>
228 shinsuke 1.1 <properties>
229     <war.bundle>true</war.bundle>
230     </properties>
231     </dependency>
232    
233     <dependency>
234     <groupId>commons-logging</groupId>
235     <artifactId>commons-logging</artifactId>
236     <version>1.0.4</version>
237 shinsuke 1.5 <url>http://jakarta.apache.org/commons/logging</url>
238 shinsuke 1.1 <properties>
239     <war.bundle>true</war.bundle>
240     </properties>
241     </dependency>
242     <dependency>
243     <groupId>commons-el</groupId>
244     <artifactId>commons-el</artifactId>
245     <version>1.0</version>
246     <url>http://jakarta.apache.org/commons/el/</url>
247     <properties>
248     <war.bundle>true</war.bundle>
249     </properties>
250     </dependency>
251     <dependency>
252 shinsuke 1.10 <groupId>commons-validator</groupId>
253     <artifactId>commons-validator</artifactId>
254     <version>1.2.0</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>oro</groupId>
262     <artifactId>oro</artifactId>
263     <version>2.0.7</version>
264     <url>http://jakarta.apache.org/commons/validator/</url>
265     <properties>
266     <war.bundle>true</war.bundle>
267     </properties>
268     </dependency>
269     <dependency>
270 shinsuke 1.1 <groupId>hsqldb</groupId>
271     <artifactId>hsqldb</artifactId>
272     <version>1.7.3.3</version>
273     <properties>
274     <war.bundle>true</war.bundle>
275     </properties>
276     </dependency>
277 shinsuke 1.6 <!--
278 shinsuke 1.1 <dependency>
279     <groupId>mysql</groupId>
280     <artifactId>mysql-connector-java</artifactId>
281     <version>3.0.10</version>
282     <properties>
283     <war.bundle>true</war.bundle>
284     </properties>
285     </dependency>
286 shinsuke 1.6 -->
287 shinsuke 1.1 <!-- Hibernate -->
288     <dependency>
289     <groupId>hibernate</groupId>
290     <artifactId>hibernate</artifactId>
291     <version>3.0.5</version>
292     <properties>
293     <war.bundle>true</war.bundle>
294     </properties>
295     </dependency>
296    
297     <dependency>
298     <groupId>ehcache</groupId>
299     <artifactId>ehcache</artifactId>
300     <version>1.1</version>
301     <properties>
302     <war.bundle>true</war.bundle>
303     </properties>
304     </dependency>
305    
306     <dependency>
307     <groupId>swarmcache</groupId>
308     <artifactId>swarmcache</artifactId>
309     <version>1.0RC2</version>
310     <properties>
311     <war.bundle>true</war.bundle>
312     </properties>
313     </dependency>
314    
315     <dependency>
316     <groupId>jboss</groupId>
317     <artifactId>jboss-cache</artifactId>
318     <version>1.2.2</version>
319     <properties>
320     <war.bundle>true</war.bundle>
321     </properties>
322     </dependency>
323    
324     <dependency>
325     <groupId>jgroups</groupId>
326     <artifactId>jgroups-all</artifactId>
327     <version>2.2.7</version>
328     <properties>
329     <war.bundle>true</war.bundle>
330     </properties>
331     </dependency>
332    
333     <dependency>
334     <groupId>jta</groupId>
335     <artifactId>jta</artifactId>
336     <version>1.0.1B</version>
337     <properties>
338     <war.bundle>true</war.bundle>
339     </properties>
340     </dependency>
341    
342     <dependency>
343     <groupId>c3p0</groupId>
344     <artifactId>c3p0</artifactId>
345     <version>0.8.5.2</version>
346     <properties>
347     <war.bundle>true</war.bundle>
348     </properties>
349     </dependency>
350    
351     <dependency>
352     <groupId>j2ee</groupId>
353     <artifactId>connector</artifactId>
354     <version>1.0</version>
355     <properties>
356     <war.bundle>true</war.bundle>
357     </properties>
358     </dependency>
359    
360     <dependency>
361     <groupId>jboss</groupId>
362     <artifactId>jboss-system</artifactId>
363     <version>4.0.2</version>
364     <properties>
365     <war.bundle>true</war.bundle>
366     </properties>
367     </dependency>
368    
369     <dependency>
370     <groupId>asm</groupId>
371     <artifactId>asm-attrs</artifactId>
372     <version>1.5.3</version>
373     <properties>
374     <war.bundle>true</war.bundle>
375     </properties>
376     </dependency>
377    
378     <dependency>
379     <groupId>j2ee</groupId>
380     <artifactId>jacc</artifactId>
381     <version>1_0-fr</version>
382     <properties>
383     <war.bundle>true</war.bundle>
384     </properties>
385     </dependency>
386    
387     <dependency>
388     <groupId>dom4j</groupId>
389     <artifactId>dom4j</artifactId>
390     <version>1.6</version>
391     <properties>
392     <war.bundle>true</war.bundle>
393     </properties>
394     </dependency>
395    
396     <dependency>
397     <groupId>hibernate</groupId>
398     <artifactId>antlr</artifactId>
399     <version>2.7.5H3</version>
400     <properties>
401     <war.bundle>true</war.bundle>
402     </properties>
403     </dependency>
404    
405     <dependency>
406     <groupId>cglib</groupId>
407     <artifactId>cglib</artifactId>
408     <version>2.1</version>
409     <properties>
410     <war.bundle>true</war.bundle>
411     </properties>
412     </dependency>
413    
414     <dependency>
415     <groupId>jboss</groupId>
416     <artifactId>jboss-common</artifactId>
417     <version>4.0.2</version>
418     <properties>
419     <war.bundle>true</war.bundle>
420     </properties>
421     </dependency>
422    
423     <dependency>
424     <groupId>opensymphony</groupId>
425     <artifactId>oscache</artifactId>
426     <version>2.1</version>
427     <properties>
428     <war.bundle>true</war.bundle>
429     </properties>
430     </dependency>
431    
432     <dependency>
433     <groupId>asm</groupId>
434     <artifactId>asm</artifactId>
435     <version>1.5.3</version>
436     <properties>
437     <war.bundle>true</war.bundle>
438     </properties>
439     </dependency>
440    
441     <dependency>
442     <groupId>jboss</groupId>
443     <artifactId>jboss-jmx</artifactId>
444     <version>4.0.2</version>
445     <properties>
446     <war.bundle>true</war.bundle>
447     </properties>
448     </dependency>
449    
450     <dependency>
451     <groupId>jaxen</groupId>
452     <artifactId>jaxen</artifactId>
453     <version>1.1-beta-4</version>
454     <properties>
455     <war.bundle>true</war.bundle>
456     </properties>
457     </dependency>
458    
459     <dependency>
460     <groupId>proxool</groupId>
461     <artifactId>proxool</artifactId>
462     <version>0.8.3</version>
463     <properties>
464     <war.bundle>true</war.bundle>
465     </properties>
466     </dependency>
467    
468     <dependency>
469     <groupId>concurrent</groupId>
470     <artifactId>concurrent</artifactId>
471     <version>1.3.4</version>
472     <properties>
473     <war.bundle>true</war.bundle>
474     </properties>
475     </dependency>
476    
477 shinsuke 1.9 <dependency>
478     <groupId>odmg</groupId>
479     <artifactId>odmg</artifactId>
480     <version>3.0</version>
481     <properties>
482     <war.bundle>true</war.bundle>
483     </properties>
484     </dependency>
485    
486     <!-- S2Hibernate -->
487    
488     <dependency>
489     <groupId>aopalliance</groupId>
490     <artifactId>aopalliance</artifactId>
491     <version>1.0</version>
492     <properties>
493     <war.bundle>true</war.bundle>
494     </properties>
495     </dependency>
496     <dependency>
497     <groupId>javassist</groupId>
498     <artifactId>javassist</artifactId>
499     <version>3.0</version>
500     <properties>
501     <war.bundle>true</war.bundle>
502     </properties>
503     </dependency>
504     <dependency>
505     <groupId>poi</groupId>
506     <artifactId>poi</artifactId>
507     <version>2.5.1-final-20040804</version>
508     <properties>
509     <war.bundle>true</war.bundle>
510     </properties>
511     </dependency>
512     <dependency>
513     <groupId>ognl</groupId>
514     <artifactId>ognl</artifactId>
515     <version>2.6.5</version>
516     <properties>
517     <war.bundle>true</war.bundle>
518     </properties>
519     </dependency>
520     <dependency>
521     <groupId>seasar</groupId>
522     <artifactId>s2-extension</artifactId>
523     <version>2.2.11</version>
524     <properties>
525     <war.bundle>true</war.bundle>
526     </properties>
527     </dependency>
528     <dependency>
529     <groupId>seasar</groupId>
530     <artifactId>s2-framework</artifactId>
531     <version>2.2.11</version>
532     <properties>
533     <war.bundle>true</war.bundle>
534     </properties>
535     </dependency>
536     <dependency>
537     <groupId>seasar</groupId>
538     <artifactId>s2-hibernate</artifactId>
539     <version>1.1.1</version>
540     <properties>
541     <war.bundle>true</war.bundle>
542     </properties>
543     </dependency>
544    
545    
546 shinsuke 1.1 </dependencies>
547    
548    
549     <build>
550     <sourceDirectory>src/java</sourceDirectory>
551     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
552     <unitTest>
553     <includes>
554     <include>**/*Test.java</include>
555     </includes>
556     </unitTest>
557     <resources>
558     <resource>
559     <directory>${basedir}/src/java/</directory>
560     <includes>
561     <include>**/*.properties</include>
562     <include>**/*.xml</include>
563     <include>**/*.dicon</include>
564     </includes>
565     <filtering>false</filtering>
566     </resource>
567     </resources>
568     </build>
569    
570     <reports>
571     <report>maven-jdepend-plugin</report>
572     <report>maven-checkstyle-plugin</report>
573     <report>maven-pmd-plugin</report>
574     <report>maven-changelog-plugin</report>
575     <report>maven-file-activity-plugin</report>
576     <report>maven-developer-activity-plugin</report>
577     <report>maven-license-plugin</report>
578     <report>maven-javadoc-plugin</report>
579     <report>maven-jxr-plugin</report>
580     <report>maven-junit-report-plugin</report>
581     <report>maven-tasklist-plugin</report>
582     </reports>
583     <properties/>
584     </project>

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