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.1 - (show annotations) (download) (as text)
Sun Nov 26 01:44:53 2006 UTC (17 years, 4 months ago) by shinsuke
Branch: MAIN
File MIME type: application/xml
teeda extension based portlet

1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3 xmlns="http://maven.apache.org/POM/4.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 >
7 <modelVersion>4.0.0</modelVersion>
8 <groupId>jp.sf.pal</groupId>
9 <artifactId>s2helloworld</artifactId>
10 <version>1.1-SNAPSHOT</version>
11 <packaging>war</packaging>
12 <name>Helloworld Portlet Using Teeda</name>
13 <description></description>
14 <url>http://pal.sourceforge.jp/</url>
15 <build>
16 <finalName>s2helloworld</finalName>
17 </build>
18 <dependencies>
19 <dependency>
20 <groupId>org.seasar.teeda</groupId>
21 <artifactId>teeda-extension</artifactId>
22 <version>1.0.2-SNAPSHOT</version>
23 <type>jar</type>
24 <scope>provided</scope>
25 </dependency>
26 <dependency>
27 <groupId>log4j</groupId>
28 <artifactId>log4j</artifactId>
29 <version>1.2.13</version>
30 <type>jar</type>
31 </dependency>
32 </dependencies>
33 </project>

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