Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/notepad/project.xml

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


Revision 1.6 - (show annotations) (download) (as text)
Fri Apr 14 22:57:14 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
Changes since 1.5: +9 -1 lines
File MIME type: application/xml
added logo

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

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