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.4 by shinsuke, Mon Dec 18 21:57:12 2006 UTC revision 1.5 by shinsuke, Mon Apr 2 01:00:54 2007 UTC
# Line 3  Line 3 
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</version>    <version>1.2-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/>
# Line 32  Line 32 
32        <scope>compile</scope>        <scope>compile</scope>
33      </dependency>      </dependency>
34  @@@@ SERVLET DEV: END -->  @@@@ 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>      <dependency>
50        <groupId>org.seasar.teeda</groupId>        <groupId>org.seasar.teeda</groupId>
51        <artifactId>teeda-extension</artifactId>        <artifactId>teeda-extension</artifactId>
52        <version>1.0.2</version>        <version>1.0.7-SNAPSHOT</version>
53        <type>jar</type>        <type>jar</type>
54      </dependency>      </dependency>
55      <dependency>      <dependency>
56        <groupId>org.seasar.portlet</groupId>        <groupId>org.seasar.portlet</groupId>
57        <artifactId>s2-portlet</artifactId>        <artifactId>s2-portlet</artifactId>
58        <version>1.0.6</version>        <version>1.0.7-SNAPSHOT</version>
59      </dependency>      </dependency>
60      <dependency>      <dependency>
61        <groupId>org.apache.portals.bridges</groupId>        <groupId>org.apache.portals.bridges</groupId>
62        <artifactId>portals-bridges-portletfilter</artifactId>        <artifactId>portals-bridges-portletfilter</artifactId>
63        <version>1.0.1-20061109</version>        <version>1.0.2-dev</version>
64      </dependency>      </dependency>
65      <dependency>      <dependency>
66        <groupId>jp.sf.pal</groupId>        <groupId>jp.sf.pal</groupId>
67        <artifactId>faces-response-filter</artifactId>        <artifactId>faces-response-filter</artifactId>
68        <version>0.1</version>        <version>0.2</version>
69      </dependency>      </dependency>
70      <dependency>      <dependency>
71        <groupId>jp.sf.pal</groupId>        <groupId>jp.sf.pal</groupId>
72        <artifactId>portlet-output-optimizer</artifactId>        <artifactId>portlet-output-optimizer</artifactId>
73        <version>0.1</version>        <version>0.2</version>
74        <type>jar</type>        <type>jar</type>
75      </dependency>      </dependency>
76    <!--
77      <dependency>      <dependency>
78        <groupId>log4j</groupId>        <groupId>log4j</groupId>
79        <artifactId>log4j</artifactId>        <artifactId>log4j</artifactId>
80        <version>1.2.13</version>        <version>1.2.13</version>
81        <type>jar</type>        <type>jar</type>
82      </dependency>      </dependency>
83    -->
84      <dependency>      <dependency>
85        <groupId>xerces</groupId>        <groupId>xerces</groupId>
86        <artifactId>xercesImpl</artifactId>        <artifactId>xercesImpl</artifactId>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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