Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/s2helloworld/pom.xml

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


Revision 1.5 - (show annotations) (download) (as text)
Mon Apr 2 01:00:54 2007 UTC (17 years ago) by shinsuke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +22 -6 lines
File MIME type: application/xml
replaced teeda with the latest one. added label.properties. DI'ed facesContext. updated dicon files.

1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>jp.sf.pal</groupId>
5 <artifactId>s2helloworld</artifactId>
6 <version>1.2-SNAPSHOT</version>
7 <packaging>war</packaging>
8 <name>Helloworld Portlet Using Teeda</name>
9 <description/>
10 <url>http://pal.sourceforge.jp/</url>
11 <build>
12 <finalName>s2helloworld</finalName>
13 </build>
14 <repositories>
15 <repository>
16 <id>maven.marevol.com</id>
17 <name>Maven2 Repository on marevol.com</name>
18 <url>http://www.marevol.com/maven2</url>
19 </repository>
20 <repository>
21 <id>maven.seasar.org</id>
22 <name>The Seasar Foundation Maven2 Repository</name>
23 <url>http://maven.seasar.org/maven2</url>
24 </repository>
25 </repositories>
26 <dependencies>
27 <!-- SERVLET DEV: BEGIN @@@
28 <dependency>
29 <groupId>jp.sf.pal</groupId>
30 <artifactId>faces-dev-filter</artifactId>
31 <version>0.1</version>
32 <scope>compile</scope>
33 </dependency>
34 @@@@ SERVLET DEV: END -->
35 <!-- FOR TEST
36 <dependency>
37 <groupId>org.seasar.container</groupId>
38 <artifactId>s2-framework</artifactId>
39 <version>2.4.12-SNAPSHOT</version>
40 <type>jar</type>
41 </dependency>
42 <dependency>
43 <groupId>org.seasar.container</groupId>
44 <artifactId>s2-extension</artifactId>
45 <version>2.4.12-SNAPSHOT</version>
46 <type>jar</type>
47 </dependency>
48 -->
49 <dependency>
50 <groupId>org.seasar.teeda</groupId>
51 <artifactId>teeda-extension</artifactId>
52 <version>1.0.7-SNAPSHOT</version>
53 <type>jar</type>
54 </dependency>
55 <dependency>
56 <groupId>org.seasar.portlet</groupId>
57 <artifactId>s2-portlet</artifactId>
58 <version>1.0.7-SNAPSHOT</version>
59 </dependency>
60 <dependency>
61 <groupId>org.apache.portals.bridges</groupId>
62 <artifactId>portals-bridges-portletfilter</artifactId>
63 <version>1.0.2-dev</version>
64 </dependency>
65 <dependency>
66 <groupId>jp.sf.pal</groupId>
67 <artifactId>faces-response-filter</artifactId>
68 <version>0.2</version>
69 </dependency>
70 <dependency>
71 <groupId>jp.sf.pal</groupId>
72 <artifactId>portlet-output-optimizer</artifactId>
73 <version>0.2</version>
74 <type>jar</type>
75 </dependency>
76 <!--
77 <dependency>
78 <groupId>log4j</groupId>
79 <artifactId>log4j</artifactId>
80 <version>1.2.13</version>
81 <type>jar</type>
82 </dependency>
83 -->
84 <dependency>
85 <groupId>xerces</groupId>
86 <artifactId>xercesImpl</artifactId>
87 <version>2.6.2</version>
88 <type>jar</type>
89 </dependency>
90 <dependency>
91 <groupId>xerces</groupId>
92 <artifactId>xmlParserAPIs</artifactId>
93 <version>2.6.2</version>
94 <type>jar</type>
95 </dependency>
96 </dependencies>
97 </project>

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