Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/teeda-ajax-portlet/pom.xml

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


Revision 1.5 - (show annotations) (download) (as text)
Mon Oct 23 12:58:09 2006 UTC (17 years, 5 months ago) by karma
Branch: MAIN
Changes since 1.4: +3 -8 lines
File MIME type: application/xml
- 依存ライブラリのバージョン変更
- jsp に JSFカスタムタグの記述追加

1 <?xml version="1.0"?><project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>jp.sf.pal</groupId>
4 <artifactId>teeda-ajax-portlet</artifactId>
5 <packaging>war</packaging>
6 <name>Ajax Portlet</name>
7 <version>0.1</version>
8 <description>Portlet example for using teeda-ajax</description>
9 <url>http://sourceforge.jp/projects/pal/</url>
10 <mailingLists>
11 <mailingList>
12 <name>CVS Notification List</name>
13 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
14 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
15 <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
16 </mailingList>
17 </mailingLists>
18 <developers>
19 <developer>
20 <id>karma</id>
21 <name>KATOH Yasufumi</name>
22 <email>karma@users.sourceforge.jp</email>
23 <roles>
24 <role>Java Developer</role>
25 </roles>
26 <timezone>+9</timezone>
27 </developer>
28 </developers>
29 <scm>
30 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:teeda-ajax-portlet</connection>
31 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/teeda-ajax-portlet/</url>
32 </scm>
33 <organization>
34 <name>Portal Application Laboratory</name>
35 <url>http://sourceforge.jp/projects/pal/</url>
36 </organization>
37 <build>
38 <sourceDirectory>src/main/java</sourceDirectory>
39 <testSourceDirectory>src/test/java</testSourceDirectory>
40 <finalName>teeda-ajax-portlet</finalName>
41 </build>
42 <repositories>
43 <repository>
44 <id>maven.seasar.org</id>
45 <name>The Seasar Foundation Maven2 Repository</name>
46 <url>http://maven.seasar.org/maven2</url>
47 </repository>
48 </repositories>
49 <dependencies>
50 <dependency>
51 <groupId>junit</groupId>
52 <artifactId>junit</artifactId>
53 <version>3.8.1</version>
54 <scope>test</scope>
55 </dependency>
56
57 <dependency>
58 <groupId>jstl</groupId>
59 <artifactId>jstl</artifactId>
60 <version>1.1.2</version>
61 </dependency>
62 <dependency>
63 <groupId>taglibs</groupId>
64 <artifactId>standard</artifactId>
65 <version>1.1.2</version>
66 </dependency>
67
68 <dependency>
69 <groupId>org.seasar.teeda</groupId>
70 <artifactId>teeda-core</artifactId>
71 <version>1.0-rc-2-SNAPSHOT</version>
72 </dependency>
73
74 <dependency>
75 <groupId>portlet-api</groupId>
76 <artifactId>portlet-api</artifactId>
77 <version>1.0</version>
78 <scope>provided</scope>
79 </dependency>
80 <dependency>
81 <groupId>org.seasar.portlet</groupId>
82 <artifactId>s2-portlet</artifactId>
83 <version>1.0.4</version>
84 </dependency>
85 <dependency>
86 <groupId>org.apache.portals.bridges</groupId>
87 <artifactId>portals-bridges-portletfilter</artifactId>
88 <version>1.0</version>
89 </dependency>
90 <dependency>
91 <groupId>org.seasar.teeda</groupId>
92 <artifactId>teeda-ajax</artifactId>
93 <version>1.0-rc-2-SNAPSHOT</version>
94 </dependency>
95
96 <dependency>
97 <groupId>log4j</groupId>
98 <artifactId>log4j</artifactId>
99 <version>1.2.9</version>
100 <scope>provided</scope>
101 </dependency>
102
103 </dependencies>
104 </project>

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