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.20 - (show annotations) (download) (as text)
Fri Mar 24 22:10:04 2006 UTC (18 years ago) by shinsuke
Branch: MAIN
Changes since 1.19: +11 -30 lines
File MIME type: application/xml
replaced with S2Portlet

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.19 2006/02/11 03:36:39 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>blog</artifactId>
24 <currentVersion>1.3-SNAPSHOT</currentVersion>
25 <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 <groupId>pal</groupId>
65 <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 <version>0.1.1</version>
77 <type>jar</type>
78 <properties>
79 <war.bundle>true</war.bundle>
80 </properties>
81 </dependency>
82 <dependency>
83 <groupId>marevol</groupId>
84 <artifactId>marevol-faces-utils</artifactId>
85 <version>0.2-SNAPSHOT</version>
86 <type>jar</type>
87 <properties>
88 <war.bundle>true</war.bundle>
89 </properties>
90 </dependency>
91
92 <dependency>
93 <groupId>org.apache.portals.bridges</groupId>
94 <artifactId>portals-bridges-common</artifactId>
95 <version>1.0</version>
96 <type>jar</type>
97 <properties>
98 <war.bundle>true</war.bundle>
99 </properties>
100 </dependency>
101 <dependency>
102 <id>jetspeed-header-resource</id>
103 <groupId>org.apache.portals.jetspeed-2</groupId>
104 <version>${jetspeed.version}</version>
105 <properties>
106 <war.bundle>false</war.bundle>
107 </properties>
108 </dependency>
109
110 <dependency>
111 <groupId>org.apache.portals.bridges</groupId>
112 <artifactId>portals-bridges-portletfilter</artifactId>
113 <version>1.0</version>
114 <type>jar</type>
115 <properties>
116 <war.bundle>true</war.bundle>
117 </properties>
118 </dependency>
119
120 <dependency>
121 <id>servletapi</id>
122 <version>2.3</version>
123 <properties>
124 <war.bundle>false</war.bundle>
125 </properties>
126 </dependency>
127 <dependency>
128 <groupId>portlet-api</groupId>
129 <artifactId>portlet-api</artifactId>
130 <version>1.0</version>
131 <properties>
132 <war.bundle>false</war.bundle>
133 </properties>
134 </dependency>
135
136 <dependency>
137 <groupId>commons-lang</groupId>
138 <artifactId>commons-lang</artifactId>
139 <version>2.1</version>
140 <url>http://jakarta.apache.org/commons/lang</url>
141 <properties>
142 <war.bundle>true</war.bundle>
143 </properties>
144 </dependency>
145 <dependency>
146 <groupId>commons-beanutils</groupId>
147 <artifactId>commons-beanutils</artifactId>
148 <version>1.6.1</version>
149 <url>http://jakarta.apache.org/commons/beanutils</url>
150 <properties>
151 <war.bundle>true</war.bundle>
152 </properties>
153 </dependency>
154 <dependency>
155 <groupId>commons-codec</groupId>
156 <artifactId>commons-codec</artifactId>
157 <version>1.2</version>
158 <url>http://jakarta.apache.org/commons/codec/</url>
159 <properties>
160 <war.bundle>true</war.bundle>
161 </properties>
162 </dependency>
163 <dependency>
164 <groupId>commons-digester</groupId>
165 <artifactId>commons-digester</artifactId>
166 <version>1.5</version>
167 <url>http://jakarta.apache.org/commons/digester</url>
168 <properties>
169 <war.bundle>true</war.bundle>
170 </properties>
171 </dependency>
172 <dependency>
173 <groupId>commons-fileupload</groupId>
174 <artifactId>commons-fileupload</artifactId>
175 <version>1.0</version>
176 <properties>
177 <war.bundle>true</war.bundle>
178 </properties>
179 </dependency>
180 <dependency>
181 <id>log4j</id>
182 <version>1.2.13</version>
183 <properties>
184 <war.bundle>true</war.bundle>
185 </properties>
186 </dependency>
187
188 <dependency>
189 <groupId>myfaces</groupId>
190 <artifactId>myfaces-all</artifactId>
191 <version>1.1.1</version>
192 <properties>
193 <war.bundle>true</war.bundle>
194 </properties>
195 </dependency>
196
197 <dependency>
198 <groupId>commons-logging</groupId>
199 <artifactId>commons-logging</artifactId>
200 <version>1.0.4</version>
201 <url>http://jakarta.apache.org/commons/logging</url>
202 <properties>
203 <war.bundle>true</war.bundle>
204 </properties>
205 </dependency>
206 <dependency>
207 <groupId>commons-el</groupId>
208 <artifactId>commons-el</artifactId>
209 <version>1.0</version>
210 <url>http://jakarta.apache.org/commons/el/</url>
211 <properties>
212 <war.bundle>true</war.bundle>
213 </properties>
214 </dependency>
215 <dependency>
216 <groupId>commons-validator</groupId>
217 <artifactId>commons-validator</artifactId>
218 <version>1.2.0</version>
219 <url>http://jakarta.apache.org/commons/validator/</url>
220 <properties>
221 <war.bundle>true</war.bundle>
222 </properties>
223 </dependency>
224 <dependency>
225 <groupId>oro</groupId>
226 <artifactId>oro</artifactId>
227 <version>2.0.7</version>
228 <url>http://jakarta.apache.org/commons/validator/</url>
229 <properties>
230 <war.bundle>true</war.bundle>
231 </properties>
232 </dependency>
233 <dependency>
234 <groupId>hsqldb</groupId>
235 <artifactId>hsqldb</artifactId>
236 <version>1.7.3.3</version>
237 <properties>
238 <war.bundle>true</war.bundle>
239 </properties>
240 </dependency>
241 <!--
242 <dependency>
243 <groupId>mysql</groupId>
244 <artifactId>mysql-connector-java</artifactId>
245 <version>3.0.10</version>
246 <properties>
247 <war.bundle>true</war.bundle>
248 </properties>
249 </dependency>
250 -->
251
252 <!-- Hibernate -->
253
254 <dependency>
255 <groupId>hibernate</groupId>
256 <artifactId>hibernate</artifactId>
257 <version>3.1.2</version>
258 <properties>
259 <war.bundle>true</war.bundle>
260 </properties>
261 </dependency>
262
263 <dependency>
264 <groupId>ehcache</groupId>
265 <artifactId>ehcache</artifactId>
266 <version>1.1</version>
267 <properties>
268 <war.bundle>true</war.bundle>
269 </properties>
270 </dependency>
271
272 <!--dependency>
273 <groupId>swarmcache</groupId>
274 <artifactId>swarmcache</artifactId>
275 <version>1.0RC2</version>
276 <properties>
277 <war.bundle>true</war.bundle>
278 </properties>
279 </dependency-->
280
281 <!--dependency>
282 <groupId>jboss</groupId>
283 <artifactId>jboss-cache</artifactId>
284 <version>1.2.2</version>
285 <properties>
286 <war.bundle>true</war.bundle>
287 </properties>
288 </dependency-->
289
290 <!--dependency>
291 <groupId>jgroups</groupId>
292 <artifactId>jgroups-all</artifactId>
293 <version>2.2.8</version>
294 <properties>
295 <war.bundle>true</war.bundle>
296 </properties>
297 </dependency-->
298
299 <dependency>
300 <groupId>jta</groupId>
301 <artifactId>jta</artifactId>
302 <version>1.0.1B</version>
303 <properties>
304 <war.bundle>true</war.bundle>
305 </properties>
306 </dependency>
307
308 <!--dependency>
309 <groupId>c3p0</groupId>
310 <artifactId>c3p0</artifactId>
311 <version>0.9.0</version>
312 <properties>
313 <war.bundle>true</war.bundle>
314 </properties>
315 </dependency-->
316
317 <!--dependency>
318 <groupId>j2ee</groupId>
319 <artifactId>connector</artifactId>
320 <version>1.0</version>
321 <properties>
322 <war.bundle>true</war.bundle>
323 </properties>
324 </dependency-->
325
326 <!--dependency>
327 <groupId>jboss</groupId>
328 <artifactId>jboss-system</artifactId>
329 <version>4.0.2</version>
330 <properties>
331 <war.bundle>true</war.bundle>
332 </properties>
333 </dependency-->
334
335 <dependency>
336 <groupId>asm</groupId>
337 <artifactId>asm-attrs</artifactId>
338 <version>1.5.3</version>
339 <properties>
340 <war.bundle>true</war.bundle>
341 </properties>
342 </dependency>
343
344 <!--dependency>
345 <groupId>j2ee</groupId>
346 <artifactId>jacc</artifactId>
347 <version>1_0-fr</version>
348 <properties>
349 <war.bundle>true</war.bundle>
350 </properties>
351 </dependency-->
352
353 <dependency>
354 <groupId>dom4j</groupId>
355 <artifactId>dom4j</artifactId>
356 <version>1.6.1</version>
357 <properties>
358 <war.bundle>true</war.bundle>
359 </properties>
360 </dependency>
361
362 <dependency>
363 <groupId>antlr</groupId>
364 <artifactId>antlr</artifactId>
365 <version>2.7.6rc1</version>
366 <properties>
367 <war.bundle>true</war.bundle>
368 </properties>
369 </dependency>
370
371 <dependency>
372 <groupId>cglib</groupId>
373 <artifactId>cglib</artifactId>
374 <version>2.1_3</version>
375 <properties>
376 <war.bundle>true</war.bundle>
377 </properties>
378 </dependency>
379
380 <!--dependency>
381 <groupId>jboss</groupId>
382 <artifactId>jboss-common</artifactId>
383 <version>4.0.2</version>
384 <properties>
385 <war.bundle>true</war.bundle>
386 </properties>
387 </dependency-->
388
389 <dependency>
390 <groupId>asm</groupId>
391 <artifactId>asm</artifactId>
392 <version>1.5.3</version>
393 <properties>
394 <war.bundle>true</war.bundle>
395 </properties>
396 </dependency>
397
398 <!--dependency>
399 <groupId>opensymphony</groupId>
400 <artifactId>oscache</artifactId>
401 <version>2.1</version>
402 <properties>
403 <war.bundle>true</war.bundle>
404 </properties>
405 </dependency-->
406
407 <!-- jaas.jar, jdbc2_0-stdext.jar -->
408
409 <!--dependency>
410 <groupId>jboss</groupId>
411 <artifactId>jboss-jmx</artifactId>
412 <version>4.0.2</version>
413 <properties>
414 <war.bundle>true</war.bundle>
415 </properties>
416 </dependency-->
417
418 <!-- xerces-2.6.2.jar -->
419
420 <dependency>
421 <groupId>jaxen</groupId>
422 <artifactId>jaxen</artifactId>
423 <version>1.1-beta-7</version>
424 <properties>
425 <war.bundle>true</war.bundle>
426 </properties>
427 </dependency>
428
429 <dependency>
430 <groupId>commons-collections</groupId>
431 <artifactId>commons-collections</artifactId>
432 <version>2.1.1</version>
433 <url>http://jakarta.apache.org/commons/collections</url>
434 <properties>
435 <war.bundle>true</war.bundle>
436 </properties>
437 </dependency>
438
439 <!--dependency>
440 <groupId>proxool</groupId>
441 <artifactId>proxool</artifactId>
442 <version>0.8.3</version>
443 <properties>
444 <war.bundle>true</war.bundle>
445 </properties>
446 </dependency-->
447
448 <!--dependency>
449 <groupId>concurrent</groupId>
450 <artifactId>concurrent</artifactId>
451 <version>1.3.2</version>
452 <properties>
453 <war.bundle>true</war.bundle>
454 </properties>
455 </dependency-->
456
457 <!-- S2Hibernate -->
458
459 <dependency>
460 <groupId>aopalliance</groupId>
461 <artifactId>aopalliance</artifactId>
462 <version>1.0</version>
463 <properties>
464 <war.bundle>true</war.bundle>
465 </properties>
466 </dependency>
467 <dependency>
468 <groupId>geronimo-spec</groupId>
469 <artifactId>geronimo-spec-j2ee</artifactId>
470 <version>1.4-rc4</version>
471 <properties>
472 <war.bundle>true</war.bundle>
473 </properties>
474 </dependency>
475 <dependency>
476 <groupId>javassist</groupId>
477 <artifactId>javassist</artifactId>
478 <version>3.0</version>
479 <properties>
480 <war.bundle>true</war.bundle>
481 </properties>
482 </dependency>
483 <dependency>
484 <groupId>poi</groupId>
485 <artifactId>poi</artifactId>
486 <version>2.5.1-final-20040804</version>
487 <properties>
488 <war.bundle>true</war.bundle>
489 </properties>
490 </dependency>
491 <dependency>
492 <groupId>ognl</groupId>
493 <artifactId>ognl</artifactId>
494 <version>2.6.5</version>
495 <properties>
496 <war.bundle>true</war.bundle>
497 </properties>
498 </dependency>
499 <dependency>
500 <groupId>seasar</groupId>
501 <artifactId>s2-extension</artifactId>
502 <version>2.4.0-SNAPSHOT</version>
503 <properties>
504 <war.bundle>true</war.bundle>
505 </properties>
506 </dependency>
507 <dependency>
508 <groupId>seasar</groupId>
509 <artifactId>s2-framework</artifactId>
510 <version>2.4.0-SNAPSHOT</version>
511 <properties>
512 <war.bundle>true</war.bundle>
513 </properties>
514 </dependency>
515 <dependency>
516 <groupId>seasar</groupId>
517 <artifactId>s2-hibernate</artifactId>
518 <version>1.1.2</version>
519 <properties>
520 <war.bundle>true</war.bundle>
521 </properties>
522 </dependency>
523 <dependency>
524 <groupId>seasar</groupId>
525 <artifactId>s2-portlet</artifactId>
526 <version>1.0.0-SNAPSHOT</version>
527 <properties>
528 <war.bundle>true</war.bundle>
529 </properties>
530 </dependency>
531
532 </dependencies>
533
534
535 <build>
536 <sourceDirectory>src/java</sourceDirectory>
537 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
538 <unitTest>
539 <includes>
540 <include>**/*Test.java</include>
541 </includes>
542 </unitTest>
543 <resources>
544 <resource>
545 <directory>${basedir}/src/java/</directory>
546 <includes>
547 <include>**/*.properties</include>
548 <include>**/*.xml</include>
549 <include>**/*.dicon</include>
550 </includes>
551 <filtering>false</filtering>
552 </resource>
553 </resources>
554 </build>
555
556 <reports>
557 <report>maven-jdepend-plugin</report>
558 <report>maven-checkstyle-plugin</report>
559 <report>maven-pmd-plugin</report>
560 <report>maven-changelog-plugin</report>
561 <report>maven-file-activity-plugin</report>
562 <report>maven-developer-activity-plugin</report>
563 <report>maven-license-plugin</report>
564 <report>maven-javadoc-plugin</report>
565 <report>maven-jxr-plugin</report>
566 <report>maven-junit-report-plugin</report>
567 <report>maven-tasklist-plugin</report>
568 </reports>
569 <properties/>
570 </project>

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