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.4 - (show annotations) (download) (as text)
Tue Oct 3 10:54:46 2006 UTC (17 years, 6 months ago) by karma
Branch: MAIN
Changes since 1.3: +1 -125 lines
File MIME type: application/xml
不要な依存ライブラリを消去

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 <repository>
49 <id>apache-repo</id>
50 <name>apache-repo</name>
51 <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
52 </repository>
53 </repositories>
54 <dependencies>
55 <dependency>
56 <groupId>junit</groupId>
57 <artifactId>junit</artifactId>
58 <version>3.8.1</version>
59 <scope>test</scope>
60 </dependency>
61
62 <dependency>
63 <groupId>jstl</groupId>
64 <artifactId>jstl</artifactId>
65 <version>1.1.2</version>
66 </dependency>
67 <dependency>
68 <groupId>taglibs</groupId>
69 <artifactId>standard</artifactId>
70 <version>1.1.2</version>
71 </dependency>
72
73 <dependency>
74 <groupId>org.seasar.teeda</groupId>
75 <artifactId>teeda-core</artifactId>
76 <version>1.0-beta-6</version>
77 </dependency>
78
79 <dependency>
80 <groupId>portlet-api</groupId>
81 <artifactId>portlet-api</artifactId>
82 <version>1.0</version>
83 <scope>provided</scope>
84 </dependency>
85 <dependency>
86 <groupId>org.seasar.portlet</groupId>
87 <artifactId>s2-portlet</artifactId>
88 <version>1.0.3</version>
89 </dependency>
90 <dependency>
91 <groupId>org.apache.portals.bridges</groupId>
92 <artifactId>portals-bridges-portletfilter</artifactId>
93 <version>1.0</version>
94 </dependency>
95 <dependency>
96 <groupId>org.seasar.teeda</groupId>
97 <artifactId>teeda-ajax</artifactId>
98 <version>1.0-beta-6</version>
99 </dependency>
100
101 <dependency>
102 <groupId>log4j</groupId>
103 <artifactId>log4j</artifactId>
104 <version>1.2.9</version>
105 <scope>provided</scope>
106 </dependency>
107
108 </dependencies>
109 </project>

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