Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/s2helloworld/pom.xml

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

revision 1.2 by shinsuke, Sat Dec 9 07:13:29 2006 UTC revision 1.3 by shinsuke, Sat Dec 9 13:34:35 2006 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <project  <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">
   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>    <modelVersion>4.0.0</modelVersion>
4    <groupId>jp.sf.pal</groupId>    <groupId>jp.sf.pal</groupId>
5    <artifactId>s2helloworld</artifactId>    <artifactId>s2helloworld</artifactId>
6    <version>1.1-SNAPSHOT</version>    <version>1.1-SNAPSHOT</version>
7    <packaging>war</packaging>    <packaging>war</packaging>
8    <name>Helloworld Portlet Using Teeda</name>    <name>Helloworld Portlet Using Teeda</name>
9    <description></description>    <description/>
10    <url>http://pal.sourceforge.jp/</url>    <url>http://pal.sourceforge.jp/</url>
11    <build>    <build>
12      <finalName>s2helloworld</finalName>      <finalName>s2helloworld</finalName>
13    </build>    </build>
14      <repositories>    <repositories>
15          <repository>      <repository>
16              <id>maven.marevol.com</id>        <id>maven.marevol.com</id>
17              <name>Maven2 Repository on marevol.com</name>        <name>Maven2 Repository on marevol.com</name>
18              <url>http://www.marevol.com/maven2</url>        <url>http://www.marevol.com/maven2</url>
19          </repository>      </repository>
20          <repository>      <repository>
21              <id>maven.seasar.org</id>        <id>maven.seasar.org</id>
22              <name>The Seasar Foundation Maven2 Repository</name>        <name>The Seasar Foundation Maven2 Repository</name>
23              <url>http://maven.seasar.org/maven2</url>        <url>http://maven.seasar.org/maven2</url>
24          </repository>      </repository>
25      </repositories>    </repositories>
26    <dependencies>    <dependencies>
27  <!-- SERVLET DEV: BEGIN @@@  <!-- SERVLET DEV: BEGIN @@@
28      <dependency>      <dependency>
# Line 36  Line 32 
32        <scope>compile</scope>        <scope>compile</scope>
33      </dependency>      </dependency>
34  @@@@ SERVLET DEV: END -->  @@@@ SERVLET DEV: END -->
   
35      <dependency>      <dependency>
36        <groupId>org.seasar.teeda</groupId>        <groupId>org.seasar.teeda</groupId>
37        <artifactId>teeda-extension</artifactId>        <artifactId>teeda-extension</artifactId>
# Line 48  Line 43 
43        <artifactId>s2-portlet</artifactId>        <artifactId>s2-portlet</artifactId>
44        <version>1.0.6</version>        <version>1.0.6</version>
45      </dependency>      </dependency>
46        <dependency>
47          <dependency>        <groupId>org.apache.portals.bridges</groupId>
48              <groupId>org.apache.portals.bridges</groupId>        <artifactId>portals-bridges-portletfilter</artifactId>
49              <artifactId>portals-bridges-portletfilter</artifactId>        <version>1.0.1-20061109</version>
50              <version>1.0.1-20061109</version>      </dependency>
51          </dependency>      <dependency>
52          <dependency>        <groupId>jp.sf.pal</groupId>
53              <groupId>jp.sf.pal</groupId>        <artifactId>faces-response-filter</artifactId>
54              <artifactId>faces-response-filter</artifactId>        <version>0.1</version>
55              <version>0.1</version>      </dependency>
         </dependency>  
56      <dependency>      <dependency>
57        <groupId>jp.sf.pal</groupId>        <groupId>jp.sf.pal</groupId>
58        <artifactId>portlet-output-optimizer</artifactId>        <artifactId>portlet-output-optimizer</artifactId>
59        <version>0.1-SNAPSHOT</version>        <version>0.1-SNAPSHOT</version>
60        <type>jar</type>        <type>jar</type>
61      </dependency>      </dependency>
   
62      <dependency>      <dependency>
63        <groupId>log4j</groupId>        <groupId>log4j</groupId>
64        <artifactId>log4j</artifactId>        <artifactId>log4j</artifactId>
65        <version>1.2.13</version>        <version>1.2.13</version>
66        <type>jar</type>        <type>jar</type>
67      </dependency>      </dependency>
   
68      <dependency>      <dependency>
69        <groupId>xerces</groupId>        <groupId>xerces</groupId>
70        <artifactId>xercesImpl</artifactId>        <artifactId>xercesImpl</artifactId>
# Line 85  Line 77 
77        <version>2.6.2</version>        <version>2.6.2</version>
78        <type>jar</type>        <type>jar</type>
79      </dependency>      </dependency>
   
80    </dependencies>    </dependencies>
81  </project>  </project>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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