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.9 - (hide annotations) (download) (as text)
Fri Jan 6 01:08:52 2006 UTC (18 years, 3 months ago) by shinsuke
Branch: MAIN
Changes since 1.8: +90 -4 lines
File MIME type: application/xml
- replaced hibernate management with S2Hibernate
- updated license
- removed embedded hsqldb
  (needs to run start-database.[bat|sh] in src/db directly)
- updated version 0.2-SNAPSHOT

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.9 $Id: project.xml,v 1.8 2005/12/23 23:05: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.8 <currentVersion>1.0</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     <version>0.2-SNAPSHOT</version>
95     <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     <version>0.1-SNAPSHOT</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     <groupId>hsqldb</groupId>
244     <artifactId>hsqldb</artifactId>
245     <version>1.7.3.3</version>
246     <properties>
247     <war.bundle>true</war.bundle>
248     </properties>
249     </dependency>
250 shinsuke 1.6 <!--
251 shinsuke 1.1 <dependency>
252     <groupId>mysql</groupId>
253     <artifactId>mysql-connector-java</artifactId>
254     <version>3.0.10</version>
255     <properties>
256     <war.bundle>true</war.bundle>
257     </properties>
258     </dependency>
259 shinsuke 1.6 -->
260 shinsuke 1.1 <!-- Hibernate -->
261     <dependency>
262     <groupId>hibernate</groupId>
263     <artifactId>hibernate</artifactId>
264     <version>3.0.5</version>
265     <properties>
266     <war.bundle>true</war.bundle>
267     </properties>
268     </dependency>
269    
270     <dependency>
271     <groupId>ehcache</groupId>
272     <artifactId>ehcache</artifactId>
273     <version>1.1</version>
274     <properties>
275     <war.bundle>true</war.bundle>
276     </properties>
277     </dependency>
278    
279     <dependency>
280     <groupId>swarmcache</groupId>
281     <artifactId>swarmcache</artifactId>
282     <version>1.0RC2</version>
283     <properties>
284     <war.bundle>true</war.bundle>
285     </properties>
286     </dependency>
287    
288     <dependency>
289     <groupId>jboss</groupId>
290     <artifactId>jboss-cache</artifactId>
291     <version>1.2.2</version>
292     <properties>
293     <war.bundle>true</war.bundle>
294     </properties>
295     </dependency>
296    
297     <dependency>
298     <groupId>jgroups</groupId>
299     <artifactId>jgroups-all</artifactId>
300     <version>2.2.7</version>
301     <properties>
302     <war.bundle>true</war.bundle>
303     </properties>
304     </dependency>
305    
306     <dependency>
307     <groupId>jta</groupId>
308     <artifactId>jta</artifactId>
309     <version>1.0.1B</version>
310     <properties>
311     <war.bundle>true</war.bundle>
312     </properties>
313     </dependency>
314    
315     <dependency>
316     <groupId>c3p0</groupId>
317     <artifactId>c3p0</artifactId>
318     <version>0.8.5.2</version>
319     <properties>
320     <war.bundle>true</war.bundle>
321     </properties>
322     </dependency>
323    
324     <dependency>
325     <groupId>j2ee</groupId>
326     <artifactId>connector</artifactId>
327     <version>1.0</version>
328     <properties>
329     <war.bundle>true</war.bundle>
330     </properties>
331     </dependency>
332    
333     <dependency>
334     <groupId>jboss</groupId>
335     <artifactId>jboss-system</artifactId>
336     <version>4.0.2</version>
337     <properties>
338     <war.bundle>true</war.bundle>
339     </properties>
340     </dependency>
341    
342     <dependency>
343     <groupId>asm</groupId>
344     <artifactId>asm-attrs</artifactId>
345     <version>1.5.3</version>
346     <properties>
347     <war.bundle>true</war.bundle>
348     </properties>
349     </dependency>
350    
351     <dependency>
352     <groupId>j2ee</groupId>
353     <artifactId>jacc</artifactId>
354     <version>1_0-fr</version>
355     <properties>
356     <war.bundle>true</war.bundle>
357     </properties>
358     </dependency>
359    
360     <dependency>
361     <groupId>dom4j</groupId>
362     <artifactId>dom4j</artifactId>
363     <version>1.6</version>
364     <properties>
365     <war.bundle>true</war.bundle>
366     </properties>
367     </dependency>
368    
369     <dependency>
370     <groupId>hibernate</groupId>
371     <artifactId>antlr</artifactId>
372     <version>2.7.5H3</version>
373     <properties>
374     <war.bundle>true</war.bundle>
375     </properties>
376     </dependency>
377    
378     <dependency>
379     <groupId>cglib</groupId>
380     <artifactId>cglib</artifactId>
381     <version>2.1</version>
382     <properties>
383     <war.bundle>true</war.bundle>
384     </properties>
385     </dependency>
386    
387     <dependency>
388     <groupId>jboss</groupId>
389     <artifactId>jboss-common</artifactId>
390     <version>4.0.2</version>
391     <properties>
392     <war.bundle>true</war.bundle>
393     </properties>
394     </dependency>
395    
396     <dependency>
397     <groupId>opensymphony</groupId>
398     <artifactId>oscache</artifactId>
399     <version>2.1</version>
400     <properties>
401     <war.bundle>true</war.bundle>
402     </properties>
403     </dependency>
404    
405     <dependency>
406     <groupId>asm</groupId>
407     <artifactId>asm</artifactId>
408     <version>1.5.3</version>
409     <properties>
410     <war.bundle>true</war.bundle>
411     </properties>
412     </dependency>
413    
414     <dependency>
415     <groupId>jboss</groupId>
416     <artifactId>jboss-jmx</artifactId>
417     <version>4.0.2</version>
418     <properties>
419     <war.bundle>true</war.bundle>
420     </properties>
421     </dependency>
422    
423     <dependency>
424     <groupId>jaxen</groupId>
425     <artifactId>jaxen</artifactId>
426     <version>1.1-beta-4</version>
427     <properties>
428     <war.bundle>true</war.bundle>
429     </properties>
430     </dependency>
431    
432     <dependency>
433     <groupId>proxool</groupId>
434     <artifactId>proxool</artifactId>
435     <version>0.8.3</version>
436     <properties>
437     <war.bundle>true</war.bundle>
438     </properties>
439     </dependency>
440    
441     <dependency>
442     <groupId>concurrent</groupId>
443     <artifactId>concurrent</artifactId>
444     <version>1.3.4</version>
445     <properties>
446     <war.bundle>true</war.bundle>
447     </properties>
448     </dependency>
449    
450 shinsuke 1.9 <dependency>
451     <groupId>odmg</groupId>
452     <artifactId>odmg</artifactId>
453     <version>3.0</version>
454     <properties>
455     <war.bundle>true</war.bundle>
456     </properties>
457     </dependency>
458    
459     <!-- S2Hibernate -->
460    
461     <dependency>
462     <groupId>aopalliance</groupId>
463     <artifactId>aopalliance</artifactId>
464     <version>1.0</version>
465     <properties>
466     <war.bundle>true</war.bundle>
467     </properties>
468     </dependency>
469     <dependency>
470     <groupId>javassist</groupId>
471     <artifactId>javassist</artifactId>
472     <version>3.0</version>
473     <properties>
474     <war.bundle>true</war.bundle>
475     </properties>
476     </dependency>
477     <dependency>
478     <groupId>poi</groupId>
479     <artifactId>poi</artifactId>
480     <version>2.5.1-final-20040804</version>
481     <properties>
482     <war.bundle>true</war.bundle>
483     </properties>
484     </dependency>
485     <dependency>
486     <groupId>ognl</groupId>
487     <artifactId>ognl</artifactId>
488     <version>2.6.5</version>
489     <properties>
490     <war.bundle>true</war.bundle>
491     </properties>
492     </dependency>
493     <dependency>
494     <groupId>seasar</groupId>
495     <artifactId>s2-extension</artifactId>
496     <version>2.2.11</version>
497     <properties>
498     <war.bundle>true</war.bundle>
499     </properties>
500     </dependency>
501     <dependency>
502     <groupId>seasar</groupId>
503     <artifactId>s2-framework</artifactId>
504     <version>2.2.11</version>
505     <properties>
506     <war.bundle>true</war.bundle>
507     </properties>
508     </dependency>
509     <dependency>
510     <groupId>seasar</groupId>
511     <artifactId>s2-hibernate</artifactId>
512     <version>1.1.1</version>
513     <properties>
514     <war.bundle>true</war.bundle>
515     </properties>
516     </dependency>
517    
518    
519 shinsuke 1.1 </dependencies>
520    
521    
522     <build>
523     <sourceDirectory>src/java</sourceDirectory>
524     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
525     <unitTest>
526     <includes>
527     <include>**/*Test.java</include>
528     </includes>
529     </unitTest>
530     <resources>
531     <resource>
532     <directory>${basedir}/src/java/</directory>
533     <includes>
534     <include>**/*.properties</include>
535     <include>**/*.xml</include>
536     <include>**/*.dicon</include>
537     </includes>
538     <filtering>false</filtering>
539     </resource>
540     </resources>
541     </build>
542    
543     <reports>
544     <report>maven-jdepend-plugin</report>
545     <report>maven-checkstyle-plugin</report>
546     <report>maven-pmd-plugin</report>
547     <report>maven-changelog-plugin</report>
548     <report>maven-file-activity-plugin</report>
549     <report>maven-developer-activity-plugin</report>
550     <report>maven-license-plugin</report>
551     <report>maven-javadoc-plugin</report>
552     <report>maven-jxr-plugin</report>
553     <report>maven-junit-report-plugin</report>
554     <report>maven-tasklist-plugin</report>
555     </reports>
556     <properties/>
557     </project>

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