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.5 - (show annotations) (download) (as text)
Sun Nov 20 01:56:54 2005 UTC (18 years, 4 months ago) by shinsuke
Branch: MAIN
Changes since 1.4: +15 -6 lines
File MIME type: application/xml
title string has been abbreviated now on title view page.

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.4 2005/11/20 01:07:39 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>blog</artifactId>
24 <currentVersion>1.0-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-SNAPSHOT</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-portlet-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 <artifactId>hibernate-utils</artifactId>
94 <version>0.1-SNAPSHOT</version>
95 <type>jar</type>
96 <properties>
97 <war.bundle>true</war.bundle>
98 </properties>
99 </dependency>
100
101 <dependency>
102 <groupId>portals-bridges</groupId>
103 <artifactId>portals-bridges-common</artifactId>
104 <version>0.4-SNAPSHOT</version>
105 <type>jar</type>
106 <properties>
107 <war.bundle>true</war.bundle>
108 </properties>
109 </dependency>
110
111 <dependency>
112 <id>jetspeed-header-resource</id>
113 <groupId>jetspeed2</groupId>
114 <version>${jetspeed.version}</version>
115 <properties>
116 <war.bundle>false</war.bundle>
117 </properties>
118 </dependency>
119
120
121 <dependency>
122 <id>servletapi</id>
123 <version>2.3</version>
124 <properties>
125 <war.bundle>false</war.bundle>
126 </properties>
127 </dependency>
128 <dependency>
129 <groupId>portlet-api</groupId>
130 <artifactId>portlet-api</artifactId>
131 <version>1.0</version>
132 <properties>
133 <war.bundle>false</war.bundle>
134 </properties>
135 </dependency>
136
137 <dependency>
138 <groupId>commons-lang</groupId>
139 <artifactId>commons-lang</artifactId>
140 <version>2.1</version>
141 <url>http://jakarta.apache.org/commons/lang</url>
142 <properties>
143 <war.bundle>true</war.bundle>
144 </properties>
145 </dependency>
146 <dependency>
147 <groupId>commons-beanutils</groupId>
148 <artifactId>commons-beanutils</artifactId>
149 <version>1.6.1</version>
150 <url>http://jakarta.apache.org/commons/beanutils</url>
151 <properties>
152 <war.bundle>true</war.bundle>
153 </properties>
154 </dependency>
155 <dependency>
156 <groupId>commons-codec</groupId>
157 <artifactId>commons-codec</artifactId>
158 <version>1.2</version>
159 <url>http://jakarta.apache.org/commons/codec/</url>
160 <properties>
161 <war.bundle>true</war.bundle>
162 </properties>
163 </dependency>
164 <dependency>
165 <groupId>commons-collections</groupId>
166 <artifactId>commons-collections</artifactId>
167 <version>2.1</version>
168 <url>http://jakarta.apache.org/commons/collections</url>
169 <properties>
170 <war.bundle>true</war.bundle>
171 </properties>
172 </dependency>
173 <dependency>
174 <groupId>commons-digester</groupId>
175 <artifactId>commons-digester</artifactId>
176 <version>1.5</version>
177 <url>http://jakarta.apache.org/commons/digester</url>
178 <properties>
179 <war.bundle>true</war.bundle>
180 </properties>
181 </dependency>
182 <dependency>
183 <groupId>commons-fileupload</groupId>
184 <artifactId>commons-fileupload</artifactId>
185 <version>1.0</version>
186 <properties>
187 <war.bundle>true</war.bundle>
188 </properties>
189 </dependency>
190 <dependency>
191 <id>log4j</id>
192 <version>1.2.9</version>
193 <properties>
194 <war.bundle>true</war.bundle>
195 </properties>
196 </dependency>
197
198 <dependency>
199 <groupId>myfaces</groupId>
200 <artifactId>myfaces-all</artifactId>
201 <version>1.1.1</version>
202 <properties>
203 <war.bundle>true</war.bundle>
204 </properties>
205 </dependency>
206
207 <dependency>
208 <groupId>commons-logging</groupId>
209 <artifactId>commons-logging</artifactId>
210 <version>1.0.4</version>
211 <url>http://jakarta.apache.org/commons/logging</url>
212 <properties>
213 <war.bundle>true</war.bundle>
214 </properties>
215 </dependency>
216 <dependency>
217 <groupId>commons-el</groupId>
218 <artifactId>commons-el</artifactId>
219 <version>1.0</version>
220 <url>http://jakarta.apache.org/commons/el/</url>
221 <properties>
222 <war.bundle>true</war.bundle>
223 </properties>
224 </dependency>
225 <!--
226 <dependency>
227 <groupId>hsqldb</groupId>
228 <artifactId>hsqldb</artifactId>
229 <version>1.7.3.3</version>
230 <properties>
231 <war.bundle>true</war.bundle>
232 </properties>
233 </dependency>
234 -->
235 <dependency>
236 <groupId>mysql</groupId>
237 <artifactId>mysql-connector-java</artifactId>
238 <version>3.0.10</version>
239 <properties>
240 <war.bundle>true</war.bundle>
241 </properties>
242 </dependency>
243 <!-- Hibernate -->
244 <dependency>
245 <groupId>hibernate</groupId>
246 <artifactId>hibernate</artifactId>
247 <version>3.0.5</version>
248 <properties>
249 <war.bundle>true</war.bundle>
250 </properties>
251 </dependency>
252
253 <dependency>
254 <groupId>ehcache</groupId>
255 <artifactId>ehcache</artifactId>
256 <version>1.1</version>
257 <properties>
258 <war.bundle>true</war.bundle>
259 </properties>
260 </dependency>
261
262 <dependency>
263 <groupId>swarmcache</groupId>
264 <artifactId>swarmcache</artifactId>
265 <version>1.0RC2</version>
266 <properties>
267 <war.bundle>true</war.bundle>
268 </properties>
269 </dependency>
270
271 <dependency>
272 <groupId>jboss</groupId>
273 <artifactId>jboss-cache</artifactId>
274 <version>1.2.2</version>
275 <properties>
276 <war.bundle>true</war.bundle>
277 </properties>
278 </dependency>
279
280 <dependency>
281 <groupId>jgroups</groupId>
282 <artifactId>jgroups-all</artifactId>
283 <version>2.2.7</version>
284 <properties>
285 <war.bundle>true</war.bundle>
286 </properties>
287 </dependency>
288
289 <dependency>
290 <groupId>jta</groupId>
291 <artifactId>jta</artifactId>
292 <version>1.0.1B</version>
293 <properties>
294 <war.bundle>true</war.bundle>
295 </properties>
296 </dependency>
297
298 <dependency>
299 <groupId>c3p0</groupId>
300 <artifactId>c3p0</artifactId>
301 <version>0.8.5.2</version>
302 <properties>
303 <war.bundle>true</war.bundle>
304 </properties>
305 </dependency>
306
307 <dependency>
308 <groupId>j2ee</groupId>
309 <artifactId>connector</artifactId>
310 <version>1.0</version>
311 <properties>
312 <war.bundle>true</war.bundle>
313 </properties>
314 </dependency>
315
316 <dependency>
317 <groupId>jboss</groupId>
318 <artifactId>jboss-system</artifactId>
319 <version>4.0.2</version>
320 <properties>
321 <war.bundle>true</war.bundle>
322 </properties>
323 </dependency>
324
325 <dependency>
326 <groupId>asm</groupId>
327 <artifactId>asm-attrs</artifactId>
328 <version>1.5.3</version>
329 <properties>
330 <war.bundle>true</war.bundle>
331 </properties>
332 </dependency>
333
334 <dependency>
335 <groupId>j2ee</groupId>
336 <artifactId>jacc</artifactId>
337 <version>1_0-fr</version>
338 <properties>
339 <war.bundle>true</war.bundle>
340 </properties>
341 </dependency>
342
343 <dependency>
344 <groupId>dom4j</groupId>
345 <artifactId>dom4j</artifactId>
346 <version>1.6</version>
347 <properties>
348 <war.bundle>true</war.bundle>
349 </properties>
350 </dependency>
351
352 <dependency>
353 <groupId>hibernate</groupId>
354 <artifactId>antlr</artifactId>
355 <version>2.7.5H3</version>
356 <properties>
357 <war.bundle>true</war.bundle>
358 </properties>
359 </dependency>
360
361 <dependency>
362 <groupId>cglib</groupId>
363 <artifactId>cglib</artifactId>
364 <version>2.1</version>
365 <properties>
366 <war.bundle>true</war.bundle>
367 </properties>
368 </dependency>
369
370 <dependency>
371 <groupId>jboss</groupId>
372 <artifactId>jboss-common</artifactId>
373 <version>4.0.2</version>
374 <properties>
375 <war.bundle>true</war.bundle>
376 </properties>
377 </dependency>
378
379 <dependency>
380 <groupId>opensymphony</groupId>
381 <artifactId>oscache</artifactId>
382 <version>2.1</version>
383 <properties>
384 <war.bundle>true</war.bundle>
385 </properties>
386 </dependency>
387
388 <dependency>
389 <groupId>asm</groupId>
390 <artifactId>asm</artifactId>
391 <version>1.5.3</version>
392 <properties>
393 <war.bundle>true</war.bundle>
394 </properties>
395 </dependency>
396
397 <dependency>
398 <groupId>jboss</groupId>
399 <artifactId>jboss-jmx</artifactId>
400 <version>4.0.2</version>
401 <properties>
402 <war.bundle>true</war.bundle>
403 </properties>
404 </dependency>
405
406 <dependency>
407 <groupId>jaxen</groupId>
408 <artifactId>jaxen</artifactId>
409 <version>1.1-beta-4</version>
410 <properties>
411 <war.bundle>true</war.bundle>
412 </properties>
413 </dependency>
414
415 <dependency>
416 <groupId>proxool</groupId>
417 <artifactId>proxool</artifactId>
418 <version>0.8.3</version>
419 <properties>
420 <war.bundle>true</war.bundle>
421 </properties>
422 </dependency>
423
424 <dependency>
425 <groupId>concurrent</groupId>
426 <artifactId>concurrent</artifactId>
427 <version>1.3.4</version>
428 <properties>
429 <war.bundle>true</war.bundle>
430 </properties>
431 </dependency>
432
433 </dependencies>
434
435
436 <build>
437 <sourceDirectory>src/java</sourceDirectory>
438 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
439 <unitTest>
440 <includes>
441 <include>**/*Test.java</include>
442 </includes>
443 </unitTest>
444 <resources>
445 <resource>
446 <directory>${basedir}/src/java/</directory>
447 <includes>
448 <include>**/*.properties</include>
449 <include>**/*.xml</include>
450 <include>**/*.dicon</include>
451 </includes>
452 <filtering>false</filtering>
453 </resource>
454 </resources>
455 </build>
456
457 <reports>
458 <report>maven-jdepend-plugin</report>
459 <report>maven-checkstyle-plugin</report>
460 <report>maven-pmd-plugin</report>
461 <report>maven-changelog-plugin</report>
462 <report>maven-file-activity-plugin</report>
463 <report>maven-developer-activity-plugin</report>
464 <report>maven-license-plugin</report>
465 <report>maven-javadoc-plugin</report>
466 <report>maven-jxr-plugin</report>
467 <report>maven-junit-report-plugin</report>
468 <report>maven-tasklist-plugin</report>
469 </reports>
470 <properties/>
471 </project>

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