Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/notepad/project.xml

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


Revision 1.7 - (hide annotations) (download) (as text)
Sun Jul 2 12:43:04 2006 UTC (17 years, 9 months ago) by shinsuke
Branch: MAIN
Changes since 1.6: +596 -566 lines
File MIME type: application/xml
replaced myfaces with teeda

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

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