Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/s2helloworld/pom.xml

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


Revision 1.4 - (hide annotations) (download) (as text)
Mon Dec 18 21:57:12 2006 UTC (17 years, 3 months ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_1
Changes since 1.3: +3 -3 lines
File MIME type: application/xml
1.1 release

1 shinsuke 1.1 <?xml version="1.0" encoding="UTF-8"?>
2 shinsuke 1.3 <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 shinsuke 1.1 <modelVersion>4.0.0</modelVersion>
4     <groupId>jp.sf.pal</groupId>
5     <artifactId>s2helloworld</artifactId>
6 shinsuke 1.4 <version>1.1</version>
7 shinsuke 1.1 <packaging>war</packaging>
8     <name>Helloworld Portlet Using Teeda</name>
9 shinsuke 1.3 <description/>
10 shinsuke 1.1 <url>http://pal.sourceforge.jp/</url>
11     <build>
12     <finalName>s2helloworld</finalName>
13     </build>
14 shinsuke 1.3 <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 shinsuke 1.1 <dependencies>
27 shinsuke 1.2 <!-- SERVLET DEV: BEGIN @@@
28     <dependency>
29     <groupId>jp.sf.pal</groupId>
30     <artifactId>faces-dev-filter</artifactId>
31 shinsuke 1.4 <version>0.1</version>
32 shinsuke 1.2 <scope>compile</scope>
33     </dependency>
34     @@@@ SERVLET DEV: END -->
35 shinsuke 1.1 <dependency>
36     <groupId>org.seasar.teeda</groupId>
37     <artifactId>teeda-extension</artifactId>
38 shinsuke 1.2 <version>1.0.2</version>
39     <type>jar</type>
40     </dependency>
41     <dependency>
42     <groupId>org.seasar.portlet</groupId>
43     <artifactId>s2-portlet</artifactId>
44     <version>1.0.6</version>
45     </dependency>
46 shinsuke 1.3 <dependency>
47     <groupId>org.apache.portals.bridges</groupId>
48     <artifactId>portals-bridges-portletfilter</artifactId>
49     <version>1.0.1-20061109</version>
50     </dependency>
51     <dependency>
52     <groupId>jp.sf.pal</groupId>
53     <artifactId>faces-response-filter</artifactId>
54     <version>0.1</version>
55     </dependency>
56 shinsuke 1.2 <dependency>
57     <groupId>jp.sf.pal</groupId>
58     <artifactId>portlet-output-optimizer</artifactId>
59 shinsuke 1.4 <version>0.1</version>
60 shinsuke 1.1 <type>jar</type>
61     </dependency>
62     <dependency>
63     <groupId>log4j</groupId>
64     <artifactId>log4j</artifactId>
65     <version>1.2.13</version>
66     <type>jar</type>
67     </dependency>
68 shinsuke 1.2 <dependency>
69     <groupId>xerces</groupId>
70     <artifactId>xercesImpl</artifactId>
71     <version>2.6.2</version>
72     <type>jar</type>
73     </dependency>
74     <dependency>
75     <groupId>xerces</groupId>
76     <artifactId>xmlParserAPIs</artifactId>
77     <version>2.6.2</version>
78     <type>jar</type>
79     </dependency>
80 shinsuke 1.1 </dependencies>
81     </project>

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