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.5 - (hide annotations) (download) (as text)
Fri Apr 14 22:02:11 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
Changes since 1.4: +4 -4 lines
File MIME type: application/xml
updated s2portlet

1 shinsuke 1.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 shinsuke 1.5 $Id: project.xml,v 1.4 2006/03/23 22:02:53 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>notepad</artifactId>
24 shinsuke 1.2 <currentVersion>0.2-SNAPSHOT</currentVersion>
25 shinsuke 1.1 <name>Notepad Portlet</name>
26     <description>Portlet to manage your comments</description>
27     <shortDescription>Notepad management</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/notepad</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:notepad</connection>
36     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:notepad</developerConnection>
37     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/notepad</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 shinsuke 1.3 <version>0.1.1</version>
77 shinsuke 1.1 <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 shinsuke 1.3 <version>0.2-SNAPSHOT</version>
86 shinsuke 1.1 <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 shinsuke 1.3 <version>1.2.13</version>
183 shinsuke 1.1 <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 shinsuke 1.2
252 shinsuke 1.1 <!-- Hibernate -->
253 shinsuke 1.2
254 shinsuke 1.1 <dependency>
255     <groupId>hibernate</groupId>
256     <artifactId>hibernate</artifactId>
257 shinsuke 1.2 <version>3.1.2</version>
258 shinsuke 1.1 <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 shinsuke 1.3 <!--dependency>
273 shinsuke 1.1 <groupId>swarmcache</groupId>
274     <artifactId>swarmcache</artifactId>
275     <version>1.0RC2</version>
276     <properties>
277     <war.bundle>true</war.bundle>
278     </properties>
279 shinsuke 1.3 </dependency-->
280 shinsuke 1.1
281 shinsuke 1.3 <!--dependency>
282 shinsuke 1.1 <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 shinsuke 1.3 </dependency-->
289 shinsuke 1.1
290 shinsuke 1.3 <!--dependency>
291 shinsuke 1.1 <groupId>jgroups</groupId>
292     <artifactId>jgroups-all</artifactId>
293 shinsuke 1.2 <version>2.2.8</version>
294 shinsuke 1.1 <properties>
295     <war.bundle>true</war.bundle>
296     </properties>
297 shinsuke 1.3 </dependency-->
298 shinsuke 1.1
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 shinsuke 1.3 <!--dependency>
309 shinsuke 1.1 <groupId>c3p0</groupId>
310     <artifactId>c3p0</artifactId>
311 shinsuke 1.2 <version>0.9.0</version>
312 shinsuke 1.1 <properties>
313     <war.bundle>true</war.bundle>
314     </properties>
315 shinsuke 1.3 </dependency-->
316 shinsuke 1.1
317 shinsuke 1.3 <!--dependency>
318 shinsuke 1.1 <groupId>j2ee</groupId>
319     <artifactId>connector</artifactId>
320     <version>1.0</version>
321     <properties>
322     <war.bundle>true</war.bundle>
323     </properties>
324 shinsuke 1.3 </dependency-->
325 shinsuke 1.1
326 shinsuke 1.3 <!--dependency>
327 shinsuke 1.1 <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 shinsuke 1.3 </dependency-->
334 shinsuke 1.1
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 shinsuke 1.3 <!--dependency>
345 shinsuke 1.1 <groupId>j2ee</groupId>
346     <artifactId>jacc</artifactId>
347     <version>1_0-fr</version>
348     <properties>
349     <war.bundle>true</war.bundle>
350     </properties>
351 shinsuke 1.3 </dependency-->
352 shinsuke 1.1
353     <dependency>
354     <groupId>dom4j</groupId>
355     <artifactId>dom4j</artifactId>
356 shinsuke 1.2 <version>1.6.1</version>
357 shinsuke 1.1 <properties>
358     <war.bundle>true</war.bundle>
359     </properties>
360     </dependency>
361    
362     <dependency>
363 shinsuke 1.2 <groupId>antlr</groupId>
364 shinsuke 1.1 <artifactId>antlr</artifactId>
365 shinsuke 1.2 <version>2.7.6rc1</version>
366 shinsuke 1.1 <properties>
367     <war.bundle>true</war.bundle>
368     </properties>
369     </dependency>
370    
371     <dependency>
372     <groupId>cglib</groupId>
373     <artifactId>cglib</artifactId>
374 shinsuke 1.2 <version>2.1_3</version>
375 shinsuke 1.1 <properties>
376     <war.bundle>true</war.bundle>
377     </properties>
378     </dependency>
379    
380 shinsuke 1.3 <!--dependency>
381 shinsuke 1.1 <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 shinsuke 1.3 </dependency-->
388 shinsuke 1.1
389     <dependency>
390 shinsuke 1.2 <groupId>asm</groupId>
391     <artifactId>asm</artifactId>
392     <version>1.5.3</version>
393 shinsuke 1.1 <properties>
394     <war.bundle>true</war.bundle>
395     </properties>
396     </dependency>
397    
398 shinsuke 1.3 <!--dependency>
399 shinsuke 1.2 <groupId>opensymphony</groupId>
400     <artifactId>oscache</artifactId>
401     <version>2.1</version>
402 shinsuke 1.1 <properties>
403     <war.bundle>true</war.bundle>
404     </properties>
405 shinsuke 1.3 </dependency-->
406 shinsuke 1.1
407 shinsuke 1.2 <!-- jaas.jar, jdbc2_0-stdext.jar -->
408    
409 shinsuke 1.3 <!--dependency>
410 shinsuke 1.1 <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 shinsuke 1.3 </dependency-->
417 shinsuke 1.1
418 shinsuke 1.2 <!-- xerces-2.6.2.jar -->
419    
420 shinsuke 1.1 <dependency>
421     <groupId>jaxen</groupId>
422     <artifactId>jaxen</artifactId>
423 shinsuke 1.2 <version>1.1-beta-7</version>
424 shinsuke 1.1 <properties>
425     <war.bundle>true</war.bundle>
426     </properties>
427     </dependency>
428    
429     <dependency>
430 shinsuke 1.2 <groupId>commons-collections</groupId>
431     <artifactId>commons-collections</artifactId>
432     <version>2.1.1</version>
433 shinsuke 1.3 <url>http://jakarta.apache.org/commons/collections</url>
434 shinsuke 1.1 <properties>
435     <war.bundle>true</war.bundle>
436     </properties>
437     </dependency>
438    
439 shinsuke 1.3 <!--dependency>
440 shinsuke 1.2 <groupId>proxool</groupId>
441     <artifactId>proxool</artifactId>
442     <version>0.8.3</version>
443 shinsuke 1.1 <properties>
444     <war.bundle>true</war.bundle>
445     </properties>
446 shinsuke 1.3 </dependency-->
447 shinsuke 1.1
448 shinsuke 1.3 <!--dependency>
449 shinsuke 1.2 <groupId>concurrent</groupId>
450     <artifactId>concurrent</artifactId>
451     <version>1.3.2</version>
452 shinsuke 1.1 <properties>
453     <war.bundle>true</war.bundle>
454     </properties>
455 shinsuke 1.3 </dependency-->
456 shinsuke 1.1
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 shinsuke 1.2 <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 shinsuke 1.1 <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 shinsuke 1.5 <version>2.4.0-beta-1</version>
503 shinsuke 1.1 <properties>
504     <war.bundle>true</war.bundle>
505     </properties>
506     </dependency>
507     <dependency>
508     <groupId>seasar</groupId>
509     <artifactId>s2-framework</artifactId>
510 shinsuke 1.5 <version>2.4.0-beta-1</version>
511 shinsuke 1.1 <properties>
512     <war.bundle>true</war.bundle>
513     </properties>
514     </dependency>
515     <dependency>
516     <groupId>seasar</groupId>
517     <artifactId>s2-hibernate</artifactId>
518 shinsuke 1.2 <version>1.1.2</version>
519 shinsuke 1.1 <properties>
520     <war.bundle>true</war.bundle>
521     </properties>
522     </dependency>
523 shinsuke 1.4 <dependency>
524     <groupId>seasar</groupId>
525     <artifactId>s2-portlet</artifactId>
526 shinsuke 1.5 <version>1.0.0</version>
527 shinsuke 1.4 <properties>
528     <war.bundle>true</war.bundle>
529     </properties>
530     </dependency>
531 shinsuke 1.1
532    
533     </dependencies>
534    
535    
536     <build>
537     <sourceDirectory>src/java</sourceDirectory>
538     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
539     <unitTest>
540     <includes>
541     <include>**/*Test.java</include>
542     </includes>
543     </unitTest>
544     <resources>
545     <resource>
546     <directory>${basedir}/src/java/</directory>
547     <includes>
548     <include>**/*.properties</include>
549     <include>**/*.xml</include>
550     <include>**/*.dicon</include>
551     </includes>
552     <filtering>false</filtering>
553     </resource>
554     </resources>
555     </build>
556    
557     <reports>
558     <report>maven-jdepend-plugin</report>
559     <report>maven-checkstyle-plugin</report>
560     <report>maven-pmd-plugin</report>
561     <report>maven-changelog-plugin</report>
562     <report>maven-file-activity-plugin</report>
563     <report>maven-developer-activity-plugin</report>
564     <report>maven-license-plugin</report>
565     <report>maven-javadoc-plugin</report>
566     <report>maven-jxr-plugin</report>
567     <report>maven-junit-report-plugin</report>
568     <report>maven-tasklist-plugin</report>
569     </reports>
570     <properties/>
571     </project>

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