Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/blog/project.xml

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


Revision 1.35 - (show annotations) (download) (as text)
Thu May 10 02:38:34 2007 UTC (16 years, 11 months ago) by shinsuke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +2 -2 lines
File MIME type: application/xml
changed to version 1.6-SNAPSHOT.

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 $Id: project.xml,v 1.34 2006/11/07 03:30:07 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>blog</artifactId>
24 <currentVersion>1.6-SNAPSHOT</currentVersion>
25 <name>Blog Portlet</name>
26 <description>Blog Portlet</description>
27 <shortDescription>Blog</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/blog</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:blog
49 </connection>
50 <developerConnection>
51 scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:blog
52 </developerConnection>
53 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/blog</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 <groupId>pal</groupId>
106 <artifactId>bridges-myfaces</artifactId>
107 <version>0.8</version>
108 <type>jar</type>
109 <properties>
110 <war.bundle>true</war.bundle>
111 </properties>
112 </dependency>
113
114 <dependency>
115 <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 <version>0.3</version>
127 <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-common</artifactId>
136 <version>1.0</version>
137 <type>jar</type>
138 <properties>
139 <war.bundle>true</war.bundle>
140 </properties>
141 </dependency>
142 <dependency>
143 <groupId>org.apache.portals.bridges</groupId>
144 <artifactId>portals-bridges-portletfilter</artifactId>
145 <version>1.0.1-20060919</version>
146 <type>jar</type>
147 <properties>
148 <war.bundle>true</war.bundle>
149 </properties>
150 </dependency>
151
152 <dependency>
153 <id>servletapi</id>
154 <version>2.3</version>
155 <properties>
156 <war.bundle>false</war.bundle>
157 </properties>
158 </dependency>
159 <dependency>
160 <groupId>portlet-api</groupId>
161 <artifactId>portlet-api</artifactId>
162 <version>1.0</version>
163 <properties>
164 <war.bundle>false</war.bundle>
165 </properties>
166 </dependency>
167 <dependency>
168 <groupId>jstl</groupId>
169 <artifactId>jstl</artifactId>
170 <version>1.1.2</version>
171 <properties>
172 <war.bundle>true</war.bundle>
173 </properties>
174 </dependency>
175
176 <dependency>
177 <id>log4j</id>
178 <version>1.2.13</version>
179 <properties>
180 <war.bundle>false</war.bundle>
181 </properties>
182 </dependency>
183
184 <dependency>
185 <groupId>org.apache.myfaces.tomahawk</groupId>
186 <artifactId>tomahawk</artifactId>
187 <version>1.1.3</version>
188 <type>jar</type>
189 <properties>
190 <war.bundle>true</war.bundle>
191 </properties>
192 </dependency>
193
194 <dependency>
195 <groupId>commons-beanutils</groupId>
196 <artifactId>commons-beanutils</artifactId>
197 <version>1.7.0</version>
198 <url>http://jakarta.apache.org/commons/beanutils</url>
199 <properties>
200 <war.bundle>true</war.bundle>
201 </properties>
202 </dependency>
203 <dependency>
204 <groupId>commons-collections</groupId>
205 <artifactId>commons-collections</artifactId>
206 <version>2.1.1</version>
207 <url>http://jakarta.apache.org/commons/collections</url>
208 <properties>
209 <war.bundle>true</war.bundle>
210 </properties>
211 </dependency>
212 <dependency>
213 <groupId>commons-codec</groupId>
214 <artifactId>commons-codec</artifactId>
215 <version>1.3</version>
216 <url>http://jakarta.apache.org/commons/codec/</url>
217 <properties>
218 <war.bundle>true</war.bundle>
219 </properties>
220 </dependency>
221 <dependency>
222 <groupId>commons-digester</groupId>
223 <artifactId>commons-digester</artifactId>
224 <version>1.5</version>
225 <url>http://jakarta.apache.org/commons/digester</url>
226 <properties>
227 <war.bundle>true</war.bundle>
228 </properties>
229 </dependency>
230 <dependency>
231 <groupId>commons-el</groupId>
232 <artifactId>commons-el</artifactId>
233 <version>1.0</version>
234 <url>http://jakarta.apache.org/commons/el/</url>
235 <properties>
236 <war.bundle>true</war.bundle>
237 </properties>
238 </dependency>
239 <dependency>
240 <groupId>commons-fileupload</groupId>
241 <artifactId>commons-fileupload</artifactId>
242 <version>1.1</version>
243 <properties>
244 <war.bundle>true</war.bundle>
245 </properties>
246 </dependency>
247 <dependency>
248 <groupId>commons-io</groupId>
249 <artifactId>commons-io</artifactId>
250 <version>1.1</version>
251 <properties>
252 <war.bundle>true</war.bundle>
253 </properties>
254 </dependency>
255 <dependency>
256 <groupId>commons-lang</groupId>
257 <artifactId>commons-lang</artifactId>
258 <version>2.1</version>
259 <url>http://jakarta.apache.org/commons/lang</url>
260 <properties>
261 <war.bundle>true</war.bundle>
262 </properties>
263 </dependency>
264 <dependency>
265 <groupId>commons-logging</groupId>
266 <artifactId>commons-logging</artifactId>
267 <version>1.0.4</version>
268 <url>http://jakarta.apache.org/commons/logging</url>
269 <properties>
270 <war.bundle>true</war.bundle>
271 </properties>
272 </dependency>
273 <dependency>
274 <groupId>commons-validator</groupId>
275 <artifactId>commons-validator</artifactId>
276 <version>1.2.0</version>
277 <url>http://jakarta.apache.org/commons/validator/</url>
278 <properties>
279 <war.bundle>true</war.bundle>
280 </properties>
281 </dependency>
282
283 <dependency>
284 <groupId>oro</groupId>
285 <artifactId>oro</artifactId>
286 <version>2.0.8</version>
287 <properties>
288 <war.bundle>true</war.bundle>
289 </properties>
290 </dependency>
291
292 <!-- Hibernate -->
293
294 <dependency>
295 <groupId>hibernate</groupId>
296 <artifactId>hibernate</artifactId>
297 <version>3.1.2</version>
298 <properties>
299 <war.bundle>true</war.bundle>
300 </properties>
301 </dependency>
302
303 <dependency>
304 <groupId>ehcache</groupId>
305 <artifactId>ehcache</artifactId>
306 <version>1.1</version>
307 <properties>
308 <war.bundle>true</war.bundle>
309 </properties>
310 </dependency>
311
312 <!--dependency>
313 <groupId>swarmcache</groupId>
314 <artifactId>swarmcache</artifactId>
315 <version>1.0RC2</version>
316 <properties>
317 <war.bundle>true</war.bundle>
318 </properties>
319 </dependency-->
320
321 <!--dependency>
322 <groupId>jboss</groupId>
323 <artifactId>jboss-cache</artifactId>
324 <version>1.2.2</version>
325 <properties>
326 <war.bundle>true</war.bundle>
327 </properties>
328 </dependency-->
329
330 <!--dependency>
331 <groupId>jgroups</groupId>
332 <artifactId>jgroups-all</artifactId>
333 <version>2.2.8</version>
334 <properties>
335 <war.bundle>true</war.bundle>
336 </properties>
337 </dependency-->
338
339 <dependency>
340 <groupId>jta</groupId>
341 <artifactId>jta</artifactId>
342 <version>1.0.1B</version>
343 <properties>
344 <war.bundle>true</war.bundle>
345 </properties>
346 </dependency>
347
348 <!--dependency>
349 <groupId>c3p0</groupId>
350 <artifactId>c3p0</artifactId>
351 <version>0.9.0</version>
352 <properties>
353 <war.bundle>true</war.bundle>
354 </properties>
355 </dependency-->
356
357 <!--dependency>
358 <groupId>j2ee</groupId>
359 <artifactId>connector</artifactId>
360 <version>1.0</version>
361 <properties>
362 <war.bundle>true</war.bundle>
363 </properties>
364 </dependency-->
365
366 <!--dependency>
367 <groupId>jboss</groupId>
368 <artifactId>jboss-system</artifactId>
369 <version>4.0.2</version>
370 <properties>
371 <war.bundle>true</war.bundle>
372 </properties>
373 </dependency-->
374
375 <dependency>
376 <groupId>asm</groupId>
377 <artifactId>asm-attrs</artifactId>
378 <version>1.5.3</version>
379 <properties>
380 <war.bundle>true</war.bundle>
381 </properties>
382 </dependency>
383
384 <!--dependency>
385 <groupId>j2ee</groupId>
386 <artifactId>jacc</artifactId>
387 <version>1_0-fr</version>
388 <properties>
389 <war.bundle>true</war.bundle>
390 </properties>
391 </dependency-->
392
393 <dependency>
394 <groupId>dom4j</groupId>
395 <artifactId>dom4j</artifactId>
396 <version>1.6.1</version>
397 <properties>
398 <war.bundle>true</war.bundle>
399 </properties>
400 </dependency>
401
402 <dependency>
403 <groupId>antlr</groupId>
404 <artifactId>antlr</artifactId>
405 <version>2.7.6rc1</version>
406 <properties>
407 <war.bundle>true</war.bundle>
408 </properties>
409 </dependency>
410
411 <dependency>
412 <groupId>cglib</groupId>
413 <artifactId>cglib</artifactId>
414 <version>2.1_3</version>
415 <properties>
416 <war.bundle>true</war.bundle>
417 </properties>
418 </dependency>
419
420 <!--dependency>
421 <groupId>jboss</groupId>
422 <artifactId>jboss-common</artifactId>
423 <version>4.0.2</version>
424 <properties>
425 <war.bundle>true</war.bundle>
426 </properties>
427 </dependency-->
428
429 <dependency>
430 <groupId>asm</groupId>
431 <artifactId>asm</artifactId>
432 <version>1.5.3</version>
433 <properties>
434 <war.bundle>true</war.bundle>
435 </properties>
436 </dependency>
437
438 <!--dependency>
439 <groupId>opensymphony</groupId>
440 <artifactId>oscache</artifactId>
441 <version>2.1</version>
442 <properties>
443 <war.bundle>true</war.bundle>
444 </properties>
445 </dependency-->
446
447 <!-- jaas.jar, jdbc2_0-stdext.jar -->
448
449 <!--dependency>
450 <groupId>jboss</groupId>
451 <artifactId>jboss-jmx</artifactId>
452 <version>4.0.2</version>
453 <properties>
454 <war.bundle>true</war.bundle>
455 </properties>
456 </dependency-->
457
458 <!-- xerces-2.6.2.jar -->
459
460 <dependency>
461 <groupId>jaxen</groupId>
462 <artifactId>jaxen</artifactId>
463 <version>1.1-beta-7</version>
464 <properties>
465 <war.bundle>true</war.bundle>
466 </properties>
467 </dependency>
468
469
470
471 <!--dependency>
472 <groupId>proxool</groupId>
473 <artifactId>proxool</artifactId>
474 <version>0.8.3</version>
475 <properties>
476 <war.bundle>true</war.bundle>
477 </properties>
478 </dependency-->
479
480 <!--dependency>
481 <groupId>concurrent</groupId>
482 <artifactId>concurrent</artifactId>
483 <version>1.3.2</version>
484 <properties>
485 <war.bundle>true</war.bundle>
486 </properties>
487 </dependency-->
488
489 <!-- Seasar2 -->
490
491 <dependency>
492 <groupId>aopalliance</groupId>
493 <artifactId>aopalliance</artifactId>
494 <version>1.0</version>
495 <properties>
496 <war.bundle>true</war.bundle>
497 </properties>
498 </dependency>
499 <dependency>
500 <groupId>geronimo-spec</groupId>
501 <artifactId>geronimo-spec-j2ee</artifactId>
502 <version>1.4-rc4</version>
503 <properties>
504 <war.bundle>true</war.bundle>
505 </properties>
506 </dependency>
507 <dependency>
508 <groupId>javassist</groupId>
509 <artifactId>javassist</artifactId>
510 <version>3.0</version>
511 <properties>
512 <war.bundle>true</war.bundle>
513 </properties>
514 </dependency>
515 <dependency>
516 <groupId>poi</groupId>
517 <artifactId>poi</artifactId>
518 <version>2.5.1-final-20040804</version>
519 <properties>
520 <war.bundle>true</war.bundle>
521 </properties>
522 </dependency>
523 <dependency>
524 <groupId>ognl</groupId>
525 <artifactId>ognl</artifactId>
526 <version>2.6.7</version>
527 <properties>
528 <war.bundle>true</war.bundle>
529 </properties>
530 </dependency>
531 <dependency>
532 <groupId>seasar</groupId>
533 <artifactId>s2-extension</artifactId>
534 <version>2.4.0-rc-1</version>
535 <properties>
536 <war.bundle>true</war.bundle>
537 </properties>
538 </dependency>
539 <dependency>
540 <groupId>seasar</groupId>
541 <artifactId>s2-framework</artifactId>
542 <version>2.4.0-rc-1</version>
543 <properties>
544 <war.bundle>true</war.bundle>
545 </properties>
546 </dependency>
547 <dependency>
548 <groupId>seasar</groupId>
549 <artifactId>s2-hibernate</artifactId>
550 <version>1.1.2</version>
551 <properties>
552 <war.bundle>true</war.bundle>
553 </properties>
554 </dependency>
555 <dependency>
556 <groupId>seasar</groupId>
557 <artifactId>s2-portlet</artifactId>
558 <version>1.0.3</version>
559 <properties>
560 <war.bundle>true</war.bundle>
561 </properties>
562 </dependency>
563 <dependency>
564 <groupId>seasar</groupId>
565 <artifactId>s2-portlet-hibernate</artifactId>
566 <version>1.0.3</version>
567 <properties>
568 <war.bundle>true</war.bundle>
569 </properties>
570 </dependency>
571
572 <dependency>
573 <groupId>org.seasar.teeda</groupId>
574 <artifactId>teeda-core</artifactId>
575 <version>1.0-beta-5.4</version>
576 <properties>
577 <war.bundle>true</war.bundle>
578 </properties>
579 </dependency>
580
581 <!-- Grizzy -->
582 <dependency>
583 <groupId>grizzly</groupId>
584 <artifactId>grizzly-framework</artifactId>
585 <version>0.1.1</version>
586 <properties>
587 <war.bundle>true</war.bundle>
588 </properties>
589 </dependency>
590 <dependency>
591 <groupId>grizzly</groupId>
592 <artifactId>grizzly-generic</artifactId>
593 <version>0.1.1</version>
594 <properties>
595 <war.bundle>true</war.bundle>
596 </properties>
597 </dependency>
598 <dependency>
599 <groupId>grizzly</groupId>
600 <artifactId>grizzly-hatena</artifactId>
601 <version>0.1.1</version>
602 <properties>
603 <war.bundle>true</war.bundle>
604 </properties>
605 </dependency>
606 </dependencies>
607
608
609 <build>
610 <defaultGoal>war:war</defaultGoal>
611 <sourceDirectory>src/java</sourceDirectory>
612 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
613 <unitTest>
614 <includes>
615 <include>**/*Test.java</include>
616 </includes>
617 </unitTest>
618 <resources>
619 <resource>
620 <directory>${basedir}/src/java/</directory>
621 <includes>
622 <include>**/*.properties</include>
623 <include>**/*.xml</include>
624 <include>**/*.dicon</include>
625 </includes>
626 <filtering>false</filtering>
627 </resource>
628 </resources>
629 </build>
630
631 <reports>
632 <report>maven-jdepend-plugin</report>
633 <report>maven-checkstyle-plugin</report>
634 <report>maven-pmd-plugin</report>
635 <report>maven-changelog-plugin</report>
636 <report>maven-file-activity-plugin</report>
637 <report>maven-developer-activity-plugin</report>
638 <report>maven-license-plugin</report>
639 <report>maven-javadoc-plugin</report>
640 <report>maven-jxr-plugin</report>
641 <report>maven-junit-report-plugin</report>
642 <report>maven-tasklist-plugin</report>
643 </reports>
644 <properties />
645 </project>

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